I am trying to bulk import bundles and keep getting this error. I have used the export command in the iiq console to get this xml. and then tries using the import command as well as the “Import from File” within the UI.
Both cases give me this error. “Content is not allowed in prolog”
Open your XML file in a code editor (like VS Code or Notepad++). These editors usually have an option to change the encoding. Save the file as UTF-8 without BOM.
Notepad++: Go to Encoding → Encode in UTF-8 without BOM.