<?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: Extracting CSV Data Without Saving a File in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/extracting-csv-data-without-saving-a-file/m-p/511475#M47648</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;William,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; If you are trying to loop through the layer Graphics then use &lt;A href="https://developers.arcgis.com/javascript/3/jsapi/featurelayer-amd.html#graphics"&gt;graphics&lt;/A&gt;&amp;nbsp;not GraphicsLayer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 29 Nov 2016 20:51:44 GMT</pubDate>
    <dc:creator>RobertScheitlin__GISP</dc:creator>
    <dc:date>2016-11-29T20:51:44Z</dc:date>
    <item>
      <title>Extracting CSV Data Without Saving a File</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/extracting-csv-data-without-saving-a-file/m-p/511464#M47637</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm trying to create mailing labels for selected parcels. I'd like to take values from the CSV that WAB can generate (in the Attribute Table widget), get a string from the result, parse it and add the results to a pdf generator. I found the &lt;STRONG&gt;CSVUtils.js&lt;/STRONG&gt;, in particular the &lt;STRONG&gt;exports._createCSVStr function&lt;/STRONG&gt;, but I'm having trouble implementing it. Has anyone else used this function? Please let me know how you got the parameters (datas, columns) to use in the function. Any help is much appreciated. Thank you for your time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;William&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Nov 2016 20:58:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/extracting-csv-data-without-saving-a-file/m-p/511464#M47637</guid>
      <dc:creator>WilliamMiller4</dc:creator>
      <dc:date>2016-11-23T20:58:26Z</dc:date>
    </item>
    <item>
      <title>Re: Extracting CSV Data Without Saving a File</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/extracting-csv-data-without-saving-a-file/m-p/511465#M47638</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;William,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;What part are you struggling with? The function take a datas object with is an array of objects with key and value (i.e. field1: "blah blah") and columns which is a array of strings that represent the column names.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 26 Nov 2016 02:13:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/extracting-csv-data-without-saving-a-file/m-p/511465#M47638</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2016-11-26T02:13:56Z</dc:date>
    </item>
    <item>
      <title>Re: Extracting CSV Data Without Saving a File</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/extracting-csv-data-without-saving-a-file/m-p/511466#M47639</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Robert,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm not sure how to create the arrays with the data I want to include.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;William&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Nov 2016 17:39:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/extracting-csv-data-without-saving-a-file/m-p/511466#M47639</guid>
      <dc:creator>WilliamMiller4</dc:creator>
      <dc:date>2016-11-28T17:39:42Z</dc:date>
    </item>
    <item>
      <title>Re: Extracting CSV Data Without Saving a File</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/extracting-csv-data-without-saving-a-file/m-p/511467#M47640</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;William,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;I am struggling to see what you are struggling with. The&amp;nbsp;&lt;SPAN style="background-color: #ffffff;"&gt;datas object with is an array of objects with key and value (i.e. field1: "blah blah").&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;I guess I can provide a more detailed example:&lt;/SPAN&gt;&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;CODE&gt;var data = [
