Importing json data into MySQL?

Posted by AP257 on Stack Overflow See other posts from Stack Overflow or by AP257
Published on 2010-03-23T18:53:19Z Indexed on 2010/03/23 21:23 UTC
Read the original article Hit count: 401

Filed under:
|
|
|

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. Anyone know a nicer / more direct way?

© Stack Overflow or respective owner

Related posts about mysql

Related posts about JSON