©SQL :: Manager
HomeProgram InformationTechnical detailsFree downloadDonate for a cup of coffee
myway SQL Manager for MySQL and MariaDB, Download on Uptodown
Importing data into MySQL, MariaDB tables

Importing data into MySQL and MariaDB tables

Data import The data import is part of the table editing
Data import into MySQL tables
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
More information on inserting data into MySQL tables can be found here: mysql.com and mariadb.com
Updated: 2023-09-15ImprintContactTerms & conditionsPrivacy & CookiesUpdatesSitemapFacebookLinkedinTwitterStatistics©2020-2024 Heino Cunze-Fischer