<?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 Connecting to S3 using Web Connectors in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Connecting-to-S3-using-Web-Connectors/m-p/1801546#M64989</link>
    <description>&lt;P&gt;I am attempting to extract data from a csv file stored in an Amazon S3 bucket utilizing the Qlik Amazon S3 Web Connector.&amp;nbsp; i can connect successfully with the Web Connectors dashboard.&amp;nbsp; And I can do a GetRawObjectAsText and in the Data Preview pane and I see the data as expected.&amp;nbsp; Comma separated Header on first row and the comma separated data on the rows after that.&amp;nbsp; &amp;nbsp;&lt;/P&gt;&lt;P&gt;The issue comes when i try to use the connection in the Qlik Sense script.&amp;nbsp; When I run the script below, it returns an error "&lt;SPAN&gt;There were no fields to load in the given source".&amp;nbsp; I can change LOAD * to LOAD &amp;lt;FieldName&amp;gt; and it gives the error "Field&amp;nbsp;&amp;lt;FieldName&amp;gt; Not Found".&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Why won't "LOAD *" return any data?&amp;nbsp; is there another syntax i should be using to load data with?&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;let vQwcConnectionName = 'lib://WebConnectors';&lt;BR /&gt;AmazonS3Connector_GetRawObjectAsText:&lt;BR /&gt;LOAD&lt;BR /&gt;*&lt;BR /&gt;FROM [$(vQwcConnectionName)]&lt;BR /&gt;(URL IS [http://MYSERVERNAME:5555/data?connectorID=AmazonS3Connector&amp;amp;table=GetRawObjectAsText&amp;amp;accessKey=sta_gen_1%3a2CUOdHj20j5uMLPK0bSZ3Q%3d%3d%3aDJcC47nVGnN1yBT%2b%2ffch%2b%2f0rxDGtC4UQWCsalMYFxXs%3d&amp;amp;secretKey=sta_gen_1%3aGxssUVLcNOVden2wqB2U3A%3d%3d%3aIWeNTcBbAIyymDKMdUb5COyegrR3DLOuIVUo4LiGF0RUvtfret9viZLCKT8t3P1&amp;amp;region=us-east-1&amp;amp;bucketName=theS3Bucketnamehere&amp;amp;objectKey=KeyName%2fFILENAME.csv&amp;amp;appID=], qvx);&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 21 Apr 2021 21:50:16 GMT</pubDate>
    <dc:creator>Ericga</dc:creator>
    <dc:date>2021-04-21T21:50:16Z</dc:date>
    <item>
      <title>Connecting to S3 using Web Connectors</title>
      <link>https://community.qlik.com/t5/App-Development/Connecting-to-S3-using-Web-Connectors/m-p/1801546#M64989</link>
      <description>&lt;P&gt;I am attempting to extract data from a csv file stored in an Amazon S3 bucket utilizing the Qlik Amazon S3 Web Connector.&amp;nbsp; i can connect successfully with the Web Connectors dashboard.&amp;nbsp; And I can do a GetRawObjectAsText and in the Data Preview pane and I see the data as expected.&amp;nbsp; Comma separated Header on first row and the comma separated data on the rows after that.&amp;nbsp; &amp;nbsp;&lt;/P&gt;&lt;P&gt;The issue comes when i try to use the connection in the Qlik Sense script.&amp;nbsp; When I run the script below, it returns an error "&lt;SPAN&gt;There were no fields to load in the given source".&amp;nbsp; I can change LOAD * to LOAD &amp;lt;FieldName&amp;gt; and it gives the error "Field&amp;nbsp;&amp;lt;FieldName&amp;gt; Not Found".&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Why won't "LOAD *" return any data?&amp;nbsp; is there another syntax i should be using to load data with?&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;let vQwcConnectionName = 'lib://WebConnectors';&lt;BR /&gt;AmazonS3Connector_GetRawObjectAsText:&lt;BR /&gt;LOAD&lt;BR /&gt;*&lt;BR /&gt;FROM [$(vQwcConnectionName)]&lt;BR /&gt;(URL IS [http://MYSERVERNAME:5555/data?connectorID=AmazonS3Connector&amp;amp;table=GetRawObjectAsText&amp;amp;accessKey=sta_gen_1%3a2CUOdHj20j5uMLPK0bSZ3Q%3d%3d%3aDJcC47nVGnN1yBT%2b%2ffch%2b%2f0rxDGtC4UQWCsalMYFxXs%3d&amp;amp;secretKey=sta_gen_1%3aGxssUVLcNOVden2wqB2U3A%3d%3d%3aIWeNTcBbAIyymDKMdUb5COyegrR3DLOuIVUo4LiGF0RUvtfret9viZLCKT8t3P1&amp;amp;region=us-east-1&amp;amp;bucketName=theS3Bucketnamehere&amp;amp;objectKey=KeyName%2fFILENAME.csv&amp;amp;appID=], qvx);&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 21 Apr 2021 21:50:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Connecting-to-S3-using-Web-Connectors/m-p/1801546#M64989</guid>
      <dc:creator>Ericga</dc:creator>
      <dc:date>2021-04-21T21:50:16Z</dc:date>
    </item>
    <item>
      <title>Re: Connecting to S3 using Web Connectors</title>
      <link>https://community.qlik.com/t5/App-Development/Connecting-to-S3-using-Web-Connectors/m-p/1801599#M64999</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Refer to below link and check if everything correctly is correctly set.&lt;/P&gt;&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/connectors/Subsystems/Web_Storage_Provider_Connectors_help/Content/Connectors_StorageProvider/Storage%20provider%20connectors/Amazon-S3-storage-provider-connector.htm" target="_blank"&gt;https://help.qlik.com/en-US/connectors/Subsystems/Web_Storage_Provider_Connectors_help/Content/Connectors_StorageProvider/Storage%20provider%20connectors/Amazon-S3-storage-provider-connector.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ranga&lt;/P&gt;</description>
      <pubDate>Thu, 22 Apr 2021 06:33:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Connecting-to-S3-using-Web-Connectors/m-p/1801599#M64999</guid>
      <dc:creator>Ranganath_DR</dc:creator>
      <dc:date>2021-04-22T06:33:12Z</dc:date>
    </item>
    <item>
      <title>Re: Connecting to S3 using Web Connectors</title>
      <link>https://community.qlik.com/t5/App-Development/Connecting-to-S3-using-Web-Connectors/m-p/1801793#M65029</link>
      <description>&lt;P&gt;Ranga,&lt;/P&gt;&lt;P&gt;the link you sent helped me solve the issue.&amp;nbsp; i thought what it was showing only applied to saas but that is not the case. in my example above based on another post i created my connection with only the first portion of the url which is&amp;nbsp;&lt;A href="http://MYSERVERNAME:5555" target="_blank"&gt;http://MYSERVERNAME:5555&lt;/A&gt;&amp;nbsp;instead of the whole url.&amp;nbsp; When i created the web connection with the full URL and did a Select data it created the script i needed.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 22 Apr 2021 14:12:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Connecting-to-S3-using-Web-Connectors/m-p/1801793#M65029</guid>
      <dc:creator>Ericga</dc:creator>
      <dc:date>2021-04-22T14:12:55Z</dc:date>
    </item>
  </channel>
</rss>

