Best Practice For Uploading CSV Files
Posted by: Duck Duck
Date: April 06, 2023 04:12AM

We have a customer control panel where customers can upload their products into our online shop. For each product, we also need to call a third party API. But what's the best practice for allowing users to upload their own CSV files?


1. Bulk upload the CSV file directly into the destination products table, then call the API, then update the data as needed.

2. Bulk upload the CSV file into a staging table, then call the API, then insert the row into the destination products table.

Options: ReplyQuote


Subject
Written By
Posted
Best Practice For Uploading CSV Files
April 06, 2023 04:12AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.