11-02-2020 03:18 AM
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.
11-02-2020 09:50 PM
@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.
11-04-2020 07:23 AM
Hi @Supratim, Thanks for the update. Sure will try this function to fix the issue.