<?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>topic Get date from csv in ArcGIS Survey123 Questions</title>
    <link>https://community.esri.com/t5/arcgis-survey123-questions/get-date-from-csv/m-p/1208960#M44617</link>
    <description>&lt;P&gt;Hi All&lt;/P&gt;&lt;P&gt;I have recently change my forms to generate the list from csv's hosted in my Portal using select_one_from_file.&lt;/P&gt;&lt;P&gt;This is really useful as I can keep lists updated/maintained without having to get the user to download the form again each time a list is updated.&lt;/P&gt;&lt;P&gt;My question is currently I have a note stating 'Taxonomic lookup lists current as of May 2022' which I previously manually updated each time I updated the list.&amp;nbsp; Would it be possible to grab the updated date from the csv so that the date is automatically calculated?&lt;/P&gt;&lt;P&gt;Cheers, Chris&lt;/P&gt;</description>
    <pubDate>Fri, 02 Sep 2022 01:08:41 GMT</pubDate>
    <dc:creator>ChrisRoberts2</dc:creator>
    <dc:date>2022-09-02T01:08:41Z</dc:date>
    <item>
      <title>Get date from csv</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/get-date-from-csv/m-p/1208960#M44617</link>
      <description>&lt;P&gt;Hi All&lt;/P&gt;&lt;P&gt;I have recently change my forms to generate the list from csv's hosted in my Portal using select_one_from_file.&lt;/P&gt;&lt;P&gt;This is really useful as I can keep lists updated/maintained without having to get the user to download the form again each time a list is updated.&lt;/P&gt;&lt;P&gt;My question is currently I have a note stating 'Taxonomic lookup lists current as of May 2022' which I previously manually updated each time I updated the list.&amp;nbsp; Would it be possible to grab the updated date from the csv so that the date is automatically calculated?&lt;/P&gt;&lt;P&gt;Cheers, Chris&lt;/P&gt;</description>
      <pubDate>Fri, 02 Sep 2022 01:08:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/get-date-from-csv/m-p/1208960#M44617</guid>
      <dc:creator>ChrisRoberts2</dc:creator>
      <dc:date>2022-09-02T01:08:41Z</dc:date>
    </item>
    <item>
      <title>Re: Get date from csv</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/get-date-from-csv/m-p/1210191#M44692</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/163995"&gt;@ChrisRoberts2&lt;/a&gt;,&amp;nbsp;&lt;/P&gt;&lt;P&gt;You can add two new columns to the CSV something along the lines of "last_update" &amp;amp; "value" for example and include the date in the last_update column. Since it's a CSV and will be present in the Media folder you should be able to use a regular pulldata() function to pull the "last_update" value from the CSV.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Ex.&amp;nbsp;&lt;/P&gt;&lt;P&gt;CSV:&lt;/P&gt;&lt;TABLE border="1" width="100%"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD width="25%"&gt;name&lt;/TD&gt;&lt;TD width="25%"&gt;label&lt;/TD&gt;&lt;TD width="25%"&gt;last_update&lt;/TD&gt;&lt;TD width="25%"&gt;value&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="25%"&gt;a&lt;/TD&gt;&lt;TD width="25%"&gt;A&lt;/TD&gt;&lt;TD width="25%"&gt;Sept 2022&lt;/TD&gt;&lt;TD width="25%"&gt;1&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="25%"&gt;b&lt;/TD&gt;&lt;TD width="25%"&gt;B&lt;/TD&gt;&lt;TD width="25%"&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD width="25%"&gt;&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="25%"&gt;c&lt;/TD&gt;&lt;TD width="25%"&gt;C&lt;/TD&gt;&lt;TD width="25%"&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD width="25%"&gt;&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Then in the XLSFrom use pulldata('csv_file', 'last_update', 'value', '1')&lt;/P&gt;</description>
      <pubDate>Wed, 07 Sep 2022 01:56:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/get-date-from-csv/m-p/1210191#M44692</guid>
      <dc:creator>ZacharySutherby</dc:creator>
      <dc:date>2022-09-07T01:56:41Z</dc:date>
    </item>
  </channel>
</rss>

