I haven’t tried this, but you might be able to use ${"AQ==“:base64Decode()} as
AQ== is the Base64 encoded \u0001 ?
Andy LoPresto
[email protected]
[email protected]
PGP Fingerprint: 70EC B3E5 98A6 5A3F D3C4 BACE 3C6E F65B 2F7D EF69
> On Nov 6, 2019, at 12:25 PM, Shawn Weeks <[email protected]> wrote:
>
> I'm trying to process a delimited file with a multi character delimiter which
> is not supported by the CSV Record Reader. To get around that I'm trying to
> replace the delimiter with ASCII 001 the same delimiter used by Hive and one
> I know isn't in the data. Here is my current configuration but NiFi isn't
> interpreting \u0001. I've also tried \001 and ${literal('\u0001')}. None of
> which worked. What is the correct way to do this?
>
> Thanks
> Shawn Weeks
>
> <Outlook-asqiibgt.png>