File acquisition stopped when an empty/blank line is present
Using a FIXED LIMITED NODE, the number of records acquired by this node is stopped once a blank/empty record is found.
I used a unxi command to delete these lines, but I wondering if there is any solution to fix that issue directly in the tool
For those interested, I'm using CYGWIN, an open source tool which provide functionality similar to a Linux distribution on Windows. Extremely light, it helps me a lot for manipulating huge CSV file.
The command to remove blank/empty/only spaces/only tabs lines is :
sed -i "/^[ \t]*$/d" file_name
Please sign in to leave a comment.
Comments
1 comment