Die Suche ergab 3 Treffer
- Montag 26. Mai 2014, 12:51
- Forum: Allgemeine Fragen
- Thema: CSV to MySQL
- Antworten: 10
- Zugriffe: 1640
Re: CSV to MySQL
@BlackJack - ja hab ich
- Montag 26. Mai 2014, 12:15
- Forum: Allgemeine Fragen
- Thema: CSV to MySQL
- Antworten: 10
- Zugriffe: 1640
Re: CSV to MySQL
Hallo,
mein Problem ist eigentlich das ich keinen Weg kenne mit welchem ich das CSV umformatieren könnte auf:
2014-05-25 00:00;0
2014-05-25 01:00;2
2014-05-25 02:00;0
2014-05-25 03:00;0
2014-05-25 04:00;1
2014-05-25 05:00;0
2014-05-25 06:00;0
2014-05-25 07:00;0
2014-05-25 08:00;2
2014-05-25 09:00 ...
mein Problem ist eigentlich das ich keinen Weg kenne mit welchem ich das CSV umformatieren könnte auf:
2014-05-25 00:00;0
2014-05-25 01:00;2
2014-05-25 02:00;0
2014-05-25 03:00;0
2014-05-25 04:00;1
2014-05-25 05:00;0
2014-05-25 06:00;0
2014-05-25 07:00;0
2014-05-25 08:00;2
2014-05-25 09:00 ...
- Montag 26. Mai 2014, 11:12
- Forum: Allgemeine Fragen
- Thema: CSV to MySQL
- Antworten: 10
- Zugriffe: 1640
CSV to MySQL
Hallo,
ich bin ein relativer Newbie in Python und möchte von einem CSV File Werte in eine MySQL DB schreiben.
Mein CSV File sieht wie folgt aus:
# [6958] user@home:/var/www/data $ cat 2014-05-26_thing.csv
# Erst;00;01;02;03;04;05;06;07;08;09;10;11;12;13;14;15;16;17;18;19;20;21;22;23
# 2014-05-25;0 ...
ich bin ein relativer Newbie in Python und möchte von einem CSV File Werte in eine MySQL DB schreiben.
Mein CSV File sieht wie folgt aus:
# [6958] user@home:/var/www/data $ cat 2014-05-26_thing.csv
# Erst;00;01;02;03;04;05;06;07;08;09;10;11;12;13;14;15;16;17;18;19;20;21;22;23
# 2014-05-25;0 ...
