hello community,
I want to write IPTC data in JPG images. The starting point is a csv file. Is there this possibility? Unfortunately I couldn't find anything about it.
Greetings deejay
IPTC Import from CSV-File
Moderators: helmut, XnTriq, xnview
IPTC Import from CSV-File
In the beginning was the word and the word was content-type: plain/text
Re: IPTC Import from CSV-File
Hi,
I briefly take a look. We evaluate XNView for our company. The images are product images that we would like to equip with the IPTC data. Our PIM does not currently offer this function. We are free to use the CSV file. I can adapt this accordingly
E.g.
"Filename"; "Caption"; "Caption writer"; "Headline"; "Keywords" etc.
Should I have to adapt the file, that would not be a problem either.
Thanks for the support
I briefly take a look. We evaluate XNView for our company. The images are product images that we would like to equip with the IPTC data. Our PIM does not currently offer this function. We are free to use the CSV file. I can adapt this accordingly
E.g.
"Filename"; "Caption"; "Caption writer"; "Headline"; "Keywords" etc.
Should I have to adapt the file, that would not be a problem either.
Thanks for the support
In the beginning was the word and the word was content-type: plain/text
Re: IPTC Import from CSV-File
Hi,
correct we would like to embed the data directly in the images via IPTC.
greetings deejay
Edit:
I would also target XMP. It is important for us that the data is embedded in the image and not included as a file. We have chosen IPTC as an "alternative" because some older systems do not necessarily read out the XMP data.
It would be perfect if we could import XMP and then also write this data in IPTC.
greetings
correct we would like to embed the data directly in the images via IPTC.
greetings deejay
Edit:
I would also target XMP. It is important for us that the data is embedded in the image and not included as a file. We have chosen IPTC as an "alternative" because some older systems do not necessarily read out the XMP data.
It would be perfect if we could import XMP and then also write this data in IPTC.
greetings
In the beginning was the word and the word was content-type: plain/text
Re: IPTC Import from CSV-File
Is it possible for you to create a .ipt file like the one that you can export in 'Edit IPTC'>Save template?
Code: Select all
<?xml version="1.0" encoding="UTF-8"?><!DOCTYPE iptc_template><iptc_template version="1.0">
<tag_105>
<value>headline</value>
</tag_105>
<tag_120>
<value>caption</value>
</tag_120>
<tag_122/>
</iptc_template>
Pierre.
Re: IPTC Import from CSV-File
Thx! I will try and report
Greetz
deejay
Greetz
deejay
In the beginning was the word and the word was content-type: plain/text