UiPath: Json to DataTable

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

Automate with Rakesh

Automate with Rakesh

Күн бұрын

Пікірлер: 62
@echonow5157
@echonow5157 2 жыл бұрын
No words sir..your videos are one stop in need.
@AutomatewithRakesh
@AutomatewithRakesh 2 жыл бұрын
Thank you thank you thank you
@RaviSharma-rs5hj
@RaviSharma-rs5hj 3 ай бұрын
Crystal clear explanation. Thank you.
@yhonatan1789
@yhonatan1789 Жыл бұрын
Thank you very much, you are a boss, I spent several days with this problem and I finally found the solution with your video
@AutomatewithRakesh
@AutomatewithRakesh Жыл бұрын
awesome it’s great to know!
@niyask536
@niyask536 Жыл бұрын
This video is very helpful to understand how we can extract the data from json to data table. It is really outstanding.!! I have a suggestion, can you please also post a video how we can export the data from Json to oracle data base . I have created a table in database so I would like to export the json data to the database table. Thanks.
@mohdqamaruddin6197
@mohdqamaruddin6197 Жыл бұрын
Thank you so much for your support and training sir. God bless you always.
@AutomatewithRakesh
@AutomatewithRakesh Жыл бұрын
Thank you so much it’s great to hear
@nikhilsapkal4638
@nikhilsapkal4638 2 жыл бұрын
Hi Rakesh great video, even using "JsonObject" we can write directly to datatable no need of using JsonArray
@SG-kz5bq
@SG-kz5bq 2 жыл бұрын
Very clear explanation sir.Thank you so much.
@tanzilarahman4060
@tanzilarahman4060 Ай бұрын
This is a wonderful tutorial. My next steps is to use this json data and fill out a pdf form, however I do not see many resources on that task. If you are able to create a tutorial on that process, I would really appreciate it.
3 ай бұрын
Bhai it was very clear and easy to understand. Appreciate it!!
@Amit4u4365day
@Amit4u4365day Жыл бұрын
Wonderful video early I used for each loop to get data from JArray
@hoit4147
@hoit4147 11 ай бұрын
this video, the json to data table explanation is over. It's perfect.😍
@AutomatewithRakesh
@AutomatewithRakesh 11 ай бұрын
Thank you for watching!
@srinivasreddy9172
@srinivasreddy9172 Жыл бұрын
No Words, This helps me a lot in solving my Issue with in 20 minutes. You are awesome Rakesh
@AutomatewithRakesh
@AutomatewithRakesh Жыл бұрын
Thank you
@kmuthuraj34
@kmuthuraj34 2 жыл бұрын
Thank you so much Rakesh 😊. Much needed topic for me.
@AutomatewithRakesh
@AutomatewithRakesh 2 жыл бұрын
You are welcome
@abhilashkodali5986
@abhilashkodali5986 2 жыл бұрын
Hi Rakesh, I have a doubt that why we are using "Excel Process Scope" instead of directly using "Write Range"?
@AutomatewithRakesh
@AutomatewithRakesh 2 жыл бұрын
To best of my understanding the excel application scope works like an integration between UiPath and Microsoft Excel. The excel application scope also very helpful let’s say while execution the specific excel file doesn’t exist then it creates a file with the name provided in the Automation
@nukalasravanthi3945
@nukalasravanthi3945 2 жыл бұрын
Hi rakesh thank you for this concept.it is very helpfull .
@AutomatewithRakesh
@AutomatewithRakesh 2 жыл бұрын
Thank you Sravanthi
@hurmetnoka9434
@hurmetnoka9434 Жыл бұрын
Thank you Rakesh, your video helped me. Appreciate it!
@rajurec2721
@rajurec2721 2 жыл бұрын
excellent explanation rakesh
@nikhilpawar1896
@nikhilpawar1896 Жыл бұрын
Hi Rakesh I got compiler error in deserialize json array when I write in it DJson("data").ToString Compiler error(s) encountered processing expression "DJson("data"). ToString
@Ashok-e9x4v
@Ashok-e9x4v 11 ай бұрын
5:38 am also getting same error , could please help me DserializeJsonarry not taking as input Djson("data).toString
@sadhuvijay
@sadhuvijay 2 жыл бұрын
Thank you Rakesh.
@deadboy164
@deadboy164 6 ай бұрын
This is perfect. It works! Thanks
@mansi3055
@mansi3055 Жыл бұрын
Hi Rakesh, I am getting this error "Sample_Tests/PhysicalRisk.xaml: Compiler error(s) encountered processing expression "Newtonsoft.Json.JsonConvert.DeserializeObject(of DataTable)(TestArray.ToString)".(2) : error BC30561: 'DataTable' is ambiguous, imported from the namespaces or types 'System.Data, DocumentFormat.OpenXml.Drawing.Charts, Microsoft.Office.Interop.Excel'." Can you please let me know why i am getting this
@santoshsai7545
@santoshsai7545 Жыл бұрын
hello mansi i have tried today this i got similar problem like you i think once check if the data type of data table variable is data table or not if thats correct then your problem might be solved
@votrunghieu167
@votrunghieu167 Жыл бұрын
Hello Mansi, I have got the same problem you can try Newtonsoft.Json.JsonConvert.DeserializeObject(of System.Data.DataTable)(TestArray.ToString) to resolved.
@aweitz225
@aweitz225 Ай бұрын
Is it possible to iterate over each property of each of its arrays? In your case your property is “data” and you have a key values for it. But what if you had another property called “system info” with key values? I’m looking at a situation that has 7 or more properties and rather that access the DJson(“data”) I’m looking to replace “data” with its iterative property. Is this allowable?
@Mrreddy-lu2en
@Mrreddy-lu2en Жыл бұрын
HI @Rakesh, can you please do a video on how to Enable & Disable triggers in Orchestrator using "Orchestrator HTTP Request" activity
@linourtcd1144
@linourtcd1144 Жыл бұрын
Thank you, how can i solve this in deserialize json array Deserialize JSON Array: Object reference not set to an instance of an object.
@vedamshvanja7331
@vedamshvanja7331 Жыл бұрын
Thank you for the great explanation
@chanduchikky
@chanduchikky Жыл бұрын
is this done using modern activities?
@saravananba748
@saravananba748 Жыл бұрын
Hi bro, I have my json data in a variable in my controller , how to send it to my datatable in jsp page and how can(syntax and option like data or column used )give json data to datatable version 1.13.x
@santoshsai7545
@santoshsai7545 Жыл бұрын
got the solution thank you very much completed
@muktharvalli741
@muktharvalli741 2 жыл бұрын
Excellent sir thanks
@AutomatewithRakesh
@AutomatewithRakesh 2 жыл бұрын
You are most welcome Mukthar
@parassingh9969
@parassingh9969 2 жыл бұрын
Great video..Rakesh is that possible like if we only need or fatch new data from api which is not duplicate in excel.
@AutomatewithRakesh
@AutomatewithRakesh 2 жыл бұрын
I think we can add another activity to clear the duplicates post writing to excel “remove duplicates”
@airtonpereira6418
@airtonpereira6418 Жыл бұрын
What if we had another table within this "data" table in the example?
@H3artless_43ver
@H3artless_43ver 10 ай бұрын
Can i store to sql database instead?
@yashobantadash6670
@yashobantadash6670 2 жыл бұрын
awesome bro! but why it was written deserializeObject when converting jarray to datatable
@AutomatewithRakesh
@AutomatewithRakesh 2 жыл бұрын
Hi Yashobanta, the json data is a complex type, initial it has Json Objects and than it has JSON Array. using deserializeObject I need to identify the array from the entire JSON file and tried feedig that into the Deserialize JSON Array activity.
@yashobantadash6670
@yashobantadash6670 2 жыл бұрын
@@AutomatewithRakesh yah .but deserialise means converting string to object na..so confusing in this case..not getting it
@zishansk1754
@zishansk1754 5 ай бұрын
thanks Appreciate
@Chandra_Shekhar_G
@Chandra_Shekhar_G 2 жыл бұрын
Hi Rakesh, in real time project can we get the json data from the client? or need to get it ourselves. Can we get json data from any website?
@AutomatewithRakesh
@AutomatewithRakesh 2 жыл бұрын
While you will be dealing with web automations and if you have to extract data or send it out to the web application those times you have to use the available a PI for the website that may very from client to client and the application that they use. The client should provide you the API link and the required parameters if it is an internal application
@Chandra_Shekhar_G
@Chandra_Shekhar_G 2 жыл бұрын
@@AutomatewithRakesh Thank you!!!👍🏻
@niravgajera3726
@niravgajera3726 2 жыл бұрын
It is wonderfull but let's say I have Json array like this [{"A1":"A2","B1":[{"B2":"B3"},{"B2":"B4"}]},{"A1":"A3","B1":[{"B2":"B5"},{"B2":"B6"}]} than it will throw error. In that case we have to go in for each loop right, Please correct me If there is any better way to go about it when there are multiple arrays and json in one Json response.
@Amit4u4365day
@Amit4u4365day Жыл бұрын
Hi Nirav, It will not get an error and get the output. The only concern is that you will get blank data under header B1 means under A1 [A2,A3] & B1 [] To get all data you have to use for each loop or any other linq queries
@saravananba748
@saravananba748 Жыл бұрын
I have my json data using Jackson library
@rajurec2721
@rajurec2721 2 жыл бұрын
useful content
@AutomatewithRakesh
@AutomatewithRakesh 2 жыл бұрын
Thank you Raju
@mjfanankit
@mjfanankit Жыл бұрын
Completed….
@AutomatewithRakesh
@AutomatewithRakesh Жыл бұрын
Good job 👏
@Nagendra0912
@Nagendra0912 2 жыл бұрын
Datable to json how to convert
@AutomatewithRakesh
@AutomatewithRakesh 2 жыл бұрын
Sure will try to create a content
@pranjalidhore1387
@pranjalidhore1387 Жыл бұрын
Please try to be specific.
UiPath JSON Package
3:49
Automate with Rakesh
Рет қаралды 1,6 М.
UIPath Json to Data Table with Complex Type JSON
15:42
Automate with Rakesh
Рет қаралды 6 М.
Good teacher wows kids with practical examples #shorts
00:32
I migliori trucchetti di Fabiosa
Рет қаралды 9 МЛН
Spongebob ate Patrick 😱 #meme #spongebob #gmod
00:15
Mr. LoLo
Рет қаралды 21 МЛН
UiPath Json Deserialize | UiPath Json |UiPath Json Parsing | UiPath Tutorial
22:24
Don’t Use Copy-Paste Until You Watch This Video | UiPath Clipboard AI
8:49
Deserialize JSON Data to Custom C# Class Objects using Newtonsoft.
26:37
Software Nuggets
Рет қаралды 21 М.
API | UiPath Automation API | HTTP Request | HTTP Response | API Call in UIPath
42:03
Python Tutorial: Working with JSON Data using the json Module
20:34
Corey Schafer
Рет қаралды 1,1 МЛН
How to Parse JSON Data in C# - Coding Gems
16:52
ParametricCamp
Рет қаралды 34 М.
Database Sharding and Partitioning
23:53
Arpit Bhayani
Рет қаралды 88 М.
API | UiPath Gmail API | UiPath Email Automation
22:04
Automate with Rakesh
Рет қаралды 14 М.
Good teacher wows kids with practical examples #shorts
00:32
I migliori trucchetti di Fabiosa
Рет қаралды 9 МЛН