Is there a quick way to upload images into NS? We ...
# general
l
Is there a quick way to upload images into NS? We will connect our NS account to an e-commerce site which requires us to store the images in the Item record. Initially, we plan to upload the images via zipped file but we are getting an error. Uploading it in very small chunks may time forever. If it did work, we have a CSV file to be imported containing the file name and the corresponding item, so we can store and link the images in the item record. Is there any other way to do this?
a
Don't think so. Maybe with third party software, but that is how NetSuite has done it since I remember 10 yrs ago
l
Thank you.
m
You can upload them to FTP/S3 and use integrator.io to copy to File Cabinet
a
@michoel I like that. I might build that today.
l
Thanks @michoel. Integrator.io is free, right?
a
They have a free version... not sure what it is limited to however.
👍 1
m
I believe you get a single flow with two endpoints in free tier which is enough to accomplish this
a
I did create a Google Drive to NS File Cabinet flow yesterday. Took like 3.5 mins as the connections were already there, and 10 mins to figure out what the file name from Google Drive handlebar was. Had to force an error to get some insight to json structure. {{data.fileMeta.fileName}}