Support Questions

Find answers, ask questions, and share your expertise
Announcements
Check out our newest addition to the community, the Cloudera Data Analytics (CDA) group hub.

How to delete a specific row from CSV file in NIFI ?

New Contributor

How to delete a specific row from CSV file in NIFI ? or remove the backslash "\" character from the file

1 REPLY 1

Super Guru
@Haider Naveed

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.

Take a Tour of the Community
Don't have an account?
Your experience may be limited. Sign in to explore more.