Hemal Padhiar created NIFI-5930:
-----------------------------------
Summary: Parsing issue with Apache common csv parser used in
CSVReader
Key: NIFI-5930
URL: https://issues.apache.org/jira/browse/NIFI-5930
Project: Apache NiFi
Issue Type: Bug
Components: Core Framework
Affects Versions: 1.7.1
Environment: Windows server 2008 R2 , nifi 1.7.1, Oracle Jdk 1.8.181
Reporter: Hemal Padhiar
Apache common csv parser for csvReader converts José to Jos� whereas Jackson
csv parser does it properly (é is valid UTF-8 character hex:
{color:#333333}0xC3 0xA9 (c3a9){color}). While testing all other properties
viz, quote character, value separator, charset (*UTF-8*) were kept same for
both the parser.
Note: All CSV values are string inside double-quote.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)