October 2013
Beginner to intermediate
270 pages
5h 41m
English
The following table is a set of Java and Talend methods that allow conversion between different data types. This is by no means an exhaustive list, but will cover many of type conversions that you will encounter.
|
From Type |
To Type |
Example |
|---|---|---|
|
String |
Integer |
|
|
String |
Date |
|
|
String |
BigDecimal |
|
|
String |
Float |
|
|
String |
Long |
|
|
Integer |
String |
variable+"" or |
|
Date |
String |
|
|
BigDecimal |
String |
|
Read now
Unlock full access