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

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Importing java class in Talend

I am using tJavaRow. i want URI class in tJava row. URI class also throw URISyntaxException . how can I use URI.
I want to do this in tJavaRow
URI ur=new URI(input_row.value);
output_row.key = input_row.key;
output_row.value = ur.getHost();
Labels (3)
1 Reply
Anonymous
Not applicable
Author

one more Query---how to skip row in tJavaRow when there is some exception