04-10-23 02:59 PM
Hi i try to write into collection this value but they show me this message : Internal : Unable to cast value '59,95 DH' to a number data item
04-10-23 03:52 PM
04-10-23 04:05 PM
04-10-23 05:23 PM
Hi Mohammed Amine Kassimi,
For me it looks valid exception so the data is "59.95 DH". Here "DH is not a number , so it is expected expectation, so in order to avoid this based on your requirment you can remove "DH" before converting to number.
05-10-23 05:06 AM
Hello Mohammed,
You will need to clean non-numeric characters before inserting the data, if the character is always known use replace, you can also use regex to ensure that only the desired string in the desired format will be extracted.
Regards,