cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Load Purchase Orders to Flexera

Hi,

I've some purchase order XMLs that need to be loaded to Flexera. I'm using a Business adapter with a POUpload object, but I can see we can load only 1 file at a time. how can i load multiple XMLs at time?

Regards,
Sharath

(2) Replies
ChrisG
By Community Manager Community Manager
Community Manager

If you have data to be imported spread across multiple files, options to consider would be:

  • Run the business adapter once for each file containing data to be imported
  • Pre-process the data to extract data to be imported from the files into a single place (for example, a CVS file), and then run the business adapter to import the data from that single place
(Did my reply solve the question? Click "ACCEPT AS SOLUTION" to help others find answers faster. Liked something? Click "KUDO". Anything expressed here is my own view and not necessarily that of my employer, Flexera.)

Thanks @ChrisG, I've choosen option#2 but instead loading to a csv, I'm loading it to a staging table and running the business adapter .