Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
I cannot reproduce what you are saying. For me it works to print a string of that length (162044) in a tJavaRow:
Please verify with null != str and str.length() etc. if you indeed have that value there (-;
Why do you want to print such huge string? What about handover this content via a file?