Data factory error copying to informix
I have a simple datafactory that reads from a CSV file and writes to an informix table. I have a problem with decimal columns in informix database. I can save integers but when I try to save numbers with decimals I have this error:
ERROR [22018] [Informix][Informix ODBC Driver][Informix]A character to numeric conversion process failed,Source=Microsoft.DataTransfer.Runtime.GenericOdbcConnectors,''Type=System.Data.Odbc.OdbcException,Message=ERROR [22018] [Informix][Informix ODBC Driver][Informix]A character to numeric conversion process failed,Source=iclit09b.dll,'
the CSV contains the number with this format, example:
XX;22.22;xx
If I send the file with this format XX;22,22;xx
Azure gives an error