Dear i try to laod a txt file with bigdecimal value like "-11368683772161603e-29". I receive an error like this The constructor BigDecimal(BigDecimal) is undefined. I try to load as string and convert to BigDecimal but same error. regards Marc
Which version of talend are you using? Check your code and see whether the big decimal class is imported. Check for Code : "import java.math.BigDecimal;"