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?