What problem are you observing?
If delimiter for Delimited File source is NOT comma, then manual correlation via upload file fails in two ways.
- The dowload file is comma separated, so upload of this cant parse the header row
- If you replace all the comma’s with whatever your delimiter is, ISC still fails to parse the input file
What is the correct behavior?
- ISC should provide the correct Correlation File
- ISC should be able to read/parse the Correlation File provided.
What product feature is this related to?
Delimited File sources for ISC
What are the steps to reproduce the issue?
- Given a Delimited File source, set the delimiter to something other than comma, eg pipe character.
- Aggregate file so there are some uncorrelated accounts
- Under Account Management > Uncorrelated Accounts, click ‘Download Correlation File’
- View file, you will see it is comma separated
- Specify a username you wish to correlate
- Attempt to upload file, it will fail as headers are comma separated in the provided file.
error “Column: “[account,displayName,userName,type]” is unknown and/or column: “[account, displayName, userName, type]” is missing."
- Replace all commas in file with your delimiter, eg |
- Attempt to upload file. This time file is successfully uploaded, but will not be parsed successfully
An unexpected error occurred: java.lang.IndexOutOfBoundsException: Index 1 out of bounds for length 1
Do you have any other information about your environment that may help?
N/A