Hi,
Update: I found a solution: A product, Navicat, has a wizard that creates a table from Excel or CSV and uses the field names to automatically create column names.
I would like to be able to export from LimeSurvey the results/answers to a survey into a MYSQL table and have the field names in this table be the Limesurvey question codes. My reason for wanting to do this is that I want to do a Join with a table that is external to LimeSurvey. I realise that I can export data to Excel with the question codes being column headers; however, my Surveys typically have 100-200 questions and creating a table from the Excel file involves typing a very long "Where" statement that contains many (100-200)field names which I would like to avoid. Maybe someone knows of a way to import Excel Data into MySQL and automatically create the table's fields in MySQL....
Thanks very much.