Property | Description | Default Value(s) | Restrictions |
Field Delimiter Characters (FieldDelimiterCharacters) |
This property lists the characters that may be used to separate fields. For example, a value of "," indicates a comma-separated value file. A value of ".:;" indicates that columns may be separated by a period, colon or semicolon. The order of the characters in the text string does not matter. | , | |
File Name (FileName) |
This property specifies the file name for the CSV (Command Separated Values) reader. | ||
Have Headers (HaveHeaders) |
If the value of this property is 1, treat the first line of the file as headers. | 1 | Only the values 0 and 1 are accepted. |
Use String Delimiter (UseStringDelimiter) |
This property indicates whether to use the string delimiter. | 1 | Only the values 0 and 1 are accepted. |