When I send a survey form and receive it back as xml... is there a way to combine all survey answers in one database table? When I try to import my xml to db, I get too many tables and too many columns with wierd names that it is very hard to follow. What is wrong with the survey?
Would it be more efficient to save survey data directly to database from pdf? Many people are using xml. Is there a better way?
How are you pulling in the XML into your database?