| Information For example, if you are copying and pasting text from a CSV file that contains multiple columns of data, each line should represent a ticket and the first value in each line the ticket number. The application will add the value from the beginning of the line to the first delimiter, in this example a comma (,), and ignore the data after the delimiter.
Consider the following example file:
123456789001,PerfA,"16",
J123456789002,PerfA,"FLRB",
A123456789003,PerfA,"16",
A123456789004,PerfA,"16",J
If this was pasted into the text box to add the ticket numbers, the application would insert four ticket numbers: 123456789001, 123456789002, 123456789003 and 123456789004. |