Skip to main content
When downloading data in CSV format, there are some values that need to be quoted. Extole uses the following algorithm for determining which values to quote:
  1. If the value contains a comma or any ASCII character lower than a comma - this includes a space and ,!"#$%&'()*+
  2. If the value is longer than 24 characters
Here are some examples: For more information on SFTP and file transfers, see: https://docs.extole.com/docs/sftp-and-batch-file-conventions.