CSV Pipe Auto-Generate ID Column

When importing data using csvpipe, I was getting an error not all columns found (found=8, total=9, line=0). To get past that problem, I added a “0” as the first value for the ID column thinking that would tell manticore to auto-generate an ID for each of those rows imported. Instead, I have an id of “0” for each and every record.

Does CSV/TSV Pipe allow a user to put a “0” in place of the ID column as the first value in each row so that Manticore can generate an id for that record?

no you can not use auto-id generation for any sources.

Auto-id generation works only for RT and PQ indexes.

Thank you!