I am trying to extract individual items from an object-{ Date = 01/05/2019, Beneficiary_Branch = D31-72131, Notes = VISA_/_MASTER_77777, Reciept = 6208.95 }. I want to populate this in to a Data Row.Since, this has a row with some arabic values comma separation is not working. This is how it looks like:
When you say object are meaning that you have already loaded the data into a data type in your UiPath Code? If so what exactly this that data type and what the the orginal data look like (.csv, json body, Queue Item, etc.)? Some data types have functions that allow you to easily pull individual value.