cancel
Showing results forย 
Search instead forย 
Did you mean:ย 

SnapDataException at Oracle Update Snap

Dhivya_Aroma1
New Contributor III

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 2

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.

Hi @Supratim, Thanks for the update. Sure will try this function to fix the issue.