KEY
|
VALUE
|
DELIMITERS# |
,A string containing all the
possible delimiters for a particular column, numbered starting from 0
|
DEFAULT_DELIMITERS |
Set up the delimiters for
columns not explicitly specified using the DELIMITERS# key. The
default is ,
|
ERROR_INDICATOR |
When the csv wrapper looks for a
new data row, it first looks to see if the row begins with the text
specified in the error_indicator key. If so, the error message is
extracted, and the wrapper passes the error back to the wrapper
clearinghouse. The default for this column is “ERROR:” |
DONE_INDICATOR |
This key is used only for
wrappers which retrieve rows in response to some query that has been
sent via the rescan function. For such wrappers, the text in this
key is used by the csv_next function to determine when all of the
results for a particular query have been processed. The default
is “DONE WITH PROBE”
|