Hi,
I am trying to convert the above shown string to data table using comma as a column seperator. But it is not working as expected.
2nd image is after generating DT, if you see the second column we still see commas as it is not splitting to columns as expected. Why this is happening and what can i do to overcome this? Please someone can help me.
have a look at the generate datatable activity
Hi @Harsha_Vemula ,
Could you let us know what activity was used to convert String to Datatable ?
If it was Generate Datatable
Activity, Could you also show us the configuration done in the Activity ?
Could you try by keeping the CSVParsing
Property as True
and check if it works ?
1 Like
PERFECT!! Thank you so much, it is working fine now after setting the CSV Parsing as True.
I was surprised how i missed that validation. Thanks Arpan
1 Like
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.