Killink CSV gives you the ability to determine when and how values are quoted. The following quoting settings are available:
| • | Values will be quoted when the value contains a NUL character, a quote character, or a delimiter character. |
| • | Values will be quoted when the value contains a non-printable character, a space character, a quote character, or a delimiter character. This setting is recommended as it provides the greatest compatibility with other CSV related programs and parser. |
| • | Values will be quoted when the value contains the delimiter character only. This setting eliminate value quoting except for those values containing the delimiter character. |
| • | Values will always be quote. This setting forces each value to be quoted regardless of the content. |
Set the quote option within the program options.





