One approach is to link to the csv file as a table (or tables) then query what you need into a table(s) that has the proper field data types. So if the csv field is text (e.g. $1.00 as text) when you query that into the db table in the Currency field (because that would be the field data type you would have used) it should work. As long as the text conforms to the table field data type you should be ok. If a csv field is 1.25 (again, it is text) and you try to put in in an integer field it will fail because integers cannot contain decimal portions.
Last edited by Micron; 07-15-2024 at 02:14 PM.
Reason: clarification
The more we hear silence, the more we begin to think about our value in this universe.
Paraphrase of Professor Brian Cox.