Created 01-17-2019 11:15 AM
How to delete a specific row from CSV file in NIFI ? or remove the backslash "\" character from the file
Created 01-17-2019 01:50 PM
You can use QueryRecord processor and select all the rows which don't have the backslash character using ApacheCalcite sql syntax.
(or)
Using RouteText processor add the matching regex (or) other Matching Strategies to identify the backslash character from the file.