Hi
welcome to uipath community
before validating in csv file we need to check once with the datatable as well
so once after processing with datatable use OUTPUT DATATABLE ACTIVITY and mention the datatable as input and get the output with a variable of type string named str_output
–now use a WRITE LINE Activity and mention the above string variable as input so that we would be able to see the value of the datatable in the output panel
kindly share that screenshot if possible
Fine
using Generate datatable activity wont add double quotes to the terms
as you say you were able to process those datatable then text file wont have any issues
ok if possible can i have a view on that text file a screenshot
Cheers @BCdev
Hope these steps were followed along your sequence
–use READ TEXT FILE activity and get theoutput with a variable of type string named str_input
–now use a GENERATE DATATABLE activity and pass the above string variable as input
and get the output with a variable of type datatable named dt
–now use a FOR EACH ROW activity and pass the variable dt as input and inside that we can process the data as we want
–followed by this for each row use WRITE CSV activity and pass the above variable dt as input so that it will right to the csv file path mentioned
kindly try to open with a excel application and check with this csv file
whether it is showing those double quotes or not
or if possble can i have that text file so that i could simulate the process and provide you
Cheers @BCdev
You don’t need to use"output to DataTable" Activity. Just work on your DataTable and write directly your Data with “Write CSV” Activity.
Maybe share us a screen of your process.