0:00 Intro 0:23 Chapters 0:45 Install Deserialize JSON 1:10 Present all types of JSON that will use 1:35 Deserialize simple JSON 2:50 Deserialize a JSON with an Object inside 3:55 Deserialize a JSON with Array inside 6:00 When we use Deserialize JSON Array activity 7:00 Deserialize a JSON with a List of Strings inside 9:45 Create a simple JSON 11:05 Create a JSON with an Object inside 12:17 Create a JSON with Array inside 14:05 Create a JSON with a List of Strings inside 15:55 Datatable to JSON 17:50 JSON to Datatable 19:32 Subscribe to my channel
@ayoubelmatroji6586 Жыл бұрын
Never seen a vid with all this adds. The tutorial is good, thanks
@CristianNegulescu Жыл бұрын
I don't set adds is default by youtube. Sorry for adds experience.
@lenastepien3 жыл бұрын
Thank you for sharing different examples and explanation, it makes this topic so easy! ♥
@CristianNegulescu3 жыл бұрын
My pleasure
@UiPathUser Жыл бұрын
Good tutorial. It took me some time to follow all the exercises.
@CristianNegulescu Жыл бұрын
Thanks
@SayakCYT Жыл бұрын
Excellent article!
@CristianNegulescu Жыл бұрын
Thanks
@marueemi40078 ай бұрын
Thank you very much. Very nice Channel.
@CristianNegulescu8 ай бұрын
My pleasure
@MukeshKala2 жыл бұрын
Very Well Explained :)
@CristianNegulescu2 жыл бұрын
My pleasure
@DigitalStaff8 ай бұрын
Great video, thanks.
@CristianNegulescu8 ай бұрын
My pleasure
@DigitalStaff8 ай бұрын
@@CristianNegulescu I just wish it was easier to automatically set up variables and arguments and all that stuff in UiPath from a script, or even to initialize them in code (and not just in the Studio variables panel). Sometimes I feel like a lot of my time is just creating variables and linking them up with data from SQL queries, spreadsheets, JSON, etc... Do you have any tips on how to make this faster? Thanks, Cristian.
@CristianNegulescu8 ай бұрын
@@DigitalStaff here is more faster way kzbin.info/www/bejne/nZvGkmNpfdWNpNEsi=If6QVU1n3TpTz9O_
@rajurec27212 жыл бұрын
Excellent explanation and useful content
@CristianNegulescu2 жыл бұрын
My pleasure like and subscribe
@dhachanamurthydhachanamurt84472 жыл бұрын
👌
@CristianNegulescu2 жыл бұрын
Thanks
@swatijadhav94023 жыл бұрын
Thanks.. It was helpful.
@CristianNegulescu3 жыл бұрын
My pleasure Swati
@panurag12 жыл бұрын
How do i run it run this jason multiple times ? my requirement is read the summary and description of these tickets from outlook email (example: 5 emails) and create a ticket in jira. I am using the invoke method to generate json. in first email loop i created the json , but next time it throws the error. I can share the code with you . i am stuck last 1 week . Please help.
@CristianNegulescu2 жыл бұрын
I understand somehow let's give you some advice: 1. you need to try to use JSON REST API commands like in these movies: kzbin.info/www/bejne/j4HHdpyPfrOhjq8 kzbin.info/www/bejne/jaHHpn-Qj5J9d7M 2. You will do authtificatication only one time and then you put the insert JSON inside of for each.
@darthy_sanchez2 жыл бұрын
what if the json to be deserialized contains real numbers (double data), what function can be used instead of CType to put real numbers in the datatable?
@CristianNegulescu2 жыл бұрын
You can use CType with Double or you have a direct function on VB.Net CDbl(x)
@darthy_sanchez2 жыл бұрын
@@CristianNegulescu didn't figure how to do that, but instead I went for String to String and it worked for me. Can you please detail how can CType be used with Double?
@CristianNegulescu2 жыл бұрын
@alex vrabie here you have examples: nrdouble = CType(str, Double) nrdouble = CDbl(str)
@CristianNegulescu2 жыл бұрын
EP1 Start UiPath Process from Postman Cloud | OnPrem | Modern Folder kzbin.info/www/bejne/qn2xkKNuqNx7iZY EP2 Configure Salesforce to work with UiPath kzbin.info/www/bejne/iqizZpeZqJl-aMk EP3 Deserialize JSON in UiPath kzbin.info/www/bejne/ip-YiWBtoN2tntU EP4 Work with CSV files in UiPath (ODBC database) kzbin.info/www/bejne/eZKmfJ9_g9aliNU EP5 Create JSON in UiPath Studio using VB.NET kzbin.info/www/bejne/maDNgIWejtd1qbM EP6 UiPath delete files and folders | 6 use-case kzbin.info/www/bejne/eqO4ZYp6hLCioKM EP7 UiPath Studio upload files using VB.NET | Form-data kzbin.info/www/bejne/oaGrZqN_j9BghJY EP8 UiPath download files via VB.NET code kzbin.info/www/bejne/fImcoHV7i82hqLs EP9 Gmail configuration for UiPath email automation kzbin.info/www/bejne/n3qzd6ObZpdqgK8 Ep10 Outlook filters for UiPath automation kzbin.info/www/bejne/b4DKcpR7pLl5d5o Ep11 Regex in UiPath simple presentation kzbin.info/www/bejne/o5bWg5mNn7OsmbM Ep12 6 use-cases of using LINQ in UiPath Studio kzbin.info/www/bejne/q5rFeqCrord6fa8 Ep13 Initialize Lists and DataTables in UiPath kzbin.info/www/bejne/hYGWXmtto7yjkK8 Ep14 Try Catch and throw/rethrow in UiPath Studio kzbin.info/www/bejne/eafHgWuXeNx_hLs Ep15 Dynamic selectors in UiPath with a variable inside kzbin.info/www/bejne/bJXcZGl-pdOFbNE
@jatinnandwani66782 жыл бұрын
Thanks man
@CristianNegulescu2 жыл бұрын
My pleasure
@buzzinga30732 жыл бұрын
Hi If I want to create multiple json from data available in Excel , how we can create the same ? Any suggestions?
@CristianNegulescu2 жыл бұрын
If you want to create multiple JSON I recommend this approach: kzbin.info/www/bejne/nZvGkmNpfdWNpNE You will do multiple for each on your excel and create different JObjects and Save them in different files.
@wheyjuninho39882 жыл бұрын
hi sir, would you be able to explain how to use excel file, parse data into JSON and use http request POST request to update fields in web API? Thanks!
@CristianNegulescu2 жыл бұрын
Sorry in holiday. You have something like this in this movie
@CristianNegulescu2 жыл бұрын
kzbin.info/www/bejne/rpenlKWeqLipb80
@relax_music6682 жыл бұрын
Can teach a about Microsoft remote desktop application lesson with uipath?
@CristianNegulescu2 жыл бұрын
Give me more details with what you want to achieve
@stkumarp3 жыл бұрын
Dude why don't you use loops to explain instead of invoke method multiple times??
@CristianNegulescu3 жыл бұрын
Because is not so easy to follow for the video. You need to see all the steps from the file. On a real project is true is better to use some loops.