cancel
Showing results forย 
Search instead forย 
Did you mean:ย 

Reading tab delimited file

krupalibshah
Contributor

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.

1 ACCEPTED SOLUTION

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

View solution in original post

4 REPLIES 4

stephenknilans
Contributor

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
Contributor III

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

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

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