I'm exporting data in the form of csv by using "Surveys Response Import/Export API". We've a smart service to import the data from the csv to database table as long as the column names match.Since column name of a table can't have a space, i can't map the "Client ID" column to my table. Is there an option to change the label to something like "Clint_ID" or ClientId when the data exported?
Page 1 / 1
Hi Simeeve, you may have to parse the first row, and with string manipulation replace the space with an underscore char.
Leave a Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.