<?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: HOW I Can import JSON Fille and load it in table sql server in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/HOW-I-Can-import-JSON-Fille-and-load-it-in-table-sql-server/m-p/2315029#M85733</link>
    <description>&lt;P&gt;also when I execute it goes up this error&lt;BR /&gt;unable to find or load the main class&amp;nbsp;vulnmanager.test3_0_1.test3 vulnmanager is name my project et test3 is name my job&lt;/P&gt;&lt;P&gt;thanks you&amp;nbsp;&lt;/P&gt;&lt;BR /&gt;&lt;A href="https://community.qlik.com/legacyfs/online/tlnd_dw_files/0683p000009Luqf"&gt;finaleror.PNG&lt;/A&gt;</description>
    <pubDate>Fri, 17 May 2019 14:09:15 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2019-05-17T14:09:15Z</dc:date>
    <item>
      <title>HOW I Can import JSON Fille and load it in table sql server</title>
      <link>https://community.qlik.com/t5/Talend-Studio/HOW-I-Can-import-JSON-Fille-and-load-it-in-table-sql-server/m-p/2315024#M85728</link>
      <description>&lt;P&gt;I need some help in resolving below issue ; i'm new to talend .My requirement is to&amp;nbsp; reqd input Json and convert it into table sql server , i want to load key column as a separate column so that i can search easily based on key.&lt;/P&gt;
