In a comma-delimited text file, the individual fields are separated by commas. A comma-delimited file resembles the following.
0543166,Oranges,Perishable
17890,Flower Pots,Breakable
1203768,Apples,Perishable
1029384,Bananas,Perishable
Because there are four lines in the file, four different items with three different fields of data are printed.
There is a space in the second field of the second line between the word "Flower" and the word "Pots". Comma delimitation recognizes spaces as long as they are embedded between the data characters in a field.
Leading and trailing spaces are removed by default, but if you want to print these spaces, you can configure BarTender to do so by clicking to clear the Trim Spaces from each field check box on the Data Filtering page of the Database Setup wizard.