Database test - table agents running on localhost

  Structure   Browse   SQL   Select   Insert   Export   Operations   Options   Empty   Drop  

Location of the textfile
Replace table data with file Replace
Fields terminated by The terminator of the fields.
Fields enclosed by Often quotation marks. OPTIONALLY means that only char and varchar fields are enclosed by the "enclosed by"-character.
Fields escaped by Optional. Controls how to write or read special characters.
Lines terminated by Carriage return: \r
Linefeed: \n
Column names If you wish to load only some of a table's columns, specify a comma separated field list.
[Documentation]