<?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 REST Connection - List of Columns in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/REST-Connection-List-of-Columns/m-p/1869249#M71773</link>
    <description>&lt;P&gt;When using a REST connection, after it is created and tested and working -&lt;BR /&gt;the script looks a little like this:&lt;/P&gt;
&lt;P&gt;LIB CONNECT TO 'MyRESTConnection';&lt;/P&gt;
&lt;P&gt;RestConnectorMasterTable:&lt;BR /&gt;SQL SELECT&lt;/P&gt;
&lt;P&gt;"Column 1",&lt;BR /&gt;"Column 2"&lt;/P&gt;
&lt;P&gt;FROM CSV (header on, delimiter ";", quote """") "CSV_source"&lt;BR /&gt;;&lt;/P&gt;
&lt;P&gt;[CSV_source]:&lt;BR /&gt;LOAD&lt;BR /&gt;[Column 1],&lt;BR /&gt;[Column 2]&lt;/P&gt;
&lt;P&gt;RESIDENT RestConnectorMasterTable&lt;BR /&gt;;&lt;/P&gt;
&lt;P&gt;DROP TABLE RestConnectorMasterTable;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In a regular Qlik load, * can be used in place of the list of specific column names.&lt;/P&gt;
&lt;P&gt;In my REST connections, I am unable to find any syntax that allows * to be used.&lt;/P&gt;
&lt;P&gt;Can * be used in the script for a REST connection?&lt;/P&gt;
&lt;P&gt;if so, what is the syntax to get this to work?&lt;/P&gt;</description>
    <pubDate>Fri, 10 Dec 2021 19:39:46 GMT</pubDate>
    <dc:creator>Ken_T</dc:creator>
    <dc:date>2021-12-10T19:39:46Z</dc:date>
    <item>
      <title>REST Connection - List of Columns</title>
      <link>https://community.qlik.com/t5/App-Development/REST-Connection-List-of-Columns/m-p/1869249#M71773</link>
      <description>&lt;P&gt;When using a REST connection, after it is created and tested and working -&lt;BR /&gt;the script looks a little like this:&lt;/P&gt;
&lt;P&gt;LIB CONNECT TO 'MyRESTConnection';&lt;/P&gt;
&lt;P&gt;RestConnectorMasterTable:&lt;BR /&gt;SQL SELECT&lt;/P&gt;
&lt;P&gt;"Column 1",&lt;BR /&gt;"Column 2"&lt;/P&gt;
&lt;P&gt;FROM CSV (header on, delimiter ";", quote """") "CSV_source"&lt;BR /&gt;;&lt;/P&gt;
&lt;P&gt;[CSV_source]:&lt;BR /&gt;LOAD&lt;BR /&gt;[Column 1],&lt;BR /&gt;[Column 2]&lt;/P&gt;
&lt;P&gt;RESIDENT RestConnectorMasterTable&lt;BR /&gt;;&lt;/P&gt;
&lt;P&gt;DROP TABLE RestConnectorMasterTable;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In a regular Qlik load, * can be used in place of the list of specific column names.&lt;/P&gt;
&lt;P&gt;In my REST connections, I am unable to find any syntax that allows * to be used.&lt;/P&gt;
&lt;P&gt;Can * be used in the script for a REST connection?&lt;/P&gt;
&lt;P&gt;if so, what is the syntax to get this to work?&lt;/P&gt;</description>
      <pubDate>Fri, 10 Dec 2021 19:39:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/REST-Connection-List-of-Columns/m-p/1869249#M71773</guid>
      <dc:creator>Ken_T</dc:creator>
      <dc:date>2021-12-10T19:39:46Z</dc:date>
    </item>
  </channel>
</rss>