&lt;P&gt;I had a requirement where i need to take data from json file and load it in table (sql server).I join the photo of my job&lt;BR /&gt;can anyone please help me&lt;/P&gt;
&lt;P&gt;I am using "Talend open studio for data integration version 7.1.1.2018102681147&lt;/P&gt;
&lt;P&gt;Thank you very much for your time and help&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 05:48:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/HOW-I-Can-import-JSON-Fille-and-load-it-in-table-sql-server/m-p/2315024#M85728</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T05:48:14Z</dc:date>
    </item>
    <item>
      <title>Re: HOW I Can import JSON Fille and load it in table sql server</title>
      <link>https://community.qlik.com/t5/Talend-Studio/HOW-I-Can-import-JSON-Fille-and-load-it-in-table-sql-server/m-p/2315025#M85729</link>
      <description>&lt;P&gt;HI&lt;/P&gt;&lt;P&gt;can you elaborate your issue where you are getting struck?&lt;/P&gt;&lt;P&gt;it would be better if you provide us with examples&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;rekha&lt;/P&gt;</description>
      <pubDate>Fri, 17 May 2019 13:27:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/HOW-I-Can-import-JSON-Fille-and-load-it-in-table-sql-server/m-p/2315025#M85729</guid>
      <dc:creator>bhagyarekha</dc:creator>
      <dc:date>2019-05-17T13:27:08Z</dc:date>
    </item>
    <item>
      <title>Re: HOW I Can import JSON Fille and load it in table sql server</title>
      <link>https://community.qlik.com/t5/Talend-Studio/HOW-I-Can-import-JSON-Fille-and-load-it-in-table-sql-server/m-p/2315026#M85730</link>
      <description>&lt;P&gt;You seem to be going in the right direction. What is not working? What is the tMap at the beginning for? It splits the flows, why does it do this?&lt;/P&gt;</description>
      <pubDate>Fri, 17 May 2019 13:27:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/HOW-I-Can-import-JSON-Fille-and-load-it-in-table-sql-server/m-p/2315026#M85730</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-05-17T13:27:49Z</dc:date>
    </item>
    <item>
      <title>Re: HOW I Can import JSON Fille and load it in table sql server</title>
      <link>https://community.qlik.com/t5/Talend-Studio/HOW-I-Can-import-JSON-Fille-and-load-it-in-table-sql-server/m-p/2315027#M85731</link>
      <description>&lt;P&gt;my &lt;SPAN&gt;issue is :&amp;nbsp;&lt;/SPAN&gt;Database connection is failed.&lt;BR /&gt;java.lang.RuntimeException: com.mysql.cj.jdbc.exceptions.CommunicationsException: Communications link failure&lt;BR /&gt;&lt;BR /&gt;The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server.&lt;BR /&gt;at org.talend.core.model.metadata.builder.database.JDBCDriverLoader.getConnection(JDBCDriverLoader.java:204)&lt;BR /&gt;at org.talend.core.model.metadata.builder.database.ExtractMetaDataUtils.connect(ExtractMetaDataUtils.java:1139)&lt;BR /&gt;at org.talend.core.model.metadata.builder.database.ExtractMetaDataFromDataBase.testConnection(ExtractMetaDataFromDataBase.java:315)&lt;BR /&gt;at org.talend.core.model.metadata.builder.database.ExtractMetaDataFromDataBase.testConnection(ExtractMetaDataFromDataBase.java:301)&lt;BR /&gt;at org.talend.designer.core.ui.editor.properties.controllers.DbTableController.checkConnection(DbTableController.java:769)&lt;BR /&gt;at org.talend.designer.core.ui.editor.properties.controllers.DbTableController$6.run(DbTableController.java:558)&lt;BR /&gt;at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54)&lt;BR /&gt;Caused by: com.mysql.cj.jdbc.exceptions.CommunicationsException: Communications link failure&lt;BR /&gt;&lt;BR /&gt;The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server.&lt;BR /&gt;at com.mysql.cj.jdbc.exceptions.SQLError.createCommunicationsException(SQLError.java:174)&lt;BR /&gt;at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:64)&lt;BR /&gt;at com.mysql.cj.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:832)&lt;BR /&gt;at com.mysql.cj.jdbc.ConnectionImpl.&amp;lt;init&amp;gt;(ConnectionImpl.java:456)&lt;BR /&gt;at com.mysql.cj.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:240)&lt;BR /&gt;at com.mysql.cj.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:207)&lt;BR /&gt;at org.talend.core.model.metadata.builder.database.DriverShim.connect(DriverShim.java:41)&lt;BR /&gt;at org.talend.core.model.metadata.builder.database.JDBCDriverLoader.getConnection(JDBCDriverLoader.java:195)&lt;BR /&gt;... 6 more&lt;BR /&gt;Caused by: com.mysql.cj.exceptions.CJCommunicationsException: Communications link failure&lt;BR /&gt;&lt;BR /&gt;The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server.&lt;BR /&gt;at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)&lt;BR /&gt;at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)&lt;BR /&gt;at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)&lt;BR /&gt;at java.lang.reflect.Constructor.newInstance(Unknown Source)&lt;BR /&gt;at com.mysql.cj.exceptions.ExceptionFactory.createException(ExceptionFactory.java:61)&lt;BR /&gt;at com.mysql.cj.exceptions.ExceptionFactory.createException(ExceptionFactory.java:105)&lt;BR /&gt;at com.mysql.cj.exceptions.ExceptionFactory.createException(ExceptionFactory.java:151)&lt;BR /&gt;at com.mysql.cj.exceptions.ExceptionFactory.createCommunicationsException(ExceptionFactory.java:167)&lt;BR /&gt;at com.mysql.cj.protocol.a.NativeSocketConnection.connect(NativeSocketConnection.java:91)&lt;BR /&gt;at com.mysql.cj.NativeSession.connect(NativeSession.java:152)&lt;BR /&gt;at com.mysql.cj.jdbc.ConnectionImpl.connectOneTryOnly(ConnectionImpl.java:952)&lt;BR /&gt;at com.mysql.cj.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:822)&lt;BR /&gt;... 11 more&lt;BR /&gt;Caused by: java.net.ConnectException: Connection refused: connect&lt;BR /&gt;at java.net.DualStackPlainSocketImpl.waitForConnect(Native Method)&lt;BR /&gt;at java.net.DualStackPlainSocketImpl.socketConnect(Unknown Source)&lt;BR /&gt;at java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)&lt;BR /&gt;at java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)&lt;BR /&gt;at java.net.AbstractPlainSocketImpl.connect(Unknown Source)&lt;BR /&gt;at java.net.PlainSocketImpl.connect(Unknown Source)&lt;BR /&gt;at java.net.SocksSocketImpl.connect(Unknown Source)&lt;BR /&gt;at java.net.Socket.connect(Unknown Source)&lt;BR /&gt;at com.mysql.cj.protocol.StandardSocketFactory.connect(StandardSocketFactory.java:173)&lt;BR /&gt;at com.mysql.cj.protocol.a.NativeSocketConnection.connect(NativeSocketConnection.java:65)&lt;BR /&gt;... 14 more&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Regards&lt;/P&gt;</description>
      <pubDate>Fri, 17 May 2019 13:55:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/HOW-I-Can-import-JSON-Fille-and-load-it-in-table-sql-server/m-p/2315027#M85731</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-05-17T13:55:21Z</dc:date>
    </item>
    <item>
      <title>Re: HOW I Can import JSON Fille and load it in table sql server</title>
      <link>https://community.qlik.com/t5/Talend-Studio/HOW-I-Can-import-JSON-Fille-and-load-it-in-table-sql-server/m-p/2315028#M85732</link>
      <description>&lt;P&gt;i join tmap schema&amp;nbsp;&lt;/P&gt;&lt;BR /&gt;&lt;A href="https://community.qlik.com/legacyfs/online/tlnd_dw_files/0683p000009Lvcg"&gt;tmap.PNG&lt;/A&gt;</description>
      <pubDate>Fri, 17 May 2019 13:56:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/HOW-I-Can-import-JSON-Fille-and-load-it-in-table-sql-server/m-p/2315028#M85732</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-05-17T13:56:55Z</dc:date>
    </item>
    <item>
      <title>Re: HOW I Can import JSON Fille and load it in table sql server</title>
      <link>https://community.qlik.com/t5/Talend-Studio/HOW-I-Can-import-JSON-Fille-and-load-it-in-table-sql-server/m-p/2315029#M85733</link>
      <description>&lt;P&gt;also when I execute it goes up this error&lt;BR /&gt;unable to find or load the main class&amp;nbsp;vulnmanager.test3_0_1.test3 vulnmanager is name my project et test3 is name my job&lt;/P&gt;&lt;P&gt;thanks you&amp;nbsp;&lt;/P&gt;&lt;BR /&gt;&lt;A href="https://community.qlik.com/legacyfs/online/tlnd_dw_files/0683p000009Luqf"&gt;finaleror.PNG&lt;/A&gt;</description>
      <pubDate>Fri, 17 May 2019 14:09:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/HOW-I-Can-import-JSON-Fille-and-load-it-in-table-sql-server/m-p/2315029#M85733</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-05-17T14:09:15Z</dc:date>
    </item>
    <item>
      <title>Re: HOW I Can import JSON Fille and load it in table sql server</title>
      <link>https://community.qlik.com/t5/Talend-Studio/HOW-I-Can-import-JSON-Fille-and-load-it-in-table-sql-server/m-p/2315030#M85734</link>
      <description>&lt;P&gt;Looks like database connection issue&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I suggest :&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;1. you first make sure you are able to extract the information from the json file correctly. you can output using tlogrow&lt;/P&gt; 
