Surveys Response Import/Export API : CSV label name | XM Community
Skip to main content

image.pngI'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?

Hi Simeeve, you may have to parse the first row, and with string manipulation replace the space with an underscore char.


Leave a Reply