Forum Discussion

krupalibshah's avatar
krupalibshah
Contributor
8 years ago
Solved

Reading tab delimited file

I am getting error in reading the tab delimited file using CSV parser. Looks like CSV parser expects that all records in the file have same length. Need a confirmation on this one.

Also wanted to get some help on how to read all the rows into 1 single document instead of individual documents.

Any help would be appreciated.

  • tstack's avatar
    tstack
    8 years ago

    You can set the Group Size to zero to collect all the documents.

4 Replies

  • It should only give you an error if you select “validate header”, and possibly to send an error in “Header size error policy”.

    Steve

  • del's avatar
    del
    Contributor III

    The Group By N snap should help you out for this.

    • krupalibshah's avatar
      krupalibshah
      Contributor

      Groupby N takes definite value and I do not know how many rows will I get in my input.

      • tstack's avatar
        tstack
        Former Employee

        You can set the Group Size to zero to collect all the documents.