Escape with Double-Quote

The double-quote character is used by the inbound processor to escape values containing delimiters and carriage returns. For example, a row containing the following would have exactly 3 values:

valueOne,"this,is,value,Two",valueThree

The values would be valueOne and this,is,value,Two and valueThree.

Two consecutive instances of the quote character within quotes escapes the quote character. For example, "12"" disc" equates to a single value of 12" disc

In case you don't want to support this quotation process, you can disable the same by deselecting the check box on the inbound interface.