<?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 Data formatting issue while extracting data from Google Spreadsheets by using Rest Connection in Connectivity &amp; Data Prep</title>
    <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Data-formatting-issue-while-extracting-data-from-Google/m-p/1252821#M6464</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have data in google spreadsheet which is protected and able to access the data through rest connector. Now, the issue is with the formatting i.e. In my google sheet, having two columns Name and Status with respective values. After successful connection in Qlik Sense, able to see all those values in a single column including the headers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My Google sheet structure is&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/154225_pastedImage_0.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;P&gt;And the retrieved data is&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/154229_pastedImage_1.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;P&gt;The Auto generated script is&lt;/P&gt;&lt;P&gt;LIB CONNECT TO [GS];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[values]:&lt;/P&gt;&lt;P&gt;LOAD &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [@Value],&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [__FK_values_u0] AS [__KEY_values];&lt;/P&gt;&lt;P&gt;SQL SELECT &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; (SELECT &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; (SELECT &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; (SELECT &lt;/P&gt;&lt;P&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;&amp;nbsp; "@Value",&lt;/P&gt;&lt;P&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;&amp;nbsp; "__FK_values_u0"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; FROM "values" FK "__FK_values_u0" ArrayValueAlias "@Value")&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; FROM "values" PK "__KEY_values" FK "__FK_values")&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; FROM "valueRanges" PK "__KEY_valueRanges" FK "__FK_valueRanges")&lt;/P&gt;&lt;P&gt;FROM JSON (wrap on) "root" PK "__KEY_root";&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help me in getting the data column wise.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 02 Apr 2021 07:51:39 GMT</pubDate>
    <dc:creator />
    <dc:date>2021-04-02T07:51:39Z</dc:date>
    <item>
      <title>Data formatting issue while extracting data from Google Spreadsheets by using Rest Connection</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Data-formatting-issue-while-extracting-data-from-Google/m-p/1252821#M6464</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have data in google spreadsheet which is protected and able to access the data through rest connector. Now, the issue is with the formatting i.e. In my google sheet, having two columns Name and Status with respective values. After successful connection in Qlik Sense, able to see all those values in a single column including the headers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My Google sheet structure is&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/154225_pastedImage_0.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;P&gt;And the retrieved data is&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/154229_pastedImage_1.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;P&gt;The Auto generated script is&lt;/P&gt;&lt;P&gt;LIB CONNECT TO [GS];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[values]:&lt;/P&gt;&lt;P&gt;LOAD &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [@Value],&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [__FK_values_u0] AS [__KEY_values];&lt;/P&gt;&lt;P&gt;SQL SELECT &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; (SELECT &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; (SELECT &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; (SELECT &lt;/P&gt;&lt;P&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;&amp;nbsp; "@Value",&lt;/P&gt;&lt;P&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;&amp;nbsp; "__FK_values_u0"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; FROM "values" FK "__FK_values_u0" ArrayValueAlias "@Value")&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; FROM "values" PK "__KEY_values" FK "__FK_values")&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; FROM "valueRanges" PK "__KEY_valueRanges" FK "__FK_valueRanges")&lt;/P&gt;&lt;P&gt;FROM JSON (wrap on) "root" PK "__KEY_root";&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help me in getting the data column wise.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Apr 2021 07:51:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Data-formatting-issue-while-extracting-data-from-Google/m-p/1252821#M6464</guid>
      <dc:creator />
      <dc:date>2021-04-02T07:51:39Z</dc:date>
    </item>
    <item>
      <title>Re: Data formatting issue while extracting data from Google Spreadsheets by using Rest Connection</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Data-formatting-issue-while-extracting-data-from-Google/m-p/1252822#M6465</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Why don't you try the Qlik Google Drive and Spreadsheets Connectors, which is a free to use, Standard Connector as part of the Qlik Web Connectors Suite? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can get it from here: &lt;A href="http://market.qlik.com/solutions/Qlik_Web_Connectors_(formerly_QVSource)" title="http://market.qlik.com/solutions/Qlik_Web_Connectors_(formerly_QVSource)"&gt;Qlik Market&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is a dedicated connector to get your Google Sheets and may solve your issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Darren&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Feb 2017 08:13:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Data-formatting-issue-while-extracting-data-from-Google/m-p/1252822#M6465</guid>
      <dc:creator>Darren_Ball</dc:creator>
      <dc:date>2017-02-24T08:13:15Z</dc:date>
    </item>
    <item>
      <title>Re: Data formatting issue while extracting data from Google Spreadsheets by using Rest Connection</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Data-formatting-issue-while-extracting-data-from-Google/m-p/1252823#M6466</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Darren,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your quick response..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes, I knew about it but I didn't get any source to download &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Qlik Google Drive and Spreadsheets Connectors&lt;/SPAN&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried to get the connector from &lt;A href="http://www.qlik.com/us/products/qlik-connectors" title="http://www.qlik.com/us/products/qlik-connectors"&gt;Analyze Data from Databases, Spreadsheets, Websites, and Custom Sources&lt;/A&gt; . There is two references - &lt;SPAN class="tablesaw-cell-content"&gt;&lt;A href="http://demo.qlik.com/download"&gt;Qlik Customer Download Site&lt;/A&gt;&lt;/SPAN&gt; is redirecting to QV download page and &lt;SPAN class="tablesaw-cell-content"&gt;&lt;A href="http://market.qlik.com/qlik-google-drive-spreadsheets-connector.html?_ga=1.222759835.146896355.1479462578" target="_blank"&gt;Qlik Market&lt;/A&gt;&lt;/SPAN&gt; is not loading at all.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I read somewhere that all these connectors are part of REST and implemented in Qlik Sense but I'm not sure about it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Prashanth Reddy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Feb 2017 06:28:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Data-formatting-issue-while-extracting-data-from-Google/m-p/1252823#M6466</guid>
      <dc:creator />
      <dc:date>2017-02-27T06:28:48Z</dc:date>
    </item>
    <item>
      <title>Re: Data formatting issue while extracting data from Google Spreadsheets by using Rest Connection</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Data-formatting-issue-while-extracting-data-from-Google/m-p/1252824#M6467</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Looking at your Qlik Market link, the url is missing '/solutions/' as part of the URL and should be&lt;/P&gt;&lt;P&gt;&lt;A href="http://market.qlik.com/solutions/Qlik_Google_Drive_&amp;amp;_Spreadsheets_Connector" title="http://market.qlik.com/solutions/Qlik_Google_Drive_&amp;amp;_Spreadsheets_Connector"&gt;http://market.qlik.com/solutions/Qlik_Google_Drive_&amp;amp;_Spreadsheets_Connector&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On the download site, you need to go to the Qlik Connectors area/tab and pick Qlik Web Connectors from the list:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="2017-02-27 09_39_39-Inbox - darren.ball@qlik.com - Outlook.png" class="jive-image image-1" src="/legacyfs/online/154518_2017-02-27 09_39_39-Inbox - darren.ball@qlik.com - Outlook.png" style="height: 413px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;To confirm the Qlik Web Connectors are currently are not integrated into Qlik Sense or QlikView, but is a separate product that works along side them.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would be interested to see where you read about them being part of REST and integrated into Qlik Sense, so if you have the link, please send it to me so that I can fact-check it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this clarifies any confusion.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Darren&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Feb 2017 08:45:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Data-formatting-issue-while-extracting-data-from-Google/m-p/1252824#M6467</guid>
      <dc:creator>Darren_Ball</dc:creator>
      <dc:date>2017-02-27T08:45:40Z</dc:date>
    </item>
    <item>
      <title>Re: Data formatting issue while extracting data from Google Spreadsheets by using Rest Connection</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Data-formatting-issue-while-extracting-data-from-Google/m-p/1252825#M6468</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Darren,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm unable to access the url &lt;A class="jive-link-external-small" href="http://market.qlik.com/solutions/Qlik_Google_Drive_&amp;amp;_Spreadsheets_Connector?_ga=1.23281785.2127240970.1487162922" rel="nofollow" style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3778c7; background-color: #f2f2f2;" target="_blank"&gt;http://market.qlik.com/solutions/Qlik_Google_Drive_&amp;amp;_Spreadsheets_Connector&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Its just loading for ever. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is that the image attached by you is captured recently or you referring to the old one. Why I'm asking means, the url is not working for me. I tried 100s of times in different browsers by enabling Pop-Up blockers too and also in three systems.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regarding the missing word &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f2f2f2;"&gt; '/solutions/' &lt;/SPAN&gt; in my earlier post, I have accessed that url from &lt;A href="http://www.qlik.com/us/products/qlik-connectors" title="http://www.qlik.com/us/products/qlik-connectors"&gt;Analyze Data from Databases, Spreadsheets, Websites, and Custom Sources&lt;/A&gt; against &lt;SPAN style="color: #5e5f61; font-family: ProximaNova-Regular, Helvetica, Roboto, Arial, sans-serif; font-size: 14px;"&gt;Google Drive &amp;amp; Spreadsheets&lt;/SPAN&gt;. (Qlik Market)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I'm able to access that url, my problem will be solved.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Prashanth Reddy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Feb 2017 11:00:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Data-formatting-issue-while-extracting-data-from-Google/m-p/1252825#M6468</guid>
      <dc:creator />
      <dc:date>2017-02-27T11:00:11Z</dc:date>
    </item>
    <item>
      <title>Re: Data formatting issue while extracting data from Google Spreadsheets by using Rest Connection</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Data-formatting-issue-while-extracting-data-from-Google/m-p/1252826#M6469</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;That screenshot was taken a few days ago from the qlik demo site &lt;A href="http://demo.qlik.com/download" title="http://demo.qlik.com/download"&gt;http://demo.qlik.com/download&lt;/A&gt;‌ where you can follow that screenshot to find it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Mar 2017 10:21:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Data-formatting-issue-while-extracting-data-from-Google/m-p/1252826#M6469</guid>
      <dc:creator>Darren_Ball</dc:creator>
      <dc:date>2017-03-01T10:21:46Z</dc:date>
    </item>
    <item>
      <title>Re: Data formatting issue while extracting data from Google Spreadsheets by using Rest Connection</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Data-formatting-issue-while-extracting-data-from-Google/m-p/1252827#M6470</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Darren,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But I'm unable to see Qlik Connectors tab or Web Connectors. I can see only below page when I open &lt;A class="jive-link-external-small" href="http://demo.qlik.com/download?_ga=1.146762164.146896355.1479462578" rel="nofollow" target="_blank"&gt;http://demo.qlik.com/download&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/154851_pastedImage_0.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;P&gt;As you mentioned in your previous replies, its free to use. So, is it any login specific to view or download the mentioned connectors.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Mar 2017 10:39:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Data-formatting-issue-while-extracting-data-from-Google/m-p/1252827#M6470</guid>
      <dc:creator />
      <dc:date>2017-03-01T10:39:24Z</dc:date>
    </item>
    <item>
      <title>Re: Data formatting issue while extracting data from Google Spreadsheets by using Rest Connection</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Data-formatting-issue-while-extracting-data-from-Google/m-p/1252828#M6471</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Prashanth,&lt;/P&gt;&lt;P&gt;were you able to resolve this issue? I'm trying to load data from a Google Sheet via REST connector and am facing the exact same challenge. I'd like to avoid using Qlik Web Connectors if possible.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;Juraj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Feb 2018 23:32:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Data-formatting-issue-while-extracting-data-from-Google/m-p/1252828#M6471</guid>
      <dc:creator>juraj_misina</dc:creator>
      <dc:date>2018-02-01T23:32:51Z</dc:date>
    </item>
  </channel>
</rss>

