Writing csv data in single column

Hi All,

Iam reading csv file and writing it but iam getting all the data in single column unable to write in multiple columns. Can some one help me.

Hi @thima

May be the csv file that you are reading is having data in one single cell per row. You could really see this is if you run this in debug mode and get some breakpoints set. In that case, you might need to split the data based on a character that can be used to split.

Csv file which iam reading has 4 columns if you have any sample xaml for spilt please share

1 Like

@thima

Can you possibly share your workflow or csv file maybe I can take a look…

1 Like

OK tomorrow I will share

1 Like

Please see this is the csv file i am working

VMs_150.zip (2.3 KB)

1 Like

Hi @thima,

PFA, I hope this will help you.

Thanks and Regards,
Manoj Vijayakumar.

Main.xaml (5.2 KB)

1 Like

Thanks

1 Like

Hi @thima,

If it’s helpful, please make that as a solution to close this thread…

1 Like