I have a probleme with convertion String. In fact i would like to convert a string 022451547. The result with method "new BigDecimal" is 22451547. I lose a zero in begin. I search in google and talend forum but I have not found. Have you a solution ? Thanks in advance,
Leading zeroes are not stored in numeric data types. If you need them for display purposes, there are formatting functions you can use, but if you need them for comparison purposes, you'll have to stick to strings.