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.