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

Surveys Response Import/Export API : CSV label name

  • April 25, 2022
  • 1 reply
  • 67 views

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?

1 reply

Forum|alt.badge.img
  • May 20, 2022

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