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

Announcements
Join us in NYC Sept 4th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
smunagala1615566132
Contributor
Contributor

Print large string in tJavaRow

Hi Team,

I have a string (insString) length of 162044. But the maximum length that can get printed in Talend is around 43000 so thats why we were not able to print this string.

It used to work fine in "Talend Open Studio for BIgData v7.3.1" but when we upgraded this to v8.0.1 it's not working.

Can someone help if there is any solution for this.

Here is the code:

   globalMap.put("insString",row9.ins_string);

   System.out.println(" Admin Alias and Employer Alias strings are: "+globalMap.get("insString"));

Thanks,

Srini

Labels (4)
2 Replies
SamuelLenk
Contributor
Contributor

I cannot reproduce what you are saying. For me it works to print a string of that length (162044) in a tJavaRow:

0695b00000fIYyPAAW.pngPlease verify with null != str and str.length() etc. if you indeed have that value there (-;

jlolling_kloeckner
Contributor
Contributor

Why do you want to print such huge string? What about handover this content via a file?