Default filename to be used
CDATA
Deletes all the records in the table before importing new data
The file delimiter to be used when reading a csv file. ,' will work with commas in the csv file
CDATA
Table to save the data into taken from the csv file
CDATA
Drops the table before creating a new one.
The file glob used to show files, ie *.csv
CDATA
Mimetype for loading the file
CDATA
Use the first row of the file to be used as the names of the fields in the table created.
Number of lines to skip before reading data
this number of lines will be ignored
CDATA
Creates a temporary table if set true. See postgresql for more information on temporary tables
How to handle the file loading (ie as a table (delimited) / as a chunk (binary), etc)
'null' here will cause the file to be opened and then closed without being read, any filename widget will still be updated but not database operations (create/drop etc) will be carried out
Look at the bondfrontend.conf and use the key mentoned in here to find out what delimiter to use for the file.
CDATA