Archives of Support Questions (Read Only)

This is an archived board for historical reference. Information and links may no longer be available or relevant
Announcements
This board is archived and read-only for historical reference. To ask a new question, please post a new topic on the appropriate active board.

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.