Skip to main content
efiorelloperl
Participant
February 2, 2018
Answered

Data Merge - Creating Separate Documents

  • February 2, 2018
  • 2 replies
  • 6469 views

Is there a way to create separate InDesign documents for each record/row of a data source (.txt) document? Currently, if I have multiple rows, it creates a single document with all those pages within it. I'd like each row to create a separate InDesign document.

Correct answer

This is possible.

In the window "Create merged document" > Options enable the "Record limit per document" and set the number to "1".

Each record becomes a document of its own.

datamergelimit1.png

I hope you don't want to merge 200 records with 1 click, because InDesign doesn't save and close the files.

Fenja

2 replies

Colin Flashman
Community Expert
Community Expert
February 3, 2018

Fenja's answer is certainly correct, but it will result in all of the filenames being called FILENAME-n (where n represents the order of the resulting record). Not catastrophic, but if the OP was creating business cards individually, then each file would have to be renamed at some point. This only works for INDD files as well, not PDF.

I made a script back in 2015 that will do this not just for INDD files but PDFs as well, and it's free:

https://colecandoo.com/2015/09/04/data-merge-from-indesign-to-unique-filenames-now-a-reality/

If the answer wasn't in my post, perhaps it might be on my blog at colecandoo!
February 3, 2018

That's great!

Fenja

Correct answer
February 2, 2018

This is possible.

In the window "Create merged document" > Options enable the "Record limit per document" and set the number to "1".

Each record becomes a document of its own.

datamergelimit1.png

I hope you don't want to merge 200 records with 1 click, because InDesign doesn't save and close the files.

Fenja

efiorelloperl
Participant
February 2, 2018

Thnaks Fenja!