Edit: Tried using CSVWriter, XMLWriter and AvroWriter. All NG.
| Nifi Version | 2.5.0 |
| Processor | QueryDatabaseTableRecord |
| Driver | com.microsoft.sqlserver.jdbc.SQLServerDriver |
I have a requirement to pull varbinary data from a table however the output is always text. I expect a result starting with 0x. According to the jdbc driver within nifi, varbinary is supported however I see it gets converted to bytes. Is there a way to maintain the 0x format for the writer?
Notes