&lt;P&gt;2. then you move to the next step: that is trying to insert the data in the database&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 17 May 2019 15:22:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/HOW-I-Can-import-JSON-Fille-and-load-it-in-table-sql-server/m-p/2315030#M85734</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-05-17T15:22:55Z</dc:date>
    </item>
    <item>
      <title>Re: HOW I Can import JSON Fille and load it in table sql server</title>
      <link>https://community.qlik.com/t5/Talend-Studio/HOW-I-Can-import-JSON-Fille-and-load-it-in-table-sql-server/m-p/2315031#M85735</link>
      <description>&lt;P&gt;I agree with&amp;nbsp;&lt;A href="https://community.qlik.com/s/profile/0053p000007LPZEAA4"&gt;@dgm01&lt;/A&gt;&amp;nbsp;but would add that it is a good idea to test out your DB connection with a t{DB}Input component.&lt;/P&gt;</description>
      <pubDate>Fri, 17 May 2019 16:29:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/HOW-I-Can-import-JSON-Fille-and-load-it-in-table-sql-server/m-p/2315031#M85735</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-05-17T16:29:30Z</dc:date>
    </item>
    <item>
      <title>Re: HOW I Can import JSON Fille and load it in table sql server</title>
      <link>https://community.qlik.com/t5/Talend-Studio/HOW-I-Can-import-JSON-Fille-and-load-it-in-table-sql-server/m-p/2315032#M85736</link>
      <description>&lt;P&gt;&lt;SPAN&gt;thanks for attention;&amp;nbsp; but i can't to extract the information from the json file correctly&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;How I would like the output to look like:&lt;/SPAN&gt;&lt;/P&gt;
&lt;TABLE border="1px" cellpadding="3px"&gt;
 &lt;TBODY&gt;
  &lt;TR&gt;
   &lt;TD&gt;CVE&lt;/TD&gt;
   &lt;TD&gt;Scope&lt;/TD&gt;
   &lt;TD&gt;debainbug&lt;/TD&gt;
   &lt;TD&gt;description&lt;/TD&gt;
   &lt;TD&gt;status&lt;/TD&gt;
   &lt;TD&gt;fixed_version&lt;/TD&gt;
   &lt;TD&gt;urgency&lt;/TD&gt;
  &lt;/TR&gt;
  &lt;TR&gt;
   &lt;TD&gt;&amp;nbsp;&lt;/TD&gt;
   &lt;TD&gt;&amp;nbsp;&lt;/TD&gt;
   &lt;TD&gt;&amp;nbsp;&lt;/TD&gt;
   &lt;TD&gt;&amp;nbsp;&lt;/TD&gt;
   &lt;TD&gt;&amp;nbsp;&lt;/TD&gt;
   &lt;TD&gt;&amp;nbsp;&lt;/TD&gt;
   &lt;TD&gt;&amp;nbsp;&lt;/TD&gt;
  &lt;/TR&gt;
 &lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P&gt;&lt;SPAN&gt;I attach&amp;nbsp; my jsonfille&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;regards&lt;/SPAN&gt;&lt;/P&gt;&lt;BR /&gt;&lt;A href="https://community.qlik.com/legacyfs/online/tlnd_dw_files/0683p000009Lvem"&gt;inputfille.docx&lt;/A&gt;</description>
      <pubDate>Mon, 20 May 2019 13:22:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/HOW-I-Can-import-JSON-Fille-and-load-it-in-table-sql-server/m-p/2315032#M85736</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-05-20T13:22:36Z</dc:date>
    </item>
  </channel>
</rss>

