简体   繁体   English

将JSON数据导入MySQL?

[英]Importing json data into MySQL?

Pretty much what the title says :) 标题说的差不多:)

At the moment I'm using Python to turn the json data into a plain-text tab-separated file, and then mysqlimport to pull that into my MySQL tables. 目前,我正在使用Python将json数据转换为纯文本制表符分隔的文件,然后使用mysqlimport将其提取到我的MySQL表中。 Anyone know a nicer / more direct way? 有人知道更好/更直接的方法吗?

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM