Member since
03-14-2022
2
Posts
0
Kudos Received
0
Solutions
03-15-2022
10:23 PM
Hi @araujo , thanks for your suggestion. I tried doing that, and while it seems to make Nifi ignores the newlines indeed, the processor now throws a different error: ERROR: ORA-01756: quoted string not properly terminated The strings are definitely terminated in the configuration.... The ERROR_DETAIL does contain double quotes as well, can this be affecting it?
... View more
03-15-2022
12:04 AM
I'm having issues with ExecuteStreamCommand, I have set up the Argument Delimiter as ~ like screenshot below: However when ERROR_DETAIL attribute contains newline characters (\n or %0A) apparently Nifi treats the newline as a delimiter and hence the shell script receives more than 1 arguments in the place of ERROR_DETAIL. I was expecting Nifi to use strictly just the ~ character as the argument delimiter. Am I missing a different config in Nifi? Is there a way to make Nifi ignores the newline and only use the ~ as the delimiter?
... View more
Labels:
- Labels:
-
Apache NiFi