Skip to Content

Dump to Label File

This feature creates a simple text file containing player name and address information that can be used by other software to create mailing labels.

Output Formats

The label file saves player information in one of two formats:

Standard Format

Separate lines for each field (name, address lines, city/state/zip)

Delimited Text Format

One line per player with fields separated by a delimiting character

Note: To use the delimited format, set your preferred delimiter character in Options | Format options | Exports.

Address Line Formatting

You can split address lines into two parts by separating them with a slash (\) or semicolon in the address field.

Here is an example using the standard multi-line format:

John Smith 123 Main Street \Apt 4 B Springfield, IL 62701

This is dumped to your label file as:

John Smith 123 Main Street Apt 4 B Springfield, IL 62701
Last updated on