UiPath Tutorial for JSON Parsing and Creation | 8 UseCase

  Рет қаралды 13,137

UiPath Video Tutorials made by Cristian Negulescu

UiPath Video Tutorials made by Cristian Negulescu

Күн бұрын

Пікірлер: 43
@CristianNegulescu
@CristianNegulescu 3 жыл бұрын
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
@ayoubelmatroji6586 Жыл бұрын
Never seen a vid with all this adds. The tutorial is good, thanks
@CristianNegulescu
@CristianNegulescu Жыл бұрын
I don't set adds is default by youtube. Sorry for adds experience.
@lenastepien
@lenastepien 3 жыл бұрын
Thank you for sharing different examples and explanation, it makes this topic so easy! ♥
@CristianNegulescu
@CristianNegulescu 3 жыл бұрын
My pleasure
@UiPathUser
@UiPathUser Жыл бұрын
Good tutorial. It took me some time to follow all the exercises.
@CristianNegulescu
@CristianNegulescu Жыл бұрын
Thanks
@SayakCYT
@SayakCYT Жыл бұрын
Excellent article!
@CristianNegulescu
@CristianNegulescu Жыл бұрын
Thanks
@marueemi4007
@marueemi4007 8 ай бұрын
Thank you very much. Very nice Channel.
@CristianNegulescu
@CristianNegulescu 8 ай бұрын
My pleasure
@MukeshKala
@MukeshKala 2 жыл бұрын
Very Well Explained :)
@CristianNegulescu
@CristianNegulescu 2 жыл бұрын
My pleasure
@DigitalStaff
@DigitalStaff 8 ай бұрын
Great video, thanks.
@CristianNegulescu
@CristianNegulescu 8 ай бұрын
My pleasure
@DigitalStaff
@DigitalStaff 8 ай бұрын
@@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.
@CristianNegulescu
@CristianNegulescu 8 ай бұрын
@@DigitalStaff here is more faster way kzbin.info/www/bejne/nZvGkmNpfdWNpNEsi=If6QVU1n3TpTz9O_
@rajurec2721
@rajurec2721 2 жыл бұрын
Excellent explanation and useful content
@CristianNegulescu
@CristianNegulescu 2 жыл бұрын
My pleasure like and subscribe
@dhachanamurthydhachanamurt8447
@dhachanamurthydhachanamurt8447 2 жыл бұрын
👌
@CristianNegulescu
@CristianNegulescu 2 жыл бұрын
Thanks
@swatijadhav9402
@swatijadhav9402 3 жыл бұрын
Thanks.. It was helpful.
@CristianNegulescu
@CristianNegulescu 3 жыл бұрын
My pleasure Swati
@panurag1
@panurag1 2 жыл бұрын
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.
@CristianNegulescu
@CristianNegulescu 2 жыл бұрын
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_sanchez
@darthy_sanchez 2 жыл бұрын
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?
@CristianNegulescu
@CristianNegulescu 2 жыл бұрын
You can use CType with Double or you have a direct function on VB.Net CDbl(x)
@darthy_sanchez
@darthy_sanchez 2 жыл бұрын
@@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?
@CristianNegulescu
@CristianNegulescu 2 жыл бұрын
@alex vrabie here you have examples: nrdouble = CType(str, Double) nrdouble = CDbl(str)
@CristianNegulescu
@CristianNegulescu 2 жыл бұрын
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
@jatinnandwani6678
@jatinnandwani6678 2 жыл бұрын
Thanks man
@CristianNegulescu
@CristianNegulescu 2 жыл бұрын
My pleasure
@buzzinga3073
@buzzinga3073 2 жыл бұрын
Hi If I want to create multiple json from data available in Excel , how we can create the same ? Any suggestions?
@CristianNegulescu
@CristianNegulescu 2 жыл бұрын
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.
@wheyjuninho3988
@wheyjuninho3988 2 жыл бұрын
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!
@CristianNegulescu
@CristianNegulescu 2 жыл бұрын
Sorry in holiday. You have something like this in this movie
@CristianNegulescu
@CristianNegulescu 2 жыл бұрын
kzbin.info/www/bejne/rpenlKWeqLipb80
@relax_music668
@relax_music668 2 жыл бұрын
Can teach a about Microsoft remote desktop application lesson with uipath?
@CristianNegulescu
@CristianNegulescu 2 жыл бұрын
Give me more details with what you want to achieve
@stkumarp
@stkumarp 3 жыл бұрын
Dude why don't you use loops to explain instead of invoke method multiple times??
@CristianNegulescu
@CristianNegulescu 3 жыл бұрын
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.
Master UiPath: Exciting Use-Cases for File Automation!
22:05
UiPath Video Tutorials made by Cristian Negulescu
Рет қаралды 2,8 М.
UiPath: Json to DataTable
20:47
Automate with Rakesh
Рет қаралды 13 М.
Sigma baby, you've conquered soap! 😲😮‍💨 LeoNata family #shorts
00:37
How Strong is Tin Foil? 💪
00:25
Brianna
Рет қаралды 60 МЛН
UiPath: How to Extract Outlook Emails with Regex (Full Use Case)
39:09
UiPath Tutorial For Beginners   JSON Parsing
8:38
Parthiban Rajendran
Рет қаралды 8 М.
Deserialize JSON Data to Custom C# Class Objects using Newtonsoft.
26:37
Software Nuggets
Рет қаралды 21 М.
How To Use Object Repository in UiPath (Tutorial)
27:04
Anders Jensen
Рет қаралды 10 М.
Using JSON IN C#! Serialization & Deserialization made easy!
14:47
tutorialsEU - C#
Рет қаралды 33 М.
Transform PDFs into Tables with UiPath Magic!
1:28:40
UiPath Video Tutorials made by Cristian Negulescu
Рет қаралды 12 М.