New archived content: Talend MDM, Talend Data Catalog 8.0, and Talend 7.3 products reached their end of life in 2024. Their documentation was moved to the Talend Archive page and will no longer receive content updates.
Connect tRESTRequest to tJavaRow using the Row > UserInfo
connection.
Double-click tJavaRow in the design
workspace to display its Basic settings
view.
Enter the following code in the Code box
to convert the message into Document type and print it in the
console.
String result = new String(input_row.id,0,input_row.id.length);
routines.system.Document doc = new routines.system.Document();
doc.setDocument(org.dom4j.DocumentHelper.parseText(result));
output_row.id = doc;
System.out.println(result);
Did this page help you?
If you find any issues with this page or its content – a typo, a missing step, or a technical error – please let us know!