I am trying to write a flat file contents through send port. The content of the file contains Chinese characters. When I open the file I have written, all the Chinese character are replaced with junk values.
Please suggest if some encoding related changes to be done in send port to write the file with valid Chinese characters.
Currently I have used a Flat File Assembler pipeline with no encoding handling.
Please suggest where do I need to make changes so that the Chinese characters are written properly to the output file.