Hi,
I dont know if this is a bug or how the product is meant to work,
I created a Delimited File Source.
Under File Settings > Account > Filtering, set ‘Number of Lines to Skip’ to 4
as my input file looks like:
Acme Inc
User Report
------
Name,Organisation,Email
Joe Biggs,Acme,joe@acme.com
Jane Doe,Acme,jane@acme.com
The file import (using the UI or /source/:source/load-accounts API) fails, as it does not skip the 4 lines before trying to import the accounts.
It is trying to read the columns from Row 1, before skipping.
The error returned is
“Column:"[Acme Inc]" is unknown and/or column: "[Name, Organisation, Email]" is missing”
Is this correct behaviour? Is there an attribute I can set on the source JSON to tell it to skip before trying to parse the data?
If I manually remove the 4 rows from the input file, then aggregation is successful except ISC skips the first 4 accounts ![]()
Thank you
