JSON writes to MySQL via Pymysql

Source: Internet
Author: User

1 #Coding=utf-82 3 ImportJSON4 ImportPymysql5 6db = Pymysql.connect ("localhost","Root","asdfg48520.","Test", Use_unicode=true, charset="UTF8")7cursor =db.cursor ()8sql ="""DROP TABLE IF EXISTS SHUJU1"""9 cursor.execute (SQL)Ten  Onesql ="""CREATE TABLE SHUJU1 ( A TITLE VARCHAR () not NULL, - Time VARCHAR (+), - textt VARCHAR (+), the URL VARCHAR ($))""" - cursor.execute (SQL) - Db.commit () -data = [] +  -With open (r'C:/users/18341/temp/shixi/10.21/pc1.json') as F: +      forLineinchF: A data.append (Json.loads (line)) at  -  forIteminchData: -Sql="""INSERT into SHUJU1 (title,time,textt,url) VALUES (%s,%s,%s,%s)""" -Cursor.execute (SQL, (item[' Time'],item['URL'],item['title'],item['text'])) -  - Db.commit () inDb.close ()

JSON writes to MySQL via Pymysql

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.