02-08-2018 04:49 AM
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.
Solved! Go to Solution.
02-09-2018 01:34 PM
You can set the Group Size to zero to collect all the documents.
02-08-2018 06:43 AM
It should only give you an error if you select “validate header”, and possibly to send an error in “Header size error policy”.
Steve
02-08-2018 07:44 AM
The Group By N snap should help you out for this.
02-08-2018 07:42 PM
Groupby N takes definite value and I do not know how many rows will I get in my input.
02-09-2018 01:34 PM
You can set the Group Size to zero to collect all the documents.