You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@nifi.apache.org by Eric Ladner <er...@gmail.com> on 2020/03/05 15:55:31 UTC

JSON conversion issue?

I have a flow that's reading out of a database that has some text fields
with UTF characters in them (windows right double quote, for example).

The data in the table is clearly the right character (UTF-8 sequence e2 80
9d) which should be escaped as \u201d but for some reason is being stored
as \u001d (which is some ASCII range control character).

I can't figure out where the problem is being introduced, but the JDBC
driver, the database, and the destination system (MarkLogic) all support
UTF.

Is this a NiFi bug?  Any clues on narrowing down where this is being
introduced would be helpful.

Thanks,

Eric Ladner