<?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 Re: Can data from a barcode/QR code populate multiple fields? in ArcGIS Survey123 Questions</title>
    <link>https://community.esri.com/t5/arcgis-survey123-questions/can-data-from-a-barcode-qr-code-populate-multiple/m-p/813167#M13902</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rebecca,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Currently, the values can be split up if they occur at known positions (character counts) in the text read from the bar code. &amp;nbsp;We'd like to be able to support the type of parsing you're describing- do you have a sample read from a barcode that could be shared?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 18 Aug 2017 22:43:44 GMT</pubDate>
    <dc:creator>JamesTedrick</dc:creator>
    <dc:date>2017-08-18T22:43:44Z</dc:date>
    <item>
      <title>Can data from a barcode/QR code populate multiple fields?</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/can-data-from-a-barcode-qr-code-populate-multiple/m-p/813166#M13901</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm wondering if data from a bar code or QR code can be split up and used to populate multiple fields in a survey. &amp;nbsp;For example, QR codes on hunting licenses contain info on hunter first and last name and license #. &amp;nbsp;Is there any way to split up this info so that it populates 3 different fields?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Aug 2017 21:56:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/can-data-from-a-barcode-qr-code-populate-multiple/m-p/813166#M13901</guid>
      <dc:creator>RebeccaFuda</dc:creator>
      <dc:date>2017-08-18T21:56:03Z</dc:date>
    </item>
    <item>
      <title>Re: Can data from a barcode/QR code populate multiple fields?</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/can-data-from-a-barcode-qr-code-populate-multiple/m-p/813167#M13902</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rebecca,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Currently, the values can be split up if they occur at known positions (character counts) in the text read from the bar code. &amp;nbsp;We'd like to be able to support the type of parsing you're describing- do you have a sample read from a barcode that could be shared?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Aug 2017 22:43:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/can-data-from-a-barcode-qr-code-populate-multiple/m-p/813167#M13902</guid>
      <dc:creator>JamesTedrick</dc:creator>
      <dc:date>2017-08-18T22:43:44Z</dc:date>
    </item>
    <item>
      <title>Re: Can data from a barcode/QR code populate multiple fields?</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/can-data-from-a-barcode-qr-code-populate-multiple/m-p/813168#M13903</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1798765432139 4ELWYOMING SPORTSMAN 112345678910&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The information I would need to extract is the first 11 characters, which is the license # (17987654321), the following two characters are the hunt area (39), first name is Wyoming and last name is Sportsman.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Aug 2017 20:26:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/can-data-from-a-barcode-qr-code-populate-multiple/m-p/813168#M13903</guid>
      <dc:creator>RebeccaFuda</dc:creator>
      <dc:date>2017-08-21T20:26:18Z</dc:date>
    </item>
    <item>
      <title>Re: Can data from a barcode/QR code populate multiple fields?</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/can-data-from-a-barcode-qr-code-populate-multiple/m-p/813169#M13904</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rebecca,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The first two items (characters 1-11, 12-13) can be easily extracted using the substr() function. &amp;nbsp;At this time, we can't necessarily get the other 2 as that would require parsing a variable length string.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Aug 2017 21:22:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/can-data-from-a-barcode-qr-code-populate-multiple/m-p/813169#M13904</guid>
      <dc:creator>JamesTedrick</dc:creator>
      <dc:date>2017-08-21T21:22:04Z</dc:date>
    </item>
    <item>
      <title>Re: Can data from a barcode/QR code populate multiple fields?</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/can-data-from-a-barcode-qr-code-populate-multiple/m-p/813170#M13905</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks James.&amp;nbsp; Are there any plans to allow parsing of variable length strings?&amp;nbsp; This would save users of my survey quite a bit of time.&amp;nbsp; Also, is there any forum where users can requests new features/enhancements in future versions of Survey123?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Nov 2017 20:02:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/can-data-from-a-barcode-qr-code-populate-multiple/m-p/813170#M13905</guid>
      <dc:creator>RebeccaFuda</dc:creator>
      <dc:date>2017-11-30T20:02:44Z</dc:date>
    </item>
    <item>
      <title>Re: Can data from a barcode/QR code populate multiple fields?</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/can-data-from-a-barcode-qr-code-populate-multiple/m-p/813171#M13906</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rebecca,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We don't have specific plans for this function but we have a few other scenarios where we are looking to parse more complex data formats. &amp;nbsp;We're considering methods to address this in the future.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The Survey123 team monitors the GeoNet community for features/enhancements. &amp;nbsp;A slightly more centralized way is to post the idea at&amp;nbsp;&lt;A href="https://community.esri.com/community/arcgis-ideas"&gt;https://community.esri.com/community/arcgis-ideas&lt;/A&gt;&amp;nbsp;or file a technical support enhancement request&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Nov 2017 23:15:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/can-data-from-a-barcode-qr-code-populate-multiple/m-p/813171#M13906</guid>
      <dc:creator>JamesTedrick</dc:creator>
      <dc:date>2017-11-30T23:15:23Z</dc:date>
    </item>
  </channel>
</rss>

