I have a csv file. It has some chinese text written in it. I want to copy that chinese text and paste it into another csv file.
Thanks in advance!
Hi,
Can you try to use Read CSV activity and Write CSV activity with proper encoding (such as utf-8、GB2312, big5 etc.) (in Encoding property)
Regards,
1 Like
Thanks for replying!
I tried the provided solution but its not working. Its still giving ‘???’.
Steps I followed-
- created a csv file and copy chinese data from any random site into CSV.
- used Read Csv Activity and provided the same values under properties.
- used for each row to iterate
- Output - ???
please let me know if find any solution.
Hi,
Which tool did you use to paste to and save to CSV file?
It seems the encoding is depended on the tool settings.
Regards,
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.