I’m trying to process some tab delimited text that may contain embedded quotes 
and  slashes. How do I disable quote and escape in the CSVReader so that they 
aren’t used. Setting them to empty text doesn’t work and I’m getting the 
following error because there are quotes and slashes in the data despite 
setting the format to tab delimited.

Failed to write due to org.apache.nifi.serialization.MalformedRecordException: 
Error while getting next record. Root cause: java.io.IOException: (line 
1050916) invalid char between encapsulated token and delimiter: 
java.io.IOException: org.apache.nifi.serialization.MalformedRecordException: 
Error while getting next record. Root cause: java.io.IOException: (line 
1050916) invalid char between encapsulated token and delimiter

Reply via email to