Sub Tag | Description | Possible Values |
<VarData FileName=" "/> | Contains the file path to the .txt or .csv file with the data points for Variable Data. | File Paths e.g. C:\Data\VariableData.txt |
Sub Tag | Description |
<VarData></VarData> | Enclosing Tag for the data segment, comes at the very beginning and the very end of defining the datapoints for variable data. |
<VDHeader></VDHeader> | Enclosing tag for the header section. <VDHeader> contains the names of the variable fields in the Variable Data Template and tells the HotFolder which fields you want to address and where to place each datapoint. |
<VDField></VDField> | Each VDField tag contains one name for a variable field in the Variable Data Template to let the HotFolder know which fields to fill. |
<VDRow></VDRow> | Enclosing tag for the Variable Data sets. Each <VDRow> tag represents one dataset, i.e. one complete image generated by variable data. One <VDRow> tag corresponds to one line in a Variable Data .txt file. |
<VDValue></VDValue> | Contains the individual datapoints for the Variable Data Template. Note that the <VDValue> tags need to go in the same order as the <VDField> tags in <VDHeader>, e.g. if the first <VDField> is “Order number”, the first <VDField> tag will need to be the order number so it goes into the correct variable field. |
Sub Tag | Description | Possible Values |
<VarSet></VarSet> | Sets the data points to be used for Variable Data. First line should be line headings, same as in a Variable Data .txt file, each following line represents one dataset. Entries are tab separated. | E.g. Text1 SampleText |