<?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: Using JSL to download Web JSON data, can be directly written into the matrix? in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Using-JSL-to-download-Web-JSON-data-can-be-directly-written-into/m-p/373988#M62370</link>
    <description>&lt;P&gt;What problem are you trying to solve? The download time will be 100 times as long as the conversion from table to matrix.&lt;/P&gt;</description>
    <pubDate>Fri, 02 Apr 2021 19:06:14 GMT</pubDate>
    <dc:creator>Craige_Hales</dc:creator>
    <dc:date>2021-04-02T19:06:14Z</dc:date>
    <item>
      <title>Using JSL to download Web JSON data, can be directly written into the matrix?</title>
      <link>https://community.jmp.com/t5/Discussions/Using-JSL-to-download-Web-JSON-data-can-be-directly-written-into/m-p/373855#M62350</link>
      <description>&lt;P&gt;A table in all digital format can be downloaded using the following JSL.&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;u = "http……";
txt = Load Text File( u );
loc1 = "[{";
offset = Contains( txt, loc1 );
If( offset,
	txt = Substr( txt, offset, Length( txt ) )
);
loc2 = "}]";
offset = Contains( txt, loc2, -1 );
If( offset,
	txt = Substr( txt, 1, offset + 1 )
);
d1 = JSON To Data Table( txt );//without going through a "d1" file.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;BR /&gt;How to write the data directly into the matrix without going through a "d1" file.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks Experts!&lt;/P&gt;</description>
      <pubDate>Fri, 09 Jun 2023 22:10:22 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Using-JSL-to-download-Web-JSON-data-can-be-directly-written-into/m-p/373855#M62350</guid>
      <dc:creator>lwx228</dc:creator>
      <dc:date>2023-06-09T22:10:22Z</dc:date>
    </item>
    <item>
      <title>Re: Using JSL to download Web JSON data, can be directly written into the matrix?</title>
      <link>https://community.jmp.com/t5/Discussions/Using-JSL-to-download-Web-JSON-data-can-be-directly-written-into/m-p/373988#M62370</link>
      <description>&lt;P&gt;What problem are you trying to solve? The download time will be 100 times as long as the conversion from table to matrix.&lt;/P&gt;</description>
      <pubDate>Fri, 02 Apr 2021 19:06:14 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Using-JSL-to-download-Web-JSON-data-can-be-directly-written-into/m-p/373988#M62370</guid>
      <dc:creator>Craige_Hales</dc:creator>
      <dc:date>2021-04-02T19:06:14Z</dc:date>
    </item>
    <item>
      <title>Re: Using JSL to download Web JSON data, can be directly written into the matrix?</title>
      <link>https://community.jmp.com/t5/Discussions/Using-JSL-to-download-Web-JSON-data-can-be-directly-written-into/m-p/374039#M62378</link>
      <description>&lt;P&gt;OK.&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;table to matrix.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thank Craige!&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 02 Apr 2021 23:18:54 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Using-JSL-to-download-Web-JSON-data-can-be-directly-written-into/m-p/374039#M62378</guid>
      <dc:creator>lwx228</dc:creator>
      <dc:date>2021-04-02T23:18:54Z</dc:date>
    </item>
  </channel>
</rss>

