| This module imports data into tables: |
| |
| |
| Import CSV data: |
| First line contains headings: | The first line of the CSV file is used to name the field headings. |
| More information here: | Data import from CSV |
| |
| Import XML data: |
| More information here: | Data import from XML |
| |
| Import JSON data: |
| 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. |
| More information here: | Data import from JSON |
| |
| Import PHP data: |
| 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. |
| More information here: | Data import from PHP |