Is there a way to convert the character encoding of the exported CSV from UTF-8 to SJIS?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-22-2022 01:34 AM
Application1 and Application2 need to export CSV in UTF-8.
Therefore, the charset of the Export Property is set to "UTF-8".
However, Application 3 requires CSVs to be exported in SJIS.
The CSV output function of Application3 is implemented in UI Action and Script Include.
I would like to convert the character encoding from UTF-8 to SJIS in the Script Include process.
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-23-2022 01:53 AM
Please help me !