Skip to main content
1-Visitor
November 25, 2020
Question

write csv is not supporting Japanese characters

  • November 25, 2020
  • 1 reply
  • 1518 views

Hello,

 

I am having things with property values in Japanese characters. When I'm trying to write that to csv using write csv function property values are not coming properly in csv file. Do write csv service support Japanese characters?

Any workarounds to handle this? PF attached screenshot for output file content. Thanks!

 

-Abhiram

 

abhiramk_0-1606314390626.png

 

1 reply

5-Regular Member
November 26, 2020

Hi @abhiramk  https://www.ptc.com/en/support/article/CS224103  could you try this.

abhiramk1-VisitorAuthor
1-Visitor
November 26, 2020

@anarwal  Thank you for your response. I have already set the encoding property in setenv file, but still issue persists.

abhiramk1-VisitorAuthor
1-Visitor
November 30, 2020

Hi @PaiChung 

Any workarounds to handle this issue in code?