Hello,
I am having csv file which has data similar to this:
- Name
- Address
3.Email Id - Images (local path)
- 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.