<?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: Facing issues while creating Talend Component using Talend Component Kit plugin in Intellij in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Facing-issues-while-creating-Talend-Component-using-Talend/m-p/2253771#M148690</link>
    <description>&lt;P&gt;Hello xdshi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for your quick response.!&lt;/P&gt;&lt;P&gt;I followed the instructions given above, still the changes are not reflecting in the component.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 11 Nov 2022 20:15:28 GMT</pubDate>
    <dc:creator>MM7777</dc:creator>
    <dc:date>2022-11-11T20:15:28Z</dc:date>
    <item>
      <title>Facing issues while creating Talend Component using Talend Component Kit plugin in Intellij</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Facing-issues-while-creating-Talend-Component-using-Talend/m-p/2253768#M148687</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to create a Talend component which will convert given input XML file to CSV file.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I created a project in Intellij with Talend Component Kit plugin and followed the steps from this link - &lt;A href="https://talend.github.io/component-runtime/main/1.1.1/tutorial-create-my-first-component.html" target="_blank"&gt;https://talend.github.io/component-runtime/main/1.1.1/tutorial-create-my-first-component.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The component got created&amp;nbsp;in Talend Open Studio as per the instructions given in the link, but when I am trying to add the logic behind the component in the processor file(which contains logic behind the component) or if i am trying to print a value from the logic in the Intellij project and build it so that the changes reflect in the newly created Talend studio component. It is not at all reflecting in the component, nor the value is being printed (used System.out.println() to print a string) after running the component in Talend DI Open Studio.&lt;/P&gt;&lt;P&gt;I also tried to change the icon of the component, even that is not reflecting even after following the instructions from the above link.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any guidance soon will be helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 02 Jan 2026 14:45:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Facing-issues-while-creating-Talend-Component-using-Talend/m-p/2253768#M148687</guid>
      <dc:creator>MM7777</dc:creator>
      <dc:date>2026-01-02T14:45:42Z</dc:date>
    </item>
    <item>
      <title>Re: Facing issues while creating Talend Component using Talend Component Kit plugin in Intellij</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Facing-issues-while-creating-Talend-Component-using-Talend/m-p/2253769#M148688</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Thanks for posting your issue here.&lt;/P&gt;&lt;P&gt;I have reported your issue to our component kit experts and then come back to you as soon as we can.&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;</description>
      <pubDate>Tue, 08 Nov 2022 03:16:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Facing-issues-while-creating-Talend-Component-using-Talend/m-p/2253769#M148688</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-11-08T03:16:18Z</dc:date>
    </item>
    <item>
      <title>Re: Facing issues while creating Talend Component using Talend Component Kit plugin in Intellij</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Facing-issues-while-creating-Talend-Component-using-Talend/m-p/2253770#M148689</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;We got information from our component kit expert that:&lt;/P&gt;&lt;P&gt;According the documentation link, it seems you are using a very outdated framework version.&lt;/P&gt;&lt;P&gt;Latest is 1.49.1. For Studio, see the compatibility matrix here:&lt;/P&gt;&lt;P&gt;&lt;A href="https://talend.github.io/component-runtime/main/latest/compatibility.html#_compatibility_matrix" alt="https://talend.github.io/component-runtime/main/latest/compatibility.html#_compatibility_matrix" target="_blank"&gt;https://talend.github.io/component-runtime/main/latest/compatibility.html#_compatibility_matrix&lt;/A&gt;&lt;/P&gt;&lt;P&gt;If fact, when developing in Intellij, rebuilding the connector won't deploy it to Studio automatically!&lt;/P&gt;&lt;P&gt;You need to deploy it either by deploying the car artifact manually:&lt;/P&gt;&lt;P&gt;java -jar mycomponent.car studio-deploy --location /path/to/my/studio -f&lt;/P&gt;&lt;P&gt;or using the maven goal:&lt;/P&gt;&lt;P&gt;&lt;A href="https://talend.github.io/component-runtime/main/latest/build-tools-maven.html#_deploying_to_the_studio" alt="https://talend.github.io/component-runtime/main/latest/build-tools-maven.html#_deploying_to_the_studio" target="_blank"&gt;https://talend.github.io/component-runtime/main/latest/build-tools-maven.html#_deploying_to_the_studio&lt;/A&gt;&lt;/P&gt;&lt;P&gt;For icons, Studio uses the png format, see custom icons here:&lt;/P&gt;&lt;P&gt;&lt;A href="https://talend.github.io/component-runtime/main/latest/component-defining-custom-icon.html" alt="https://talend.github.io/component-runtime/main/latest/component-defining-custom-icon.html" target="_blank"&gt;https://talend.github.io/component-runtime/main/latest/component-defining-custom-icon.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;The pb with icon is certainly linked to previous issue...&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;</description>
      <pubDate>Tue, 08 Nov 2022 07:33:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Facing-issues-while-creating-Talend-Component-using-Talend/m-p/2253770#M148689</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-11-08T07:33:42Z</dc:date>
    </item>
    <item>
      <title>Re: Facing issues while creating Talend Component using Talend Component Kit plugin in Intellij</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Facing-issues-while-creating-Talend-Component-using-Talend/m-p/2253771#M148690</link>
      <description>&lt;P&gt;Hello xdshi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for your quick response.!&lt;/P&gt;&lt;P&gt;I followed the instructions given above, still the changes are not reflecting in the component.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 11 Nov 2022 20:15:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Facing-issues-while-creating-Talend-Component-using-Talend/m-p/2253771#M148690</guid>
      <dc:creator>MM7777</dc:creator>
      <dc:date>2022-11-11T20:15:28Z</dc:date>
    </item>
    <item>
      <title>Re: Facing issues while creating Talend Component using Talend Component Kit plugin in Intellij</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Facing-issues-while-creating-Talend-Component-using-Talend/m-p/2253772#M148691</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Did you try to deploy it by deploying the car artifact manually or using the maven goal?&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Sabrina&lt;/P&gt;</description>
      <pubDate>Mon, 14 Nov 2022 04:03:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Facing-issues-while-creating-Talend-Component-using-Talend/m-p/2253772#M148691</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-11-14T04:03:08Z</dc:date>
    </item>
    <item>
      <title>Re: Facing issues while creating Talend Component using Talend Component Kit plugin in Intellij</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Facing-issues-while-creating-Talend-Component-using-Talend/m-p/2253773#M148692</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Yes, I tried both the approaches but still it is not working.&lt;/P&gt;&lt;P&gt;Is it possible to connect sometime? as this is a bit urgent.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Mon, 14 Nov 2022 06:09:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Facing-issues-while-creating-Talend-Component-using-Talend/m-p/2253773#M148692</guid>
      <dc:creator>MM7777</dc:creator>
      <dc:date>2022-11-14T06:09:13Z</dc:date>
    </item>
    <item>
      <title>Re: Facing issues while creating Talend Component using Talend Component Kit plugin in Intellij</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Facing-issues-while-creating-Talend-Component-using-Talend/m-p/2253774#M148693</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Please let me know what else I can try.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 17 Nov 2022 04:24:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Facing-issues-while-creating-Talend-Component-using-Talend/m-p/2253774#M148693</guid>
      <dc:creator>MM7777</dc:creator>
      <dc:date>2022-11-17T04:24:20Z</dc:date>
    </item>
    <item>
      <title>Re: Facing issues while creating Talend Component using Talend Component Kit plugin in Intellij</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Facing-issues-while-creating-Talend-Component-using-Talend/m-p/2253775#M148694</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Let me report your issue to our Component Kit experts to see if we could find out your issue.&lt;/P&gt;&lt;P&gt;I will keep you updated to it.&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Sabrina&lt;/P&gt;</description>
      <pubDate>Thu, 17 Nov 2022 07:42:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Facing-issues-while-creating-Talend-Component-using-Talend/m-p/2253775#M148694</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-11-17T07:42:20Z</dc:date>
    </item>
    <item>
      <title>Re: Facing issues while creating Talend Component using Talend Component Kit plugin in Intellij</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Facing-issues-while-creating-Talend-Component-using-Talend/m-p/2253776#M148695</link>
      <description>&lt;P&gt;Hi, &lt;/P&gt;&lt;P&gt;Any update from the experts?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 21 Nov 2022 03:45:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Facing-issues-while-creating-Talend-Component-using-Talend/m-p/2253776#M148695</guid>
      <dc:creator>MM7777</dc:creator>
      <dc:date>2022-11-21T03:45:47Z</dc:date>
    </item>
    <item>
      <title>Re: Facing issues while creating Talend Component using Talend Component Kit plugin in Intellij</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Facing-issues-while-creating-Talend-Component-using-Talend/m-p/2253777#M148696</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Could you please give more information about your environment&amp;nbsp;(component-runtime version, studio version, etc.)?&lt;/P&gt;&lt;P&gt;What's the output of the car deploy command?&lt;/P&gt;&lt;P&gt;Note that the&amp;nbsp;&lt;/P&gt;&lt;P&gt;studio-deploy&lt;/P&gt;&lt;P&gt;&amp;nbsp;should be forced (&lt;/P&gt;&lt;P&gt;-f&lt;/P&gt;&lt;P&gt;) if the connector deployed has the same version already installed in studio. w/o force, it won't deploy it considering that it's already installed.&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Sabrina&lt;/P&gt;</description>
      <pubDate>Mon, 21 Nov 2022 03:56:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Facing-issues-while-creating-Talend-Component-using-Talend/m-p/2253777#M148696</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-11-21T03:56:38Z</dc:date>
    </item>
    <item>
      <title>Re: Facing issues while creating Talend Component using Talend Component Kit plugin in Intellij</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Facing-issues-while-creating-Talend-Component-using-Talend/m-p/2253778#M148697</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you're trying to work on files (i.e. have 2 fields for the 2 files) you're most likely better to use DriverRunner rather than a processor.&lt;/P&gt;&lt;P&gt;https://talend.github.io/component-runtime/main/latest/component-define-standalone.html &lt;/P&gt;&lt;P&gt;The processor expects an incoming / outgoing row and schema.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If your goal is to read an XML file that's an Input component. Writing to a file in CSV format is an Output component. Converting the XML to Record is done at the Input.&lt;/P&gt;&lt;P&gt;Or you could use a Raw Input in studio and pass the XML content which would generate a schema to be written out via tFileOutputDelimited.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;  Balázs&lt;/P&gt;</description>
      <pubDate>Fri, 02 Dec 2022 15:08:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Facing-issues-while-creating-Talend-Component-using-Talend/m-p/2253778#M148697</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-12-02T15:08:23Z</dc:date>
    </item>
  </channel>
</rss>

