You can use .csv files to generate a large amount of documents at once. Headlime will take your document, fill out all variables with the first line of values in your .csv, and create a finished document with it. Next, it will do the same with the next line of values in your .csv, and so on until the whole .csv has been processed.

So to simplify: did you write three lines of values in your .csv, in addition to the top line with variables? Then generating documents with it will get you three documents: one with the variables from the first line, one with the variables from the second line and one with the variables from the third line.

To generate documents from a .csv, follow these steps.