Question
4
Replies
1018
Views
MFEC
Posted: July 2, 2018
Last activity: July 10, 2018
Closed
Convert PageList to CSV and change format to UTF-8
Hello,
Now I use "pxConvertResultsToCSV" for convert PageList from PEGA to CSV file. And I want to change the format of my CSV file to UTF-8 because in default is not support some characters in my language. Some solution for this is "Include a JVM arg-Dfile.encoding=UTF8 at the system level."
But seriously, how to use this function and where to use this ? Or anybody have another solotion ?
Thank you so much,
Boat :)
Hi,
Check below two links regarding JVM arg -Dfile.encoding=UTF8. These may help you.
https://stackoverflow.com/questions/16888616/change-default-charset-of-jvm-to-utf-8
https://stackoverflow.com/questions/6031877/jvm-property-dfile-encoding-utf8-or-utf-8