Creating a variable configuration file and a lookup file using DDU
Creating a variable configuration file
A variable configuration file contains the variable setting names based on the template of the original settings file or configuration file.
Note: Use a text editor that supports UTF‑8.
Creating a lookup file
A .csv file contains different values for the variable setting names based on the template.
Notes:
You can create the file using a spreadsheet that supports CSV file format.
Understanding the files
Sample standard settings file
nvOemMfgLongName "Lexmark International"
HTTPSENABLE TRUE
LPDTIMEOUT 90
printTimeout "90"
Sample variable file
nvOemMfgLongName $(variable_1)
HTTPSENABLE $(variable_2)
LPDTIMEOUT $(variable_3)
printTimeout $(variable_4)
The lookup file contains the values of the variable names in the configuration file. These values are deployed to printers that are specified in the lookup file.
.