I tried read csv & write rang but its not working,Same csv writing in excel
@Yoichi its not working
Is the column separation comma?
or is it different?
If different then use read text and generate datatable and then write range
cheers
What should i do in this type scenario where csv contain multiple column it results like this
ā Column G
@Anil_G
yes iām already using that still results this
After generate datatble activity is the datatable not separated into columns?
Can you show your flow please
cheers
So you have comma and semi colon as separators?
can you please share a sample file here
cheers
access-code-password-recovery-code1.zip (429 Bytes)
can we use multiple column separator in generate data table activity ?
After reading the data, say the data is read into variable str
then use assign with str = str.Replace(ā,ā,ā;ā)
then
We can replace the remaining separators to the required and the generate
cheers
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.