I have an ODB with a table which is an external (linked-to) CSV-file.
I can’t find a way to force the Field-Type settings to be used for that file.
I have a problem with the Field-type determination.
For a certain column, the content may be numeric or text
Example
OK: When for that column in row 4 its text, the field-type is Text[VARCHAR]
OK: When for that column in row 10 its text, the field-type is Text[VARCHAR]
NOK: When for that column in row 270 its text, the field-type is Decimal[DECIMAL]
NOK: When for that column the rows 3301-3310 are text, the field-type is Decimal[DECIMAL]
As a result, in the last two examples, text-values get lost
How can I force the Field-Type ?