Skip to main content
Announcements
A fresh, new look for the Data Integration & Quality forums and navigation! Read more about what's changed.
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

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

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.