Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I am trying to read list<String> return from method in dll ,but got error in transforming datatype. Stacktrace is
Exception in component tDotNETRow_1 (DllUtility)
java.lang.NullPointerException
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Unknown Source)
at org.talend.net.Object$Helper.convert(Object.java:141)
at org.talend.net.Object.invokeGeneric(Object.java:517)
at talend_poc.dllutility_0_1.DllUtility.tDotNETRow_1Process(DllUtility.java:721)
at talend_poc.dllutility_0_1.DllUtility.tDotNETInstantiate_1Process(DllUtility.java:403)
at talend_poc.dllutility_0_1.DllUtility.runJobInTOS(DllUtility.java:1096)
at talend_poc.dllutility_0_1.DllUtility.main(DllUtility.java:946)
Please let me know how we can display this list or export in file.
Hi @fdenis
Have you tried tdotnetcomponent in which method returns list type. could not able to find any example like that.
Thanks,
Abhinav