<?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 回复： How can I change the Load Text File(url) method to Multi HTTP Request method? in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/How-can-I-change-the-Load-Text-File-url-method-to-Multi-HTTP/m-p/750362#M93118</link>
    <description>&lt;P&gt;OK&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;Directly modify to the following form can be.&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;Only the server that happened to be slow, I thought it was not successful.&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;Thanks!&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="2024-04-27_17-48-41.png" style="width: 363px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/63753i5801636D20871D1B/image-size/large?v=v2&amp;amp;px=999" role="button" title="2024-04-27_17-48-41.png" alt="2024-04-27_17-48-41.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Sat, 27 Apr 2024 12:52:51 GMT</pubDate>
    <dc:creator>lala</dc:creator>
    <dc:date>2024-04-27T12:52:51Z</dc:date>
    <item>
      <title>How can I change the Load Text File(url) method to Multi HTTP Request method?</title>
      <link>https://community.jmp.com/t5/Discussions/How-can-I-change-the-Load-Text-File-url-method-to-Multi-HTTP/m-p/750346#M93114</link>
      <description>&lt;P&gt;This url already uses the Load Text File(url) to download the data and get the table.&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;url = "……" || gp || "&amp;amp;……";
txt = Load Text File( url );
d1 = JSON To Data Table( txt );&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;How to change to the following form?&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;url = {};dt=Current Data Table();
For( i = 1, i &amp;lt;= 10, i++,
	gp = dt[i, "test"];
	Insert Into(
		url,		"……" || gp || "&amp;amp;……"		);
);
rqs = New Multi HTTP Request();
For( i = 1, i &amp;lt;= N Items( url ), i++,
	rq = New HTTP Request( Method( "GET" ), URL( url[i] ) );
	rqs &amp;lt;&amp;lt; Add( rq );
);
hh = rqs &amp;lt;&amp;lt; Get Requests();
da = rqs &amp;lt;&amp;lt; Download( "show progress", "detailed" );&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Sat, 27 Apr 2024 12:49:30 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-can-I-change-the-Load-Text-File-url-method-to-Multi-HTTP/m-p/750346#M93114</guid>
      <dc:creator>lala</dc:creator>
      <dc:date>2024-04-27T12:49:30Z</dc:date>
    </item>
    <item>
      <title>回复： How can I change the Load Text File(url) method to Multi HTTP Request method?</title>
      <link>https://community.jmp.com/t5/Discussions/How-can-I-change-the-Load-Text-File-url-method-to-Multi-HTTP/m-p/750362#M93118</link>
      <description>&lt;P&gt;OK&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;Directly modify to the following form can be.&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;Only the server that happened to be slow, I thought it was not successful.&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;Thanks!&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="2024-04-27_17-48-41.png" style="width: 363px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/63753i5801636D20871D1B/image-size/large?v=v2&amp;amp;px=999" role="button" title="2024-04-27_17-48-41.png" alt="2024-04-27_17-48-41.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 27 Apr 2024 12:52:51 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-can-I-change-the-Load-Text-File-url-method-to-Multi-HTTP/m-p/750362#M93118</guid>
      <dc:creator>lala</dc:creator>
      <dc:date>2024-04-27T12:52:51Z</dc:date>
    </item>
  </channel>
</rss>

