Converting csv file into data table in uipath getting all column values in as single column value

Hi All!!!

i do have a csv file with the help of read csv file i am getting datatable but all row values in single column, you can see below

actual csv file look like

image

after converting to data table getting like this

let me know how i can make them in separate columns.

Thank you!!!

we would assume to handle / inspect the CSV file within a text editor (e.g. notepad++)
Check for used delimiter char and adapt the read csv file activity accordingly

1 Like

Hi,
you can use read text file activity for reading csv file then use generate data table activity as shown as below, click on options and separate your text as you want

HI @vineelag ,

I am facing similar issue , having the values accumulating in first column rather multiple columns .

Could you elaborate the solution please

Thanks