I tried to import CSV file (from my local C: drive) into existing database on remote MySQL server. The procedure works but when the columns get to the database only one big field is created and all comma delimited fields land in one column.
Here is an example of CSV
1,City,Country,Longitude,Latitude
2,Aberdeen,United Kingdom,-2.07,57.13
3,Abu Dhabi,United Arab Emirates,54.52,24.42
4,Addis Ababa,Ethiopia,38.75,9.02
5,“Adelaide, SA”,Australia,138.6,-34.93
6,“Agana, GU”,Guam,144.75,13.47
7,Ahmadabad,India,72.6,23.05
IT DOES NOT WORK FOR ME unless I’m doing something wrong
I can import this into MySQL in 1 min without SC, so the buttom line is:
WHY BOTHER WITH USELESS FEATURE WHICH CAN BE RUN WITHOUT SC AND WASTE PRECIOUS PROGRAMERS TIME AND ENERGY WHILE THERE ARE TONS OF OTHER MEMBERS REQUESTS WIHCH HAVE NOT BEEN IMPLEMENTED ? IT WOULD BE REALLY HELPFUL IF NET MAKE COULD LISTEN TO WHAT UESRS WANT INSTEAD WORKING ON SOMETHING SO UNIMPORTANT LIKE CSV IMPORT.
Arthur