Error Executing SQL while using Import CSV to database v6

Certified Associate Developer

Hi 

While using Import CSV to database, i am facing this issue,

Error message : Error executing SQL.

Can any one help me with the solution
Thanks in Advance

  Discussion posts and replies are publicly visible

Parents Reply Children
  • 0
    Certified Associate Developer
    in reply to surjitg

    Hey thanks man, error message from system log helped me to solve the issue, actually its because of the length of the field.
    I have increased the length and its working.
    But now another issue came up, 

    java.lang.NumberFormatException: For input string."100000000394793"

    the number above is the number from the csv file from the first line.
    FYI smart service is working for the other file actually, and these two files are similar one
    do you have any idea on this.
    Thanks.

  • it seems it is not able to parse the content from excel to integer/number. Are there trailing or leading spaces. Check the data types in table field. I would prefer to change that to text for easy parsing.