Support Questions

Find answers, ask questions, and share your expertise
Announcements
Celebrating as our community reaches 100,000 members! Thank you!

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.