<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>idea CSV Export to Follow Table Structure in ArcGIS Experience Builder Ideas</title>
    <link>https://community.esri.com/t5/arcgis-experience-builder-ideas/csv-export-to-follow-table-structure/idi-p/1660429</link>
    <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've got an EB page which contains a couple of tables with various dates on it, I have it set up to export to CSV as this is used by our management. Obviously CSV files export the raw data but I was wondering if there would be any way to export the data as shown in the table, which is formatted in a more friendly way for users. I can deal with removing the Global ID and Object ID, its more the date formatting.&amp;nbsp;&lt;/P&gt;&lt;P&gt;CSV export&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="James_Shreeve_0-1761305420301.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/142535i7647AF3F523F1FFE/image-size/medium?v=v2&amp;amp;px=400" role="button" title="James_Shreeve_0-1761305420301.png" alt="James_Shreeve_0-1761305420301.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;EB table view&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="James_Shreeve_1-1761305462827.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/142536iA9FB5715EC6A0DA0/image-size/medium?v=v2&amp;amp;px=400" role="button" title="James_Shreeve_1-1761305462827.png" alt="James_Shreeve_1-1761305462827.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Many thanks,&amp;nbsp;&lt;/P&gt;&lt;P&gt;James&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 24 Oct 2025 11:32:17 GMT</pubDate>
    <dc:creator>James_Shreeve</dc:creator>
    <dc:date>2025-10-24T11:32:17Z</dc:date>
    <item>
      <title>CSV Export to Follow Table Structure</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-ideas/csv-export-to-follow-table-structure/idi-p/1660429</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've got an EB page which contains a couple of tables with various dates on it, I have it set up to export to CSV as this is used by our management. Obviously CSV files export the raw data but I was wondering if there would be any way to export the data as shown in the table, which is formatted in a more friendly way for users. I can deal with removing the Global ID and Object ID, its more the date formatting.&amp;nbsp;&lt;/P&gt;&lt;P&gt;CSV export&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="James_Shreeve_0-1761305420301.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/142535i7647AF3F523F1FFE/image-size/medium?v=v2&amp;amp;px=400" role="button" title="James_Shreeve_0-1761305420301.png" alt="James_Shreeve_0-1761305420301.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;EB table view&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="James_Shreeve_1-1761305462827.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/142536iA9FB5715EC6A0DA0/image-size/medium?v=v2&amp;amp;px=400" role="button" title="James_Shreeve_1-1761305462827.png" alt="James_Shreeve_1-1761305462827.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Many thanks,&amp;nbsp;&lt;/P&gt;&lt;P&gt;James&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 24 Oct 2025 11:32:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-ideas/csv-export-to-follow-table-structure/idi-p/1660429</guid>
      <dc:creator>James_Shreeve</dc:creator>
      <dc:date>2025-10-24T11:32:17Z</dc:date>
    </item>
    <item>
      <title>Re: CSV Export to Follow Table Structure</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-ideas/csv-export-to-follow-table-structure/idc-p/1660437#M4643</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/731323"&gt;@James_Shreeve&lt;/a&gt;,&lt;BR /&gt;Not directly, the CSV export always pulls raw attribute values. To get user-friendly formatting (like readable dates), you’ll need to apply formatting before export. You can do this either by:&lt;/P&gt;&lt;P&gt;Adding Arcade expressions in the table widget to format dates (e.g., Text($datename, 'MM/DD/YYYY')) and exporting that field, or&lt;/P&gt;&lt;P&gt;Using a custom download widget or Experience Builder Developer Edition to handle client-side formatting before writing the CSV.&lt;/P&gt;&lt;P&gt;So, by default, no but with a small Arcade or custom export tweak, you can make it work as shown in the table.&lt;/P&gt;&lt;P&gt;Regards,&lt;BR /&gt;Venkat&lt;/P&gt;</description>
      <pubDate>Fri, 24 Oct 2025 12:33:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-ideas/csv-export-to-follow-table-structure/idc-p/1660437#M4643</guid>
      <dc:creator>VenkataKondepati</dc:creator>
      <dc:date>2025-10-24T12:33:49Z</dc:date>
    </item>
    <item>
      <title>Re: CSV Export to Follow Table Structure</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-ideas/csv-export-to-follow-table-structure/idc-p/1660474#M4646</link>
      <description>&lt;P&gt;Also looking for a way to get the field name vs the alias as we can no longer use the CSV since it has spaces in the column names.&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/t5/arcgis-experience-builder-ideas/table-widget-export-to-csv-is-using-the-field/idi-p/1619062" target="_blank"&gt;https://community.esri.com/t5/arcgis-experience-builder-ideas/table-widget-export-to-csv-is-using-the-field/idi-p/1619062&lt;/A&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 24 Oct 2025 13:48:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-ideas/csv-export-to-follow-table-structure/idc-p/1660474#M4646</guid>
      <dc:creator>DougBrowning</dc:creator>
      <dc:date>2025-10-24T13:48:36Z</dc:date>
    </item>
    <item>
      <title>Re: CSV Export to Follow Table Structure</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-ideas/csv-export-to-follow-table-structure/idc-p/1661226#M4663</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/923685"&gt;@VenkataKondepati&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I do apply formatting where it is possible. Tables direct from EB don't allow for advanced formatting as far as i'm aware.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Below is an example of advanced formatting I've done but I still get the raw data rather than the formatted version when I export to CSV.&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Tue, 28 Oct 2025 09:48:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-ideas/csv-export-to-follow-table-structure/idc-p/1661226#M4663</guid>
      <dc:creator>James_Shreeve</dc:creator>
      <dc:date>2025-10-28T09:48:18Z</dc:date>
    </item>
  </channel>
</rss>

