File Settings

For each schema type, specify the attributes to use during aggregation.

Feedback is provided as an informational resource only and does not form part of SailPoint's official product documentation. SailPoint does not warrant or make any guarantees about the feedback (including without limitation as to its accuracy, relevance, or reliability). All feedback is subject to the terms set forth at https://developer.sailpoint.com/discuss/tos.


This is the companion discussion topic for the documentation at https://documentation.sailpoint.com/connectors/delimited_file/help/integrating_delimited_file/file_settings.html

Hi,

I dont know if this is a bug or how the product is meant to work,

But say you set ‘Number of Lines to Skip**’** to 3, as your input file looks like

Acme Inc
user access 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 3 lines before trying to import the accounts.

It is trying to read the columns before skipping 3 rows.

The error returned is

"Column: \"[Acme Inc]\" is unknown and/or column: \"[Name, Organisation, Email]\" is missing"

Is this correct behaviour?

If I manually remove the 3 rows from the input file, then aggregation is successful except ISC skips the first 3 accounts :slight_smile:

Thank you