Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

tXMLRPCInput return String instead of Array

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,

Labels (4)
0 Replies