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

Announcements
See why IDC MarketScape names Qlik a 2025 Leader! Read more
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Talend data types maximum length

what is the maximum length allowed for below data types:

 

boolean
Byte
byte[]
Character
Date
Double
float
BigDecimal
Integer
Long
Object
Short
String
List
Document

Labels (2)
1 Solution

Accepted Solutions
TRF
Champion II
Champion II

Here is an answer for primitive data types https://docs.oracle.com/javase/tutorial/java/nutsandbolts/datatypes.html.
You may also have a look at zetcode.com (http://zetcode.com/lang/java/datatypes/) or tutorialspoint.com (https://www.tutorialspoint.com/java/java_basic_datatypes.htm) and many others for details, explainations and examples especially for reference and object data types like BigDecimal.

View solution in original post

1 Reply
TRF
Champion II
Champion II

Here is an answer for primitive data types https://docs.oracle.com/javase/tutorial/java/nutsandbolts/datatypes.html.
You may also have a look at zetcode.com (http://zetcode.com/lang/java/datatypes/) or tutorialspoint.com (https://www.tutorialspoint.com/java/java_basic_datatypes.htm) and many others for details, explainations and examples especially for reference and object data types like BigDecimal.