All Projects → pudo → pgcsv

pudo / pgcsv

Licence: MIT license
Load CSV files into Postgres without explicit schema creation.

Programming Languages

python
139335 projects - #7 most used programming language
Makefile
30231 projects

Projects that are alternatives of or similar to pgcsv

django-postgres-copy
Quickly import and export delimited data with Django support for PostgreSQL's COPY command
Stars: ✭ 151 (+122.06%)
Mutual labels:  copy, bulk-loader
faunadb-importer
Importer tool to load data into FaunaDB
Stars: ✭ 33 (-51.47%)
Mutual labels:  bulk-loader
Icopy
fclone telegram interface.Send commands to Telegram BOT for get a convience way to control fclone resources copy missions.
Stars: ✭ 188 (+176.47%)
Mutual labels:  copy
Excel-Timesheet
⏰ This Add-In is used to produce a timesheet file with functionality to import your Google Timeline. The standard timesheet has options for start and end dates, day of week and default start, end and break times. The Google timeline options are start and end dates, UTC selection, daylight savings time parameters and title filter for timeline ent…
Stars: ✭ 25 (-63.24%)
Mutual labels:  bulk-loader
Pdf Lib
Create and modify PDF documents in any JavaScript environment
Stars: ✭ 3,426 (+4938.24%)
Mutual labels:  copy
redisgraph-bulk-loader
A Python utility for building RedisGraph databases from CSV inputs
Stars: ✭ 59 (-13.24%)
Mutual labels:  bulk-loader
Assignment writer
So your teacher told you to upload written assignments? Hate writing assigments? This tool will help you convert your text to handwriting ;-; https://saiteja69.github.io/Assignment_Writer/
Stars: ✭ 143 (+110.29%)
Mutual labels:  copy
Handy-Copy
A handy way to copy anything to clipboard!! 🖌🎨🖌🎨
Stars: ✭ 12 (-82.35%)
Mutual labels:  copy
SQL-for-Data-Analytics
Perform fast and efficient data analysis with the power of SQL
Stars: ✭ 187 (+175%)
Mutual labels:  copy
react-gluejar
Paste images from your clipboard, declaratively
Stars: ✭ 58 (-14.71%)
Mutual labels:  copy
HighlightTranslator
Highlight Translator can help you to translate the words quickly and accurately. By only highlighting, copying, or screenshoting the content you want to translate anywhere on your computer (ex. PDF, PPT, WORD etc.), the translated results will then be automatically displayed before you.
Stars: ✭ 54 (-20.59%)
Mutual labels:  copy
Clone Deep
Recursively (deep) clone JavaScript native types, like Object, Array, RegExp, Date as well as primitives. Used by superstruct, merge-deep, and many others!
Stars: ✭ 229 (+236.76%)
Mutual labels:  copy
cassandra-exporter
Simple Tool to Export / Import Cassandra Tables into JSON
Stars: ✭ 44 (-35.29%)
Mutual labels:  copy
Piknik
Copy/paste anything over the network.
Stars: ✭ 2,221 (+3166.18%)
Mutual labels:  copy
bamgineer
Bamgineer: Introduction of simulated allele-specific copy number variants into exome and targeted sequence data sets
Stars: ✭ 35 (-48.53%)
Mutual labels:  copy
Xcv
✂️ Cut, Copy and Paste files with Bash
Stars: ✭ 144 (+111.76%)
Mutual labels:  copy
cloner
A deep copy algorithm for haxe
Stars: ✭ 24 (-64.71%)
Mutual labels:  copy
product-language-framework
A ready-to-go starter kit for product copywriting and style guidelines. Useful guidelines, examples, and an optional static site generator.
Stars: ✭ 20 (-70.59%)
Mutual labels:  copy
gradle-cpd-plugin
Gradle plugin to find duplicate code using PMDs copy/paste detection (= CPD).
Stars: ✭ 88 (+29.41%)
Mutual labels:  copy
ue4-kopiarka
This is a little util that lets me copy and rename projects from one directory to another
Stars: ✭ 24 (-64.71%)
Mutual labels:  copy

pgcsv

The purpose of pgcsv is to make a CSV file show up in a database. To this end, it will automatically create the table schema and COPY data. It will not attempt to perform type inference. It will not attempt to fix up your CSV file (the file is assumed to be readable as UTF-8 with the first row containing column headers).

Usage

$ pip install pgcsv
$ pgcsv --db postgresql://localhost/database new_table csv_file.csv
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].