<?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 Re: Insert data into DB using Django REST API in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Insert-data-into-DB-using-Django-REST-API/m-p/2226574#M18435</link>
    <description>&lt;P&gt;Still not working but I got it moved ahead a little.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Used the tRestClient component after my tMap and I could see the&amp;nbsp;records getting&amp;nbsp;inserted into the DB but all of them are without any data. Strangely nowhere I was asked to specify the JASON tree. The number of records getting inserted are equal to rows being read from raw file so at least something is right. But I couldn't locate the menu/options to specify which data element read from the raw file should tag to which JASON element.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;How do I specify the data to JSON mapping?&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;@&lt;SPAN class=""&gt;&lt;A href="https://community.qlik.com/s/profile/005390000069RuGAAU" target="_self"&gt;@rhall&lt;/A&gt;&amp;nbsp;&lt;/SPAN&gt; &lt;A href="https://community.qlik.com/s/profile/0053p000007LMrOAAW"&gt;@Dijke&lt;/A&gt;&amp;nbsp;&lt;A href="https://community.qlik.com/s/profile/0053p000007LKj7AAG"&gt;@TRF&lt;/A&gt;&amp;nbsp;&lt;A href="https://community.qlik.com/s/profile/00539000006eKOgAAM"&gt;@nthampi&lt;/A&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 05 Nov 2018 19:09:08 GMT</pubDate>
    <dc:creator>sushantV</dc:creator>
    <dc:date>2018-11-05T19:09:08Z</dc:date>
    <item>
      <title>Insert data into DB using Django REST API</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Insert-data-into-DB-using-Django-REST-API/m-p/2226572#M18433</link>
      <description>&lt;P&gt;I am trying utilize Django REST APIs to insert data into the database, instead of the direct write. I've been able to read JSON data using the tRESTClient component but I am not too sure about the insertion/POST. Could someone point me to the components (and relation) that I should use?&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;The current job that I have is mostly: &lt;STRONG&gt;&lt;FONT color="#FF0000"&gt;Read data from raw file -&amp;gt; tMap -&amp;gt; DB&lt;/FONT&gt;&lt;/STRONG&gt; and I wish to do something like&amp;nbsp;&lt;STRONG&gt;&lt;FONT color="#FF0000"&gt;Read data from raw file -&amp;gt; tMap -&amp;gt; &lt;FONT color="#339966"&gt;(pass on data to REST endpoint via POST)&lt;/FONT&gt;&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;PS: I realize that this might not be the most efficient way to ingest data but that's what the business wants since it brings in an additional layer of control.&lt;/P&gt;</description>
      <pubDate>Mon, 05 Nov 2018 18:08:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Insert-data-into-DB-using-Django-REST-API/m-p/2226572#M18433</guid>
      <dc:creator>sushantV</dc:creator>
      <dc:date>2018-11-05T18:08:53Z</dc:date>
    </item>
    <item>
      <title>Re: Insert data into DB using Django REST API</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Insert-data-into-DB-using-Django-REST-API/m-p/2226573#M18434</link>
      <description>&lt;P&gt;use a&amp;nbsp;&lt;A href="https://help.talend.com/reader/7NvFnkWpbH8Gy3Rm6mUXnw/u5Q2NXLcJi5TiueRz~2zyw" target="_self" rel="nofollow noopener noreferrer"&gt;tRestClient&lt;/A&gt;&amp;nbsp;component to send rest requests.&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 05 Nov 2018 18:23:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Insert-data-into-DB-using-Django-REST-API/m-p/2226573#M18434</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-11-05T18:23:52Z</dc:date>
    </item>
    <item>
      <title>Re: Insert data into DB using Django REST API</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Insert-data-into-DB-using-Django-REST-API/m-p/2226574#M18435</link>
      <description>&lt;P&gt;Still not working but I got it moved ahead a little.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Used the tRestClient component after my tMap and I could see the&amp;nbsp;records getting&amp;nbsp;inserted into the DB but all of them are without any data. Strangely nowhere I was asked to specify the JASON tree. The number of records getting inserted are equal to rows being read from raw file so at least something is right. But I couldn't locate the menu/options to specify which data element read from the raw file should tag to which JASON element.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;How do I specify the data to JSON mapping?&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;@&lt;SPAN class=""&gt;&lt;A href="https://community.qlik.com/s/profile/005390000069RuGAAU" target="_self"&gt;@rhall&lt;/A&gt;&amp;nbsp;&lt;/SPAN&gt; &lt;A href="https://community.qlik.com/s/profile/0053p000007LMrOAAW"&gt;@Dijke&lt;/A&gt;&amp;nbsp;&lt;A href="https://community.qlik.com/s/profile/0053p000007LKj7AAG"&gt;@TRF&lt;/A&gt;&amp;nbsp;&lt;A href="https://community.qlik.com/s/profile/00539000006eKOgAAM"&gt;@nthampi&lt;/A&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 05 Nov 2018 19:09:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Insert-data-into-DB-using-Django-REST-API/m-p/2226574#M18435</guid>
      <dc:creator>sushantV</dc:creator>
      <dc:date>2018-11-05T19:09:08Z</dc:date>
    </item>
    <item>
      <title>Re: Insert data into DB using Django REST API</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Insert-data-into-DB-using-Django-REST-API/m-p/2226575#M18436</link>
      <description>&lt;P&gt;Quite amazed that nobody knows this/ can help with this thing. I am sure somebody would have done doing a POST insert using RESTful APIs in Talend.&amp;nbsp;&lt;A href="https://community.qlik.com/s/profile/005700000036S51AAE"&gt;@ctoum&lt;/A&gt;&amp;nbsp;@&lt;/P&gt;</description>
      <pubDate>Tue, 06 Nov 2018 17:03:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Insert-data-into-DB-using-Django-REST-API/m-p/2226575#M18436</guid>
      <dc:creator>sushantV</dc:creator>
      <dc:date>2018-11-06T17:03:06Z</dc:date>
    </item>
    <item>
      <title>Re: Insert data into DB using Django REST API</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Insert-data-into-DB-using-Django-REST-API/m-p/2226576#M18437</link>
      <description>&lt;P&gt;Need some help here. Can someone at least point me in some direction? I can try to figure things on my own. At least the experts, let me know which component should I be using.&lt;/P&gt;</description>
      <pubDate>Thu, 08 Nov 2018 18:52:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Insert-data-into-DB-using-Django-REST-API/m-p/2226576#M18437</guid>
      <dc:creator>sushantV</dc:creator>
      <dc:date>2018-11-08T18:52:58Z</dc:date>
    </item>
  </channel>
</rss>

