Ajay_Chawda
3 years agoContributor
Write file to US-ASCII file format
Hello Experts ,
I’m trying to write file in US-ASCII file format.
i have used mapper–>binary copy–>transcoder–>file writer snap.
Mapper has input string and binary output. Binary copy snap to make copy of result of mapper.
transcoder snap with setting UTF-8 to US-ANSCII format and then file writer snap to write file.
But transcoder fails with error saying “Failed to transcode from UTF-8 to US-ASCII, reason=The character set in the input data may not be UTF-8,”
above pipeline is getting triggered from parent pipeline which pass input string to this pipeline.
Any suggestion what wrong i’m doing over here?
Regards,
Ajay