Bulk Upload data including images/ videos path mentioned in csv file

Hello,

I am having csv file which has data similar to this:

  1. Name
  2. Address
    3.Email Id
  3. Images (local path)
  4. Video (local path)

I have to upload text data into collection and images are to be stored on S3 (using cfs:S3) and id returned of the image/video are to be stored in the same collection.

Thanks in advance.