开发者

mapping excel data to mysql database

开发者 https://www.devze.com 2023-02-02 23:27 出处:网络
how to mapping excel data column name to mysql data field? and mapping between excel data column name and mysql data field name and开发者_Python百科 getting the excel data from excel file use LOAD DAT

how to mapping excel data column name to mysql data field? and mapping between excel data column name and mysql data field name and开发者_Python百科 getting the excel data from excel file


use LOAD DATA INFILE with a delimited text file (save the Excel as .txt). You choose exactly which columns map to which fields.


Here's the method I use for getting data from Excel to MySQL: Excel to MySQL using Add-ins


save your excel file as csv and type the query load local data infile "your file path" into your table name fields terminated by "," lines terminated by "\n";`

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号