[PYTHON] Exportieren Sie Amazon RDS-Tabellen im CSV-Format

Problem

Amazon RDS kann "SELECT ... INTO OUTFILE" nicht verwenden.

The "SELECT ... INTO OUTFILE" command creates a file on the database server.  MySQL does not provide a way to use this command to create a file on the client. 

https://forums.aws.amazon.com/thread.jspa?threadID=41443

Lösung

Mit mysqldump_to_csv.py konnte ich in CSV ausgeben.

Befehlsinstallation

$ wget https://raw.githubusercontent.com/jamesmishra/mysqldump-to-csv/master/mysqldump_to_csv.py

CSV-Ausgabe

$ mysqldump -u username -p --host=rdshostname database table | python mysqldump_to_csv.py > table.csv

Nachdruckquelle

Exporting table from Amazon RDS into a csv file

Recommended Posts

Exportieren Sie Amazon RDS-Tabellen im CSV-Format
[Django] Importieren und exportieren Sie DB-Tabellen im Excel- oder CSV-Format
Exportieren Sie DB-Daten im JSON-Format
CSV in Python
Format in Python
Lesen Sie die Linkliste im CSV-Format mit dem Graph-Tool
Speichern Sie TOPIX-Zeitreihen im Pickle-, CSV- und Excel-Format