&amp;nbsp; {
&amp;nbsp;&amp;nbsp;&amp;nbsp; First: "William",
&amp;nbsp;&amp;nbsp;&amp;nbsp; Last: "Miller",
&amp;nbsp;&amp;nbsp;&amp;nbsp; Gender: "Male"
&amp;nbsp; }, {
&amp;nbsp;&amp;nbsp;&amp;nbsp; First: "Robert",
&amp;nbsp;&amp;nbsp;&amp;nbsp; Last: "Scheitlin",
&amp;nbsp;&amp;nbsp;&amp;nbsp; Gender: "Male"
&amp;nbsp; }
];‍‍‍‍‍‍&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 22:22:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/extracting-csv-data-without-saving-a-file/m-p/511467#M47640</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2021-12-11T22:22:51Z</dc:date>
    </item>
    <item>
      <title>Re: Extracting CSV Data Without Saving a File</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/extracting-csv-data-without-saving-a-file/m-p/511468#M47641</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Robert,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry for being so vague. Say I use the &lt;STRONG&gt;By Shape&lt;/STRONG&gt; tab of your Enhanced Search widget and create a circle that encompasses multiple properties. In the &lt;STRONG&gt;Results&lt;/STRONG&gt; tab, I click the ellipses button and &lt;EM&gt;View in Attribute Table&lt;/EM&gt;. How would I access the data that is now displayed in the table?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;William&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Nov 2016 19:06:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/extracting-csv-data-without-saving-a-file/m-p/511468#M47641</guid>
      <dc:creator>WilliamMiller4</dc:creator>
      <dc:date>2016-11-28T19:06:45Z</dc:date>
    </item>
    <item>
      <title>Re: Extracting CSV Data Without Saving a File</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/extracting-csv-data-without-saving-a-file/m-p/511469#M47642</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;William,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;The table would just be displaying the attributes of the graphics associated with the search results. So you would get a reference to the search layer and loop through its graphics and get the attributes property of each graphic and add it to an array and that now becomes your datas array.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Nov 2016 19:10:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/extracting-csv-data-without-saving-a-file/m-p/511469#M47642</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2016-11-28T19:10:50Z</dc:date>
    </item>
    <item>
      <title>Re: Extracting CSV Data Without Saving a File</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/extracting-csv-data-without-saving-a-file/m-p/511470#M47643</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Robert,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How do I get a reference to the search layer?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;William&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Nov 2016 19:17:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/extracting-csv-data-without-saving-a-file/m-p/511470#M47643</guid>
      <dc:creator>WilliamMiller4</dc:creator>
      <dc:date>2016-11-28T19:17:25Z</dc:date>
    </item>
    <item>
      <title>Re: Extracting CSV Data Without Saving a File</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/extracting-csv-data-without-saving-a-file/m-p/511471#M47644</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;this.map.getLayer("some layer id");&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Nov 2016 19:35:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/extracting-csv-data-without-saving-a-file/m-p/511471#M47644</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2016-11-28T19:35:26Z</dc:date>
    </item>
    <item>
      <title>Re: Extracting CSV Data Without Saving a File</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/extracting-csv-data-without-saving-a-file/m-p/511472#M47645</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Robert,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;What would the "some layer id" be for the search layer?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;William&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Nov 2016 21:06:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/extracting-csv-data-without-saving-a-file/m-p/511472#M47645</guid>
      <dc:creator>WilliamMiller4</dc:creator>
      <dc:date>2016-11-28T21:06:30Z</dc:date>
    </item>
    <item>
      <title>Re: Extracting CSV Data Without Saving a File</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/extracting-csv-data-without-saving-a-file/m-p/511473#M47646</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;William,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;It would be what you see in the attribute tables widgets tab title.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Nov 2016 21:22:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/extracting-csv-data-without-saving-a-file/m-p/511473#M47646</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2016-11-28T21:22:06Z</dc:date>
    </item>
    <item>
      <title>Re: Extracting CSV Data Without Saving a File</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/extracting-csv-data-without-saving-a-file/m-p/511474#M47647</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Robert,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is what I've been able to cobble together, but it doesn't like GraphicsLayer. I think I want the GraphicsLayer, but I looked at the&amp;nbsp; API for it and don't know what to use.&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;CODE&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="keyword token"&gt;var&lt;/SPAN&gt; myLayer &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; &lt;SPAN class="keyword token"&gt;this&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;map&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;&lt;SPAN class="token function"&gt;getLayer&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="string token"&gt;"Search Results: Mailing Labels"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; array&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;&lt;SPAN class="token function"&gt;forEach&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;myLayer&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;GraphicsLayer&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="keyword token"&gt;function&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;layerItem&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;{&lt;/SPAN&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="comment token"&gt;// forEach code here&lt;/SPAN&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="punctuation token"&gt;}&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;‍‍‍‍&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Any suggestions are greatly appreciated. Thank you.&lt;/P&gt;&lt;P&gt;William&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 22:22:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/extracting-csv-data-without-saving-a-file/m-p/511474#M47647</guid>
      <dc:creator>WilliamMiller4</dc:creator>
      <dc:date>2021-12-11T22:22:54Z</dc:date>
    </item>
    <item>
      <title>Re: Extracting CSV Data Without Saving a File</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/extracting-csv-data-without-saving-a-file/m-p/511475#M47648</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;William,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; If you are trying to loop through the layer Graphics then use &lt;A href="https://developers.arcgis.com/javascript/3/jsapi/featurelayer-amd.html#graphics"&gt;graphics&lt;/A&gt;&amp;nbsp;not GraphicsLayer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Nov 2016 20:51:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/extracting-csv-data-without-saving-a-file/m-p/511475#M47648</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2016-11-29T20:51:44Z</dc:date>
    </item>
    <item>
      <title>Re: Extracting CSV Data Without Saving a File</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/extracting-csv-data-without-saving-a-file/m-p/511476#M47649</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Robert,&lt;/P&gt;&lt;P&gt;When I try graphics (below), I get "Uncaught TypeError: Cannot read property 'graphics' of undefined."&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;CODE&gt;&lt;SPAN class="keyword token"&gt;var&lt;/SPAN&gt; myLayer &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; &lt;SPAN class="keyword token"&gt;this&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;map&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;&lt;SPAN class="token function"&gt;getLayer&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="string token"&gt;"Search Results: Mailing Labels"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;
array&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;&lt;SPAN class="token function"&gt;forEach&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;myLayer&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;graphics&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="keyword token"&gt;function&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;layerItem&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;{&lt;/SPAN&gt;
&amp;nbsp;&amp;nbsp; &lt;SPAN class="comment token"&gt;// forEach code here&lt;/SPAN&gt;
&lt;SPAN class="punctuation token"&gt;}&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;William&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 22:22:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/extracting-csv-data-without-saving-a-file/m-p/511476#M47649</guid>
      <dc:creator>WilliamMiller4</dc:creator>
      <dc:date>2021-12-11T22:22:56Z</dc:date>
    </item>
    <item>
      <title>Re: Extracting CSV Data Without Saving a File</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/extracting-csv-data-without-saving-a-file/m-p/511477#M47650</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;William,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;Then that should tell you that your myLayer var is null then. When coding you can use console.info(&lt;SPAN&gt;myLayer); to check if your var is what you are expecting.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Nov 2016 21:33:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/extracting-csv-data-without-saving-a-file/m-p/511477#M47650</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2016-11-29T21:33:35Z</dc:date>
    </item>
  </channel>
</rss>

