<?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: tDotNETRow - how do I process List&amp;lt;String&amp;gt; returned from method call? in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/tDotNETRow-how-do-I-process-List-lt-String-gt-returned-from/m-p/2347793#M115000</link>
    <description>&lt;P&gt;Hi @Aiming Chen​&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for your reply. I have tried already List, Document, Object etc... but I'm  getting java.lang.NullPointerException.&lt;/P&gt;&lt;P&gt;I have tried every settings inc. Return instance and without with List, string, object data type as returned column and when trying return array I'm getting java.lang.NullPointerException.&lt;/P&gt;&lt;P&gt;I can return string but I can not return string[] or List&amp;lt;String&amp;gt; from c#.&lt;/P&gt;&lt;P&gt;The link you have provided is only for string as return type.&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Luka&lt;/P&gt;</description>
    <pubDate>Mon, 05 Jun 2023 11:20:57 GMT</pubDate>
    <dc:creator>luka2</dc:creator>
    <dc:date>2023-06-05T11:20:57Z</dc:date>
    <item>
      <title>tDotNETRow - how do I process List&lt;String&gt; returned from method call?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tDotNETRow-how-do-I-process-List-lt-String-gt-returned-from/m-p/2347791#M114998</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;I'm trying to use tDotNetRow to call method that is returning List&amp;lt;String&amp;gt; or I can return String[] and later user output in javaRow but I can not parse into a Array returned object.&lt;/P&gt;&lt;P&gt;I have tried to tick box for returning instance of .NET object and I'm getting back object but I do not think that is my value only instance of that class.&lt;/P&gt;&lt;P&gt;Does anyone know if its possible to return List&amp;lt;T&amp;gt; or just  String,int,bool etc. values ? How Can I parse that object to correct array ?&lt;/P&gt;&lt;P&gt;Thank you for any help in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 15 Nov 2024 21:43:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tDotNETRow-how-do-I-process-List-lt-String-gt-returned-from/m-p/2347791#M114998</guid>
      <dc:creator>luka2</dc:creator>
      <dc:date>2024-11-15T21:43:58Z</dc:date>
    </item>
    <item>
      <title>Re: tDotNETRow - how do I process List&lt;String&gt; returned from method call?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tDotNETRow-how-do-I-process-List-lt-String-gt-returned-from/m-p/2347792#M114999</link>
      <description>&lt;P&gt;Hello @Luke S​&amp;nbsp;,&lt;/P&gt;&lt;P&gt;Could you please try to add a column with type=List( it depends on the .net object type) in the tDotNetRow component's schema and setup the '&lt;B&gt;Output value target column&lt;/B&gt;' to this column ,then use tLogRow to output the column for test  as the below, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;please refer to the article https://help.talend.com/r/en-US/8.0/dotnet/tdotnetinstantiate-tdotnetrow-tlogrow-tdotnetrow-tlogrow-configuring-tdotnetrow-standard-component&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0695b00000hti3GAAQ.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/130436iA8CADE0FEE2EF3B6/image-size/large?v=v2&amp;amp;px=999" role="button" title="0695b00000hti3GAAQ.png" alt="0695b00000hti3GAAQ.png" /&gt;&lt;/span&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Aiming&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 05 Jun 2023 01:50:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tDotNETRow-how-do-I-process-List-lt-String-gt-returned-from/m-p/2347792#M114999</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-06-05T01:50:09Z</dc:date>
    </item>
    <item>
      <title>Re: tDotNETRow - how do I process List&lt;String&gt; returned from method call?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tDotNETRow-how-do-I-process-List-lt-String-gt-returned-from/m-p/2347793#M115000</link>
      <description>&lt;P&gt;Hi @Aiming Chen​&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for your reply. I have tried already List, Document, Object etc... but I'm  getting java.lang.NullPointerException.&lt;/P&gt;&lt;P&gt;I have tried every settings inc. Return instance and without with List, string, object data type as returned column and when trying return array I'm getting java.lang.NullPointerException.&lt;/P&gt;&lt;P&gt;I can return string but I can not return string[] or List&amp;lt;String&amp;gt; from c#.&lt;/P&gt;&lt;P&gt;The link you have provided is only for string as return type.&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Luka&lt;/P&gt;</description>
      <pubDate>Mon, 05 Jun 2023 11:20:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tDotNETRow-how-do-I-process-List-lt-String-gt-returned-from/m-p/2347793#M115000</guid>
      <dc:creator>luka2</dc:creator>
      <dc:date>2023-06-05T11:20:57Z</dc:date>
    </item>
  </channel>
</rss>

