Hi,
I want to onboard delimiter type application but hader start from line number 15. I want to skip all comments from line 1 to 15.
Hi,
I want to onboard delimiter type application but hader start from line number 15. I want to skip all comments from line 1 to 15.
You should read the documentation on how to set up a delimited file application. You definitely could set up a customization rule, but I recommend you keep it simple.
In your application definition, you can actually specify the number of lines to skip and designate your comment character: https://community.sailpoint.com/t5/Technical-White-Papers/Delimited-File-Application-Configuration/ta-p/74147
But 1st line is mandatory to keep headers otherwise test itself fail. There is a check box at File page whether to consider 1st line as header or data.
For example if you mention number of lines to skip 15 , then it will consider data from 17th line.
1st line is mandatory to keep headers then from 2nd to 16th line will skip.
But the challenge is: shifting hearder line other than 1st line is not feasible as per current system design.