Create a module to batch upload the files from a csv source


Problem

You need to create a module to batch upload the files from a CSV source.

1. Implement an interface to create a batch uploads

1. A batch upload consists of 1 CSV file with following entries

User's Name, Email, phone, Public google drive Image url, Image title

2. Each Batch will have its Name as well, say - "Batch Delhi", "Batch Noida".

3. There will be a user collection in database which consists of unique user identified by his email id or phone.

4. One CSV may contain multiple entries for a user in order to upload more than one Image for a User. We need to upload and keep all the uploaded image urls/responses of each entry for this user.

5. Download these images from google drive and upload the same on different server

2. Multiple batches can be uploaded at same time

3. We need to show the current status of each batch Entries submitted/Uploaded/Remainingwith the other possible summaries.

4. Display uploaded batch items in interface in order of recency.

5. Batch list can be filtered on the following parameters

1. Date range

2. Incomplete/Error

3. Completed

4. Number of entries in batch.

Request for Solution File

Ask an Expert for Answer!!
Computer Engineering: Create a module to batch upload the files from a csv source
Reference No:- TGS02642628

Expected delivery within 24 Hours