<?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: Node js script in Talend in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Node-js-script-in-Talend/m-p/2327790#M97139</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Thanks for posting your issue here. We have reported your issue to our product experts and then come back to you as soon as possible.&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Sabrina&lt;/P&gt;</description>
    <pubDate>Mon, 17 Oct 2022 05:14:45 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2022-10-17T05:14:45Z</dc:date>
    <item>
      <title>Node js script in Talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Node-js-script-in-Talend/m-p/2327789#M97138</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you anybody knows , is it possible to write node js script in talend studio.  I have a requirement to connect apple store api with talend.  Prior to that a JWT bearer token need to generate , for that I  already found a node js code , so now I have to know how to integrate it in a talend job.&lt;/P&gt;&lt;P&gt;Moreover,if anybody has other ideas to connect the apple store api , then that inputs would also be appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Fri, 14 Oct 2022 12:16:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Node-js-script-in-Talend/m-p/2327789#M97138</guid>
      <dc:creator>SreejithSL</dc:creator>
      <dc:date>2022-10-14T12:16:32Z</dc:date>
    </item>
    <item>
      <title>Re: Node js script in Talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Node-js-script-in-Talend/m-p/2327790#M97139</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Thanks for posting your issue here. We have reported your issue to our product experts and then come back to you as soon as possible.&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Sabrina&lt;/P&gt;</description>
      <pubDate>Mon, 17 Oct 2022 05:14:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Node-js-script-in-Talend/m-p/2327790#M97139</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-10-17T05:14:45Z</dc:date>
    </item>
    <item>
      <title>Re: Node js script in Talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Node-js-script-in-Talend/m-p/2327791#M97140</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;For the requirement about Node js script, please also look at this Java Library:&amp;nbsp;&lt;A href="https://connect2id.com/products/nimbus-jose-jwt/examples" alt="https://connect2id.com/products/nimbus-jose-jwt/examples" target="_blank"&gt;https://connect2id.com/products/nimbus-jose-jwt/examples&lt;/A&gt;&lt;/P&gt;&lt;P&gt;and this might help as well:&amp;nbsp;&lt;A href="https://sampathrajapakse.medium.com/how-to-utilize-3rd-party-libraries-like-nimbus-jose-and-jwt-io-to-verify-and-validate-jwt-token-12cc11fded40" alt="https://sampathrajapakse.medium.com/how-to-utilize-3rd-party-libraries-like-nimbus-jose-and-jwt-io-to-verify-and-validate-jwt-token-12cc11fded40" target="_blank"&gt;https://sampathrajapakse.medium.com/how-to-utilize-3rd-party-libraries-like-nimbus-jose-and-jwt-io-to-verify-and-validate-jwt-token-12cc11fded40&lt;/A&gt; &lt;/P&gt;&lt;P&gt;For app store connect api, It is a standard&amp;nbsp;&lt;A href="https://developer.apple.com/documentation/appstoreconnectapi" alt="https://developer.apple.com/documentation/appstoreconnectapi" target="_blank"&gt;REST API&lt;/A&gt;, and one can use Talend components (like&amp;nbsp;&lt;A href="https://help.talend.com/r/en-US/8.0/esb-rest/trestclient" alt="https://help.talend.com/r/en-US/8.0/esb-rest/trestclient" target="_blank"&gt;tRestClient&lt;/A&gt;).&lt;/P&gt;&lt;P&gt;Feel free to let us know if it helps.&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Sabrina&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 17 Oct 2022 07:31:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Node-js-script-in-Talend/m-p/2327791#M97140</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-10-17T07:31:19Z</dc:date>
    </item>
    <item>
      <title>Re: Node js script in Talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Node-js-script-in-Talend/m-p/2327792#M97141</link>
      <description>&lt;P&gt;Hi Sabrina,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for your reply.&lt;/P&gt;&lt;P&gt;From several articles I understood generating a json web token should be required to authenticate the REST APIs  from apple store.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The below video &lt;/P&gt;&lt;P&gt;How to use Apple Store Connect API correctly using node js and JWT:  &lt;/P&gt;&lt;P&gt;https://www.youtube.com/watch?v=2ywnYVrzWC8&amp;amp;t=818s&lt;/P&gt;&lt;P&gt;clearly explained how to generate and authenticate apple store rest api's using node.js . If I get an idea if how I write this script until the token generation in talend then that token would be used in tRestClient to get the data from Rest APIs.&lt;/P&gt;&lt;P&gt;Because If I create a routine it will generate a java file in Talend, and the libraries mentioned in  the above video and the actual java file is different , so I required some support for running a node js file.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sreejith&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 17 Oct 2022 09:10:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Node-js-script-in-Talend/m-p/2327792#M97141</guid>
      <dc:creator>SreejithSL</dc:creator>
      <dc:date>2022-10-17T09:10:49Z</dc:date>
    </item>
    <item>
      <title>Re: Node js script in Talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Node-js-script-in-Talend/m-p/2327793#M97142</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can anybody provide a way to solve this.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Mon, 24 Oct 2022 09:25:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Node-js-script-in-Talend/m-p/2327793#M97142</guid>
      <dc:creator>SreejithSL</dc:creator>
      <dc:date>2022-10-24T09:25:19Z</dc:date>
    </item>
  </channel>
</rss>

