putting jpg files into csv?

O

Oldguard

I have products for a catalog and want to place pictures of the products in
the file and then save it as a csv file. How do I do that so that the
product matches the picture file?

Thx
OG
 
J

JE McGimpsey

A csv file is, by definition, text only.

I'm not clear on what "so that the product matches the picture file"
means...
 
O

Oldguard

I guess what I meant was that in the CSV file, there is a column marked
"Pictures" for the pictures of the individual products, and I want to know
how I can save the pictures in the csv file.

Thanks
OG
 
J

JE McGimpsey

You'll have to pick a different kind of file. The ONLY thing that can go
in a csv file is text.
 
Top