Is it possible to import csv data into mysql and automatically create the column names, as in can I create just the table, or must I create the table names as well?
Is it possible to check for duplicate entries upon importing? I have an identifier field, but dont know how to make it so it will not be imported twice.
How would you import a jpeg file on a website into a field? Assume the website has been stored locally, and has the same filename as an identifer with ".jpeg" added on to the end.