Hi TXD community:
In ODX server we have built a CData data source connection with CSV 2023 provider. Kindly see the connection details below.
The synchronization went successfully but the transfer task completed with one error and one warning.
The error is :”System.Data.CData.CSV.CSVException (0x80004005): 0500] Could not execute the specified command: Unable to translate bytes yE1] at index 3790 from specified code page to Unicode.” This error appears due to a strange character in a string ”Nicolás” in the source file and it shows as UTF-8 as below
, as you can see from the connection details we have setup UTF-8 charset. So I have tried to ANSI charset but get the error “System.Data.CData.CSV.CSVException (0x80004005): i500] Could not execute the specified command: 500 -- 'ANSI' is not a supported encoding name. For information on defining a custom encoding, see the documentation for the Encoding.RegisterProvider method.” Do you know the valid encoding in this case or where is the document that it is referring to?
And the warning “The table folder 'csv_kronos.csv' is used by another table with the id faebce67-3f54-456c-b1d1-43a692487a58” This warning is always appearing somehow even without strange characters in the data source.
By any chance have you encountered similar issues or know how to fix them?
Thank you in advance!