Bulk Import Bundle XMLs

Which IIQ version are you inquiring about?

Version 8.2

Share all details related to your problem, including any error messages you may have received.

I am trying to bulk import bundles that are all separate XMLs. Is there a way to bulk import these files? Going one by one is very time consuming.
I have been using the IIQ Console for the import, but cannot find if there is a command to bulk import.

Hello Alyson,
This might work for your use case Bulk import roles from a CSV file - Compass

1 Like

If you have access to the IIQ console (command line), you can use the import command.
See: IIQ Console Commands

It is also possible to create an import file containing the list of files to be imported like:

<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE sailpoint PUBLIC 'sailpoint.dtd' 'sailpoint.dtd'>
<sailpoint>
  <ImportAction name='include' value='custom/Application/Application-ACD-API-OnlineKlantdata.xml'/>
  <ImportAction name='include' value='Bundle/b1.xml'/>
  <ImportAction name='include' value='Bundle/b2.xml'/>
</sailpoint>

– Remold

2 Likes

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.