Hey
I got alot of google high paying keywords as a spreadsheet file...and i wanted to convert them to a database file and use them to make a site in php
can anyone tell me how to do that? is there a tool available to do that or something
well i saved it as csv and i got tht error
i downloaded a software from tht link...but its a paid one and i could only get a trial one which only converts 20 records
Save as a .csv from your spreadsheet program. I have had good luck using a pipe (|) delimeter and no quotes around the field. Once you have the export run this from the mysql terminal:
LOAD DATA INFILE 'export.csv' INTO TABLE Your_Table FIELDS TERMINATED BY '|';
Just open the spreadsheet in Calc, Excel, or your spreadsheet program and do a save as .csv. There should be place where you can configure the output. Your other option is to just send the file to someone that knows how to do this. It should take less than 5 minutes to import and dump the sql.