Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I am using Talend BigData 5.4.1 (5.4.1.r111943). Similar to https://community.talend.com/t5/Design-and-Development/Invalid-XML-character-in-json-file/m-p/66674, I am encountering an error when trying to consume a JSON file that has a unicode control character in it. In my case it failed with "An invalid XML character (Unicode: 0x1b) was found in the element content of the document." in tFileInputJSON.
Is there yet any fix or work around for this issue?
Like GuruGulabKhatri, I also tried to strip the unicode character out in a tMap and had no luck (e.g. row1.line.replaceAll("\\u001b", "")).
If there is no fix or work around, it is known exactly which Unicode characters will cause tFileInputJSON to fail?
Thanks in advance.