Two notes on this:
1) Older versions of SB+ would not create a record larger than 32K. The sequence number on the SBROUT.port.seq item is a remnant of this. The logic, however, is not entirely cleaned up. On larger files, you may see a stray blank line added to your output (default name SBDIF.port.).
2) If you use double quotes in any of your fields (e.g., product descriptions with measurements in inches), the output may change them to single quotes. For CSV format, the double quote is used to delimit fields that contain commas. To include a double quote in such a field, that character should be doubled, e.g.,
Product,Description
NewBox,"Pine Box, 12"" x 15"" x 4"""
I have seen SB+ change this to:
Product,Description
NewBox,"Pine Box, 12' x 15' x 4'"