<?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>article Tratando tabela Json web sem plugin in Member Articles</title>
    <link>https://community.qlik.com/t5/Member-Articles/Tratando-tabela-Json-web-sem-plugin/ta-p/1626301</link>
    <description>&lt;P&gt;Ola!!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Estou disponibilizando um trabalho que fiz para ajudar outras pessoas que assim como não conseguiram instalar o plugin do Json para Qlikview.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;I hope I can solve a lot of people's problem who work loading JSON data.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;//////////////////////////////// versão 1.0 ///////////////////////////////////////&lt;BR /&gt;//////////////////////////////// SET - 2019 ///////////////////////////////////////&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;TRACE *****************************************************************************************************;&lt;BR /&gt;TRACE **************************** Leitura do Base de dados ***********************************;&lt;BR /&gt;TRACE *****************************************************************************************************;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Dado:&lt;BR /&gt;LOAD *&lt;BR /&gt;FROM&lt;BR /&gt;[&lt;A href="https://api.cartolafc.globo.com/partidas" target="_blank"&gt;https://api.cartolafc.globo.com/partidas&lt;/A&gt;]&lt;BR /&gt;(txt, utf8, no labels, delimiter is '\t', msq);&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;1:&lt;BR /&gt;LOAD Replace(Replace(Replace(Replace(Replace(SubField(@1,'],"clubes"',1),'""','"N/D"'),',"',';"'),'"}},{','"}}|{'), '{"partidas":[',''),'":','"&amp;amp;') as Partida,&lt;BR /&gt;// SubField(@1,'}}],',1) as Partida,&lt;BR /&gt;Replace(Replace(Replace(SubField(@1,'],"clubes":{',2),'"},"2','"}&amp;amp;"2'),'"},"3','"}&amp;amp;"3'),':','|') as Clube&lt;BR /&gt;// Trim(TextBetween(@1,'"Clube":[',']')) as Clube&lt;BR /&gt;// Replace(Replace(Replace(Text,'","','";"'),'":"','"|"'), ':null,','|"N/D";') as CallRecord&lt;BR /&gt;Resident Dado;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;TRACE *****************************************************************************************************;&lt;BR /&gt;TRACE **************************** Tratamento da Base de dados ***********************************;&lt;BR /&gt;TRACE *****************************************************************************************************;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Partida_Origem:&lt;BR /&gt;LOAD SubField( Partida,'|', IterNo()) as Text_P,&lt;BR /&gt;IterNo() as IDp&lt;BR /&gt;Resident 1&lt;BR /&gt;While iterno() &amp;lt;= RangeMax(SubStringCount(Partida,'|'))+1;&lt;/P&gt;&lt;P&gt;DROP Field Partida From Partida_Origem;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Clube_Origem:&lt;BR /&gt;LOAD SubField(Clube,'&amp;amp;', IterNo()) as Text_C,&lt;BR /&gt;IterNo() as IDc&lt;BR /&gt;Resident 1&lt;BR /&gt;While iterno() &amp;lt;= RangeMax(SubStringCount(Clube,'&amp;amp;'))+1;&lt;/P&gt;&lt;P&gt;DROP Field Clube From Clube_Origem;&lt;BR /&gt;DROP Table Dado, 1;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;TRACE *****************************************************************************************************;&lt;BR /&gt;TRACE **************************** Tratamento dos campos ***********************************;&lt;BR /&gt;TRACE *****************************************************************************************************;&lt;/P&gt;</description>
    <pubDate>Wed, 21 Sep 2022 17:07:35 GMT</pubDate>
    <dc:creator>messiasstelzer</dc:creator>
    <dc:date>2022-09-21T17:07:35Z</dc:date>
    <item>
      <title>Tratando tabela Json web sem plugin</title>
      <link>https://community.qlik.com/t5/Member-Articles/Tratando-tabela-Json-web-sem-plugin/ta-p/1626301</link>
      <description>&lt;P&gt;Ola!!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Estou disponibilizando um trabalho que fiz para ajudar outras pessoas que assim como não conseguiram instalar o plugin do Json para Qlikview.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;I hope I can solve a lot of people's problem who work loading JSON data.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;//////////////////////////////// versão 1.0 ///////////////////////////////////////&lt;BR /&gt;//////////////////////////////// SET - 2019 ///////////////////////////////////////&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;TRACE *****************************************************************************************************;&lt;BR /&gt;TRACE **************************** Leitura do Base de dados ***********************************;&lt;BR /&gt;TRACE *****************************************************************************************************;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Dado:&lt;BR /&gt;LOAD *&lt;BR /&gt;FROM&lt;BR /&gt;[&lt;A href="https://api.cartolafc.globo.com/partidas" target="_blank"&gt;https://api.cartolafc.globo.com/partidas&lt;/A&gt;]&lt;BR /&gt;(txt, utf8, no labels, delimiter is '\t', msq);&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;1:&lt;BR /&gt;LOAD Replace(Replace(Replace(Replace(Replace(SubField(@1,'],"clubes"',1),'""','"N/D"'),',"',';"'),'"}},{','"}}|{'), '{"partidas":[',''),'":','"&amp;amp;') as Partida,&lt;BR /&gt;// SubField(@1,'}}],',1) as Partida,&lt;BR /&gt;Replace(Replace(Replace(SubField(@1,'],"clubes":{',2),'"},"2','"}&amp;amp;"2'),'"},"3','"}&amp;amp;"3'),':','|') as Clube&lt;BR /&gt;// Trim(TextBetween(@1,'"Clube":[',']')) as Clube&lt;BR /&gt;// Replace(Replace(Replace(Text,'","','";"'),'":"','"|"'), ':null,','|"N/D";') as CallRecord&lt;BR /&gt;Resident Dado;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;TRACE *****************************************************************************************************;&lt;BR /&gt;TRACE **************************** Tratamento da Base de dados ***********************************;&lt;BR /&gt;TRACE *****************************************************************************************************;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Partida_Origem:&lt;BR /&gt;LOAD SubField( Partida,'|', IterNo()) as Text_P,&lt;BR /&gt;IterNo() as IDp&lt;BR /&gt;Resident 1&lt;BR /&gt;While iterno() &amp;lt;= RangeMax(SubStringCount(Partida,'|'))+1;&lt;/P&gt;&lt;P&gt;DROP Field Partida From Partida_Origem;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Clube_Origem:&lt;BR /&gt;LOAD SubField(Clube,'&amp;amp;', IterNo()) as Text_C,&lt;BR /&gt;IterNo() as IDc&lt;BR /&gt;Resident 1&lt;BR /&gt;While iterno() &amp;lt;= RangeMax(SubStringCount(Clube,'&amp;amp;'))+1;&lt;/P&gt;&lt;P&gt;DROP Field Clube From Clube_Origem;&lt;BR /&gt;DROP Table Dado, 1;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;TRACE *****************************************************************************************************;&lt;BR /&gt;TRACE **************************** Tratamento dos campos ***********************************;&lt;BR /&gt;TRACE *****************************************************************************************************;&lt;/P&gt;</description>
      <pubDate>Wed, 21 Sep 2022 17:07:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Member-Articles/Tratando-tabela-Json-web-sem-plugin/ta-p/1626301</guid>
      <dc:creator>messiasstelzer</dc:creator>
      <dc:date>2022-09-21T17:07:35Z</dc:date>
    </item>
  </channel>
</rss>

