Nieuw lid |
|
Hey,
Ik heb een CSV bestand met allerlei data die op deze manier is opgeslagen:
id;title;link;description;price;manufacturer;model;network;provider;subscription_name;subscription_duration;subscription_price;cat1;cat2;cat3;image;connection_costs;linkcode;actie;verzend;
"1";"Nokia 8800 - Silver i.c.m. Hi 80 euro 12 maanden";"http://ds1.nl/c/?wi=41807&si=59&li=14753&dl=ToestelPlusAbonnementen.aspx%3FHC%3D21%26AR%3D1038%26CV%3D0%26PV%3D2%26FB%3D2%26ReferrerId%3D5&ws=";"Nokia 8800 - Silver i.c.m. Hi 80 euro 12 maanden";"437,00";"";"Nokia 8800 - Silver";"";"";"Hi 80 euro";"12 maanden";"80.00";"Elektronica";"Mobiele telefoons";"Toestel i.c.m. abonnement";"http://www.rinkel.nl/images/Artikelen/1038.jpg";"0.00";"A342T1038";"Geen aansluitkosten";"0,00";
id;title;link;description;price;manufacturer;model;network;provider;subscription_name;subscription_duration;subscription_price;cat1;cat2;cat3;image;connection_costs;linkcode;actie;verzend; "1";"Nokia 8800 - Silver i.c.m. Hi 80 euro 12 maanden";"http://ds1.nl/c/?wi=41807&si=59&li=14753&dl=ToestelPlusAbonnementen.aspx%3FHC%3D21%26AR%3D1038%26CV%3D0%26PV%3D2%26FB%3D2%26ReferrerId%3D5&ws=";"Nokia 8800 - Silver i.c.m. Hi 80 euro 12 maanden";"437,00";"";"Nokia 8800 - Silver";"";"";"Hi 80 euro";"12 maanden";"80.00";"Elektronica";"Mobiele telefoons";"Toestel i.c.m. abonnement";"http://www.rinkel.nl/images/Artikelen/1038.jpg";"0.00";"A342T1038";"Geen aansluitkosten";"0,00";
Deze wil ik opslaan in m'n MySQL database. Hoe doe ik dit? Bedankt voor jullie hulp!
Groeten Nick
|