I have csv files that are delimited with ascii 01 bytes. I want to utilize a CSVReader controller to read these records and convert to other formats.
My problem is that I don't know how to input a 0x01 byte into the CSVReader "Value Separator" property.
Is there a standard way to do hex escapes in nifi properties? This property does not support the nifi expression language.
Thanks!