<?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 Passing Parameter to DotNet Library Method in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Passing-Parameter-to-DotNet-Library-Method/m-p/2359546#M124308</link>
    <description>&lt;P&gt;&lt;FONT color="#000000" face="Calibri"&gt;Hi,&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#000000" face="Calibri"&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#000000" face="Calibri"&gt;I am trying to interact with my .Net library method. Instead of passing multiple parameters to the .Net method I want to pass only one parameter which will contain the columns of the input row s shown in the attachment where we are passing multiple parameters (Name, Age) in the format mentioned below&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#000000" face="Calibri"&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#000000" face="Calibri"&gt;input_row.Name&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#000000" face="Calibri"&gt;input_row.Age&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#000000" face="Calibri"&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#000000" face="Calibri"&gt;Instead of above mentioned technique I tried to pass only one parameter by mentioning only “input_row” but got an error. “Object reference not set to instance of an object”.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#000000" face="Calibri"&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#000000" face="Calibri"&gt;Can any one please tell me if its possible?&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#000000" face="Calibri"&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#000000" face="Calibri"&gt;Regards&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#000000" face="Calibri"&gt;Tarunjit Singh&lt;/FONT&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 14 Feb 2018 06:49:48 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2018-02-14T06:49:48Z</dc:date>
    <item>
      <title>Passing Parameter to DotNet Library Method</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Passing-Parameter-to-DotNet-Library-Method/m-p/2359546#M124308</link>
      <description>&lt;P&gt;&lt;FONT color="#000000" face="Calibri"&gt;Hi,&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#000000" face="Calibri"&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#000000" face="Calibri"&gt;I am trying to interact with my .Net library method. Instead of passing multiple parameters to the .Net method I want to pass only one parameter which will contain the columns of the input row s shown in the attachment where we are passing multiple parameters (Name, Age) in the format mentioned below&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#000000" face="Calibri"&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#000000" face="Calibri"&gt;input_row.Name&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#000000" face="Calibri"&gt;input_row.Age&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#000000" face="Calibri"&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#000000" face="Calibri"&gt;Instead of above mentioned technique I tried to pass only one parameter by mentioning only “input_row” but got an error. “Object reference not set to instance of an object”.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#000000" face="Calibri"&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#000000" face="Calibri"&gt;Can any one please tell me if its possible?&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#000000" face="Calibri"&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#000000" face="Calibri"&gt;Regards&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#000000" face="Calibri"&gt;Tarunjit Singh&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 14 Feb 2018 06:49:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Passing-Parameter-to-DotNet-Library-Method/m-p/2359546#M124308</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-02-14T06:49:48Z</dc:date>
    </item>
    <item>
      <title>Re: Passing Parameter to DotNet Library Method</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Passing-Parameter-to-DotNet-Library-Method/m-p/2359547#M124309</link>
      <description>&lt;P&gt;absolutely correct error&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;if You want send only one parameter - You must first prepare it&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;as variant use tJavaFlex, and define new parameter - as string, json or etc what accepted by Your service&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;output_row.parameter=input_row.name+";"+input_row.age;&lt;/PRE&gt;</description>
      <pubDate>Wed, 14 Feb 2018 10:59:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Passing-Parameter-to-DotNet-Library-Method/m-p/2359547#M124309</guid>
      <dc:creator>vapukov</dc:creator>
      <dc:date>2018-02-14T10:59:16Z</dc:date>
    </item>
    <item>
      <title>Re: Passing Parameter to DotNet Library Method</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Passing-Parameter-to-DotNet-Library-Method/m-p/2359548#M124310</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for the answer.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But the method which you are saying doesn't sound an optimal method. Because as per my requirements there could be up to 50 fields which I may need to send to my DOTNET Library and creating a single string with some delimiter doesn't sound&amp;nbsp;an optimal way. As I will have to split all&amp;nbsp;the fields and then process them.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can't we send single object to the DotNet library. This&amp;nbsp;object I am expecting is to have all the fields that I need to pass.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 15 Feb 2018 06:10:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Passing-Parameter-to-DotNet-Library-Method/m-p/2359548#M124310</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-02-15T06:10:21Z</dc:date>
    </item>
    <item>
      <title>Re: Passing Parameter to DotNet Library Method</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Passing-Parameter-to-DotNet-Library-Method/m-p/2359549#M124311</link>
      <description>&lt;P&gt;I not 100% sure, what are You mean for "object"&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;but just few standard ways inter application / technologies exchange:&lt;/P&gt; 
&lt;P&gt;- string&lt;BR /&gt;- JSON&lt;/P&gt; 
&lt;P&gt;- XML&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Talend is Java, .NET is .. .NET &lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MACn.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/154443iC5B8CACEF3D12C6A/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MACn.png" alt="0683p000009MACn.png" /&gt;&lt;/span&gt;&lt;BR /&gt;before send something - need create something standard for both technology, sender must create it, receiver parse&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt; 
&lt;P&gt;other way - You can create any code in Java for work with Your .NET service&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 15 Feb 2018 06:17:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Passing-Parameter-to-DotNet-Library-Method/m-p/2359549#M124311</guid>
      <dc:creator>vapukov</dc:creator>
      <dc:date>2018-02-15T06:17:48Z</dc:date>
    </item>
    <item>
      <title>Re: Passing Parameter to DotNet Library Method</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Passing-Parameter-to-DotNet-Library-Method/m-p/2359550#M124312</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Just for your information by DotNet Object I mean creating a class with two or more properties. Then creating object of that class filling the properties with Data and then passing that DotNet object to Talend.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;But as Talend is in Java it can't understand the DotNet Object. &lt;EM&gt;&lt;STRONG&gt;Please confirm if am right or wrong.&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I think I got your point.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Did you mean If&amp;nbsp;I have&amp;nbsp;to exchange data between my DotNet library and Talend? Then that could be done only following 3 means&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;a. String or Integer&lt;/P&gt; 
&lt;P&gt;b. XML&lt;/P&gt; 
&lt;P&gt;c. JSON&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 15 Feb 2018 12:29:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Passing-Parameter-to-DotNet-Library-Method/m-p/2359550#M124312</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-02-15T12:29:52Z</dc:date>
    </item>
    <item>
      <title>Re: Passing Parameter to DotNet Library Method</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Passing-Parameter-to-DotNet-Library-Method/m-p/2359551#M124313</link>
      <description>&lt;P&gt;Yes, If You want to exchange data with external system, You need use one of formats&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;of course it could be files as well&lt;/P&gt;</description>
      <pubDate>Thu, 15 Feb 2018 21:44:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Passing-Parameter-to-DotNet-Library-Method/m-p/2359551#M124313</guid>
      <dc:creator>vapukov</dc:creator>
      <dc:date>2018-02-15T21:44:22Z</dc:date>
    </item>
  </channel>
</rss>

