I'm sure this has been asked a million times, but ...
# csvimports
a
I'm sure this has been asked a million times, but what is the proper format for importing item images (which have already been uploaded to the file cabinet?) I tried including references to the file objects but this failed.
Copy code
InternalId,1,2,3,4
10495,5101079,4991422,8356092,8356116
a
I did see that!
But, do you not specify folder? How does it know where to find the file?
m
Don’t think you need to specify a file
do a test and click on the pencil to harcode a value
a
In case anyone else is curious, I'll put this down for posterity. Not only do you not need to specify a folder, you can't specify a folder. Which is a real problem if you are referencing a file name which exists in more than one folder. Since I was curious about this, I ran a little experiment. I created two different images, but uploaded them with the same name (
test-image.png
) to two different folders. I then ran an import using the attached CSV. The results were wild! It picked an image from one folder for the main image, but the other folder for the other three. Best I can conclude is that if you have more than one file with the same filename, in different folders, it will just pick one at random.
m
So don’t use name but id
w
@Marc I think the point is that ID's don't work
m
Maybe export the list of documents and check the id. I don't see why ids wouldn't work