码迷,mamicode.com
首页 > 数据库 > 详细

文件(csv/xslx)中的数据导入到数据库中

时间:2020-04-08 22:36:38      阅读:87      评论:0      收藏:0      [点我收藏+]

标签:sql   格式   targe   ble   load   pytho   local   推荐   name   

*.sql文件导入数据库通常比较方便。

其他格式如csv、xsl等文件导入比较费劲。

推荐一个针对csv\xsl的导入工具:https://github.com/zhengze/file_to_db.git

具体用法请看README:

load data from csv/xlsx into database(mysql/postgresql)

INSTALL

  • pipenv install #或者
  • pip install -r requirements.txt

CONFIG

  • $sudo touch .env
DATABASE_URI=postgresql+psycopg2://admin:1234@localhost/test

USAGE

  • python file_to_db.py -h
usage: file_to_db.py [-h] [--file FILE] [--table TABLE]

optional arguments:
  -h, --help            show this help message and exit
  --file FILE, -f FILE  the file path.
  --table TABLE, -t TABLE
                        the table name.

文件(csv/xslx)中的数据导入到数据库中

标签:sql   格式   targe   ble   load   pytho   local   推荐   name   

原文地址:https://www.cnblogs.com/zhengze/p/12663244.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!