Please need urgent help
Input:
Use another attached CSV file (Input_v1.0.csv) as an input file. The input file includes Japanese characters. Please take it into consideration. When you read the input file, use Attributes to map.
Output:
Output in CSV format with UTF8 BOM.
Aravind GovindarajPosted Dec 16, 2022, 11:09 AM
please follow the steps
1. Use stream reader and read the csv file
2. Set the Encoding format as ISO-8859-1 charset, this used to get the exact content instead of getting ? mark while special character
reference sample
https://dotnetfiddle.net/OzKxdv
Jaya PrakashPosted Dec 15, 2022, 7:46 PM
pls explain me how to start sir
Aravind GovindarajPosted Dec 15, 2022, 10:45 AM
please set ISO-8859-1 charset while reading the Japanese file, since it has special characters.