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 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
Can you possibly share your workflow or csv file maybe I can take a look…
OK tomorrow I will share
Please see this is the csv file i am working
VMs_150.zip (2.3 KB)
Hi @thima,
PFA, I hope this will help you.
Thanks and Regards,
Manoj Vijayakumar.
Main.xaml (5.2 KB)
Thanks
Hi @thima,
If it’s helpful, please make that as a solution to close this thread…