Using file upload utility for delimited connector, where we define to upload csv to a particular source?

using file upload utility for delimited connector, where we define to upload csv to a particular source?

Hi @shaffusailpoint

If i remember correctly.
The source file name starts with source ID value.

other useful links:
SailPoint File Upload Utility - Compass - here you can find link to the documentation.

File Upload Utility Plans with API Deprecations - ISC Discussion and Questions

File Upload Utility Automation Scripts - CoLab / Community Tools

Automating delimited file aggregations using the File Upload Utility - Content / Video Library

1 Like

you mean id.csv? we need to place?

Please check below:

reference link: File Upload Utility - Additional Details

Here us what you need

java -jar <Path of sailpoint-file-upload-utility-4.1.0.jar> --url https://<Your_Tenant>.api.identitynow.com --clientId <Your_Client_ID> --clientSecret <Your_Secret> -f "<PATH of the .csv file>"

if your source id is - afa8684341fasdlfa8709843nfas098 then the file name should be afa8684341fasdlfa8709843nfas098.csv. Specify full path viz c:/your_dir/afa8684341fasdlfa8709843nfas098.csv

You can get the source id from the address bar when you click on source under connections from admin menu.

I hope this helps

1 Like

Hi @Shesh

in your syntax below optional parameter(–objectType) explanation is missing especially (to aggregate entitlement files). if nothing specified it will consider account aggregation by default.

--objectType group

-o <arg>, --objectType <arg> Optional --objectType group File Type; Account or Entitlement Schema. Default: Account

So please refer examples from File Upload Utility - CoLab / Community Tools - SailPoint Developer Community