Data factory error copying to informix

Emilio Salas Roura 65 Reputation points
2024-02-27T14:32:22.88+00:00

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

Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
11,624 questions
{count} votes

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.