Forum Discussion

Dhivya_Aroma1's avatar
Dhivya_Aroma1
New Contributor III
5 years ago

SnapDataException at Oracle Update Snap

Hi Team,

Oracle Update Snap is throwing the below error during runtime.

com.snaplogic.snap.api.SnapDataException: NaN is not valid for column data type: NUMBER.

Would like to know if this a data issue or snap issue.

Thanks,
Dhivya Aroma.

2 Replies

  • Supratim's avatar
    Supratim
    Contributor III

    @Dhivya_Aroma1 This is data issue, looks like you are updating a Number field which is not a number. You might require to use parseInt()/parseFloat() before updating this field.