Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello,
I am using tXMLRPCInput to connect to an API. The output type of the only column is "Object" .
The API method should return an Array, but i only get a String like "[Ljava.lang.Object;@3578436e"
I tried to use tMap to call a routine, like the user hsm(flxcore) in this topic : https://www.talendforge.org/forum/viewtopic.php?id=12167
public static String getName(Object p){ return "toString: "+p.toString()+" getClass: "+p.getClass(); }
The return is :
toString: [Ljava.lang.Object;@3578436e getClass: class java.lang.String
Best regards,