putting jpg files into csv?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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
 
A csv file is, by definition, text only.

I'm not clear on what "so that the product matches the picture file"
means...
 
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
 
You'll have to pick a different kind of file. The ONLY thing that can go
in a csv file is text.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top