Data360 Analyze

 View Only
  • 1.  File acquisition stopped when an empty/blank line is present

    Posted 10-23-2019 01:45

    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



  • 2.  RE: File acquisition stopped when an empty/blank line is present

    Employee
    Posted 10-24-2019 03:53

    The Engineering team are aware of this issue and a fix is due to be included in the next release of the product.