Support Questions

Find answers, ask questions, and share your expertise
Announcements
Now Live: Explore expert insights and technical deep dives on the new Cloudera Community BlogsRead the Announcement

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

avatar

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

1 REPLY 1

avatar
Master 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.