Handling huge volume of Resource Location Data for data load.
Hi Team,
We have to load the resource locations in OFS for more than 7000 resources.
For creating a resource location via API we understand there are these steps to do
1. Create locations using Create Location API
2. Get all the location Ids from OFS that were created in step 1
3. Call Set location API by passing OFS Location Ids
We are using postman tool (collection runner ) for the data load . But for this particular scenario we wont be able to do that as without code logic creating a csv for Step 3 is a manual effort which involves Step 2 and doing this for 7000+ records is lots of manual work.
Tagged:
0