'XML invalid character in Apache NiFi while converting
I'm receiving a huge XML file from REST API and I want to convert it to JSON with ConvertRecord processor. My XMLReader looks like:

But I receive an error:
java.io.IOException: javax.xml.stream.XMLStreamException: ParseError at [row,col]:[2,107020] Message: An invalid XML character (Unicode: 0x7) was found in the element content of the document.
I can't really find this row, because of this file contains about 50k rows. Any ways to fix it in NiFi?
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
