Member since
10-03-2017
3
Posts
2
Kudos Received
0
Solutions
11-15-2018
11:06 PM
1 Kudo
looke like issue in NiFi. created Jira ticket for it https://issues.apache.org/jira/browse/NIFI-5826
... View more
11-15-2018
10:23 PM
1 Kudo
Your suggestion worked. Thank you Shu for promptly addressing my issue.
... View more
11-15-2018
09:46 PM
updaterecord-config-exception.jpgI am trying to replace square bracket symbol [ with parenthesis symbol ( in my employeeName column in my csvReader structure with below syntax replaceRegex(/employeeName, "[\\[]", "(") Processor is throwing following exception. RecordPathException:
java.util.regex.PatternSyntaxException: Unclosed character class near index 4 [\\[] same regular expression compiled successfully using java method java.util.regex.Pattern.compile method. replaceRegex is working fine for other special characters such as {, <, ", _, - etc. Please see the attachment for more details. Any help is greatly appreciated. Regards, RK
... View more
Labels:
- Labels:
-
Apache NiFi