Field separators - is a which is used to
split a line of text into several fields containing ticket numbers when
loading CSV or text files into the Package. Basically it's a list of
commonly used separator characters like comma "," or semicolon ";"
separated by "|" character. The default value is ;|,| |-
Exports
Field separator - is a character used to separate ticket numbers when saving tickets to a plain text or CSV file.
Prepend single digit numbers with zeros - if this option is on then tickets will be saved to a text file for example like this: 01,02,05,07,23 03,09,14,19,34 08,09,23,35,41 12,15,21,34,40 When the option is off then the tickets will be saved as: 1,2,5,7,23 3,9,14,19,34 8,9,23,35,41 12,15,21,34,40
Note:
This options panel opens from menu Tools
- Options - Miscellaneous - Imports & Exports