Support Questions

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

Nifi - How to remove empty lines in a file

avatar
Expert Contributor

Hi All,

I have a CSV file which contains 3 empty lines at the end of the file. Is there a way to remove these from the end of file?

I mean, the file has multiple rows, and I dont split the file. Was wondering if I could remove the spaces without splitting.

Thanks

Obaid

1 ACCEPTED SOLUTION

avatar

I am able to address this using the SplitContent processor. Check the config. below.

9165-screen-shot-2016-11-07-at-103148-am.gif

It will split out two files one with Actual content you needed and second is the empty one. You can use update attribute processor to rename the files as per your requiremetns.

View solution in original post

1 REPLY 1

avatar

I am able to address this using the SplitContent processor. Check the config. below.

9165-screen-shot-2016-11-07-at-103148-am.gif

It will split out two files one with Actual content you needed and second is the empty one. You can use update attribute processor to rename the files as per your requiremetns.