Text input: | The import can be switched from file upload to text input. |
|
Create table from CSV: |
First line contains headings: | The first line of the CSV file is used to name the field headings. |
Copy data from CSV: | The data from the CSV file is copied to the new table. |
More information here: | Table from CSV import |
|
Create table from XML: |
Transfer data from XML: | The data from the XML file is copied into the new table. Otherwise only the field definitions are taken from the import. |
More information here: | Table from XML import |
|
Create table from JSON: |
Converting one-dimensional arrays: | For one-dimensional JSON arrays, the index of each field is taken as the field header. |
Adopt array index as field: | Array indices are adopted as an additional field in the new table. |
Transfer data from JSON: | The data from the JSON file is copied into the new table. Otherwise only the field definitions are taken from the import. |
More information here: | Table from JSON import |
|
Create table from PHP-Array: |
Converting one-dimensional arrays: | For one-dimensional PHP arrays, the index of each field is taken as the field header. |
Adopt array index as field: | Array indices are adopted as an additional field in the new table. |
Transfer data from PHP: | The data from the PHP array is copied into the new table. Otherwise only the field definitions are taken from the import. |
More information here: | Table from PHP import |
|
Additional settings: |
Data directory target table: | Path to the directory on the server where the data files are to be saved. |
Index directory target table: | Path to the directory on the server in which the index files are to be stored (MyISAM only). |
Create table: | Proceed to import editor. |