I need to upload image files in bulk to Salesforce CMS. I have a lot of images so I cannot create the JSON file manually to use the "Import Content" feature. Is there some other way to do this?
답변 4개
Hi Akash, Can the images be put in to an HTML page? I wrote a script that scrapes a page for images and creates a string in json format that (theoretically) can be used to do a bulk upload. FWIW I found your post because I have not had any success at using bulk upload feature.