Hi all,
We need to export data from Survey123/ArcGIS Online using field names instead of labels. I know this question has been asked a few times in the past (in 2017, in 2019, and earlier this year).
One of the solutions suggested, "changing DisplayName in the AGOL Feature Layer to be the value you want to see in Excel, the next Excel export will pickup the change." How does one do this?
Another solution suggested populating the column bind::esri:fieldAlias - to confirm, that would look something like this (assuming we want the name fields to appear in the excel/csv exports)?
| type | name | label::English (en) | bind::esri:fieldAlias | label::Persian (per) |
| begin group | householdinfo | A. PRELIMINARY INFORMATION / ADMINISTRATIVE SURVEY DATA | householdinfo | A.اطلاعات اولیه / داده های اداری نیازسنجی |
Thanks!