Your custom tutorial is ready!
Please follow these steps

1 MyDataMerge configuration

Editing image placeholders

Whenever you have complete image paths in your datasource they do not always fit to your local environment (e. g. if you have received the datasource from your client and the full paths only match their environment). In these cases the client often delivers all images in a folder you put somewhere next to the layout.

For local paths you have to crop the clients paths from the datasource and replace them with your local paths. E. g.

/client/path/to/image.jpg

becomes

/your-path/to/image.jpg

Unfortunately you have to redo this everytime the client sends you an updated datasource. But with MyDataMerge you can update the paths on the fly:

  1. Make sure your placeholder has the right type selected “Replace with image” [1]
  2. Add a datasource entry and select the column with the image paths [2]
  3. Open the settings (gear icon) and activate “Trim pathes from datasource elements” [3]. This will make “/path/to/your/image.pg” to “image.jpg”
  4. Then choose the folder where the images are located. This will add the new path “/your-path/to/image.jpg” [4]

By now you should see the image in the preview (you might grant read access for MyDataMerge to the selected folder).

 

2 Export

Filetypes

If you want to export to JPEG files go to export > filetype and select the preferred filetype from the dropdown.

You can set a static filename in Export > Filetype > “Static filename” field.

With static filenames, every file will get the same name and a counting number will be attached. For example if you define static filename to be “mydatamerge” then files will be named like this:

  • mydatamerge_1
  • mydatamerge_2
  • mydatamerge_3
  • and so on

Please note that static filenames only allow a-z, 0-9, – and _ characters. Other characters will be removed or replaced.