Hello! I don't have a DateTime column at all in my code but when I try to import the fitting .CSV file I get this error code.
I doesen't make sense why it tries to evaluate the file into type DateTime when i declared is as text[2000].
My import has empty rows but I added into each column "MinOccurs = Zero;".
Full error looks like this: The value "">eur-lex.europa.eu/.../LexUriServ.do can't be evaluated into type DateTime.
Is it because of the uri for it to think it is a dateTIme? Even when I declared it as Text?