Descriptions for MSMQ Receive Messages properties, including Queue Path Name, Unicode Strings, CSV Delimiters, CSV escape characters, CSV quote characters, and Perform CSV Trimming.
Property Name (screen) | Property Name (Attach Adapter) | Type | Description |
Queue Path Name | QueuePathName | String | Name of the MSMQ queue. The queue is created if it does not already exist. |
Unicode Strings | Unicode | Boolean | If true, the message is Unicode encoded, otherwise it is UTF8. |
CSV Delimiters | CsvSeparators | String | Characters that separate fields in the input message. Defaults to a comma. You can specify multiple characters, each of which causes a field break. A separator character at the end of the string (followed by nothing) creates a NULL field. |
CSV escape characters | CsvEscapeChars | String | Characters that escape the meaning of special characters. Defaults to a backslash. You can specify multiple characters. |
CSV quote characters | CsvQuoteChars | String | Characters that delineate the contents of a field, which can contain anything except for a character matching the initial quote character. You can include the initial quote character if escaped. Default to a single quote and a double quote. |
Perform CSV Trimming | CsvTrimming | Boolean | If true (the default), trims leading and trailing spaces from fields. When true, a field containing nothing but spaces between quote characters is interpreted as NULL. |