-
Notifications
You must be signed in to change notification settings - Fork 0
LabelledEntriesCSV
The plugin
de.wwu.scdh.teilsp.extensions.LabelledEntriesCSV
is
used to generate completion suggestions from CSV data. A variety of
CSV formats are supported, including CSV according RFC 4180, TDF
(=TSV), Excel, various database formats.
Required: The URL of the CSV file.
Optional: The CSV format. E.g. Excel
for an Excel spreadsheet or
TDF
for tab separated values.
Optional: The value delimiter in the file.
Optional: By default, the plugin assumes, the first row is a header row. But you can pass in a header manually by this parameter.
Form: colname,colname2,colname3
Optional: The columns that go into the key. Multiple columns are possible. They must be delimited by comma.
Default: key
Optional: The interconnectors that go between the key's columns. They must be delimited with comma. If there are less separators that columns minus 1, then the empty string is used at the according position.
Optional: "A prefix added to each key. E.g. #
or persons:
.
Optional: The columns that go into the label. Multiple columns are possible. They must be delimited by comma.
Default: label
Optional: The interconnectors that go between the label's columns. They must be delimited with comma. If there are less separators that columns minus 1, then the empty string is used at the according position.
Optional: "A prefix added to each label. E.g. #
or persons:
.