Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Expand
titleCreate XMP Mapping

Create XMP Mapping

Prerequisites

Our Goal

  • We have a Basic Information Layer with a text field "Title". 

  • We want to store the title from Dublin Core into the Picturepark title field. 

  • We want to update the Dublin Core title with updated title information from Picturepark. 

Add XMP Mapping

These mappings enable admins to select mapping direction (write to Picturepark, write to File, or both), the XMP field (Dublin Core, IPTC, and others), and the corresponding metadata field in Picturepark. Priority defines in which order multiple values are written into the same field (separated by comma). The stop switch prevents that after the first value is added, additional values are written if they exist for the same field. 

Info

You must select mapping direction in order to be able to select a field. 

  1. Open Settings

  2. Open XMP Mappings

  3. Add a new mapping

  4. Select the mapping direction "Both"

    1. as we want to write to Picturepark

    2. and we want to write back to XMP 

  5. Select the XMP Field "dc.title".

  6. Select the Picturepark field "basicInformation.title"

  7. Save

Info

When you write XMP back to the file then Picturepark creates a historic version with the original XMP when a user downloads the file. This makes sure that the original XMP is always available.

Expand
titleCreate XMP Mapping

Create XMP Mapping on Translated Fields

Prerequisites

  • Files with DC Subject keywords in English, in German.

  • Picturepark list items with translated text fields as names, all translated.

Our Goal

  • The XMP mapping should map all subject keywords from the files into the tagbox if either the German or English translation is used.

Add XMP Mapping

The German translation and the English translation count as different fields. If you want to lookup on two different fields, you'll need to configure two mappings (and you are also then able to specify a priority between them; e.g. name.en with priority 10, stop = true, and then name.de with priority 9. This will lookup in English names first, if found the lookup stops, otherwise it will check the German name.

Info

You must select the mapping direction in order to be able to select a field. 

  1. Open Settings

  2. Open XMP Mappings

  3. Add a new mapping

  4. Select the mapping direction "XMP to Metadata"

    1. as we want to write to Picturepark

    2. and we do not want to write back to XMP 

  5. Select the XMP Field "dc:subject".

  6. Select the Picturepark tagbox field "basicInformation.keywords"

    1. Select the name field in the first language: name.en

    2. Select case insensitive

    3. Select all child schemas

  7. Select Priority 10

  8. Select Stop

  9. Save

Info

You cannot add both translations as keys, cause the values would be concatenated; e.g. if you add name.en “Apple” and name.de “Apfel” as key fields, you get “AppleApfel” as imported value.

  1. Add another new mapping

  2. Select the mapping direction "XMP to Metadata"

    1. as we want to write to Picturepark

    2. and we do not want to write back to XMP 

  3. Select the XMP Field "dc:subject".

  4. Select the Picturepark tagbox field "basicInformation.keywords"

    1. Select the name field in the second language: name.de

    2. Select case insensitive

    3. Select all child schemas

  5. Select Priority 10

  6. Save

Expand
titleUpdate XMP Mapping

Update XMP Mapping

Prerequisites

  • XMP mapping created

  • A layer "Basic Information" with a string field "Description"

Our Goal

  • Update Picturepark fields

  • Update XMP fields

  • Update mapping direction

  • Disable XMP mapping. 

Update the XMP Mapping

Note

Do not remove the mapping direction as this will remove your mapped fields. If you did by accident press Cancel to keep the original settings. 

  1. Open Settings

  2. Open XMP Mappings

    1. Filter by Schema where your mapped field is added. 

    2. Filter by mapping direction. 

  3. Click to open an existing mapping.

  4. Remove the Picturepark field "basicInformation.title"

  5. Add the Picturepark field "basicInformation.description.en"

  6. Save

...