Previous | Next | Contents > Editing the Content of Disc Labels
A File Data object is a text box whose content varies from one printed copy of your design to another. One possible use of a File Data field is serial numbers that must be different on all discs.
The information displayed in this text field is imported from a text file. The format of such a file is described below.
Each copy of your design at printing will contain another line of imported text.
To add file data to your design:
The imported information doesn't appear on the canvas. The text box will display the name of the file you have selected.
The text file you wish to import from must be in the plain text format. If you are creating this file in the TextEdit application, choose Format > Make Plain Text in its menu.
If the file contains one column, its structure looks this way:
[SOME TEXT][RETURN]
[SOME TEXT][RETURN]
...
[RETURN] means that you should press the Return key at the end of each line
In a multi-column file, cells in rows are separated by a special symbol – delimiter. A comma, tabulation or some other symbols can be used as the delimiter. This symbol shouldn't be present in the text because it will be wrongly recognized as the delimiter. The file structure looks as follows:
[ROW 1 COLUMN 1][DELIMITER][ROW 1 COLUMN 2][DELIMITER]...[ROW 1 COLUMN M][RETURN]
[ROW 2 COLUMN 1][DELIMITER][ROW 2 COLUMN 2][DELIMITER]...[ROW 2 COLUMN M][RETURN]
[...ROW N COLUMN 1][DELIMITER][ROW N COLUMN 2][DELIMITER]...[ROW N COLUMN M][RETURN]
This is an example of a comma-delimited text:
1,Backup #1,2010-02-17,32 MB
2,Backup #2,2010-02-27,170 KB
3,Backup #3,2010-03-06,1.7 MB
Here, the first column contains the numbers. The second column contains the names such as "Backup #2". The third column contains the size such as "170 KB".