MasterRacker
New member
I'm using Access 2007 with a 2002-2003 mdb.
I'm testing a few things to develop data cleanup tool. I have a CSV file that was exported from Excel. (I can't directly link to Excel: thread181-1489289) The first column is called "Incident" and contains data such as "200800010423", "200800010406", etc.
If I manually import into a new table, specifying text as the data type for that column, the data imports perfectly. I then did a DELETE *.... on that table to clear it and preserve the structure. I then tried to import the data again (same source file), this time into the existing table and every row fails on a type conversion error.
Especially as I'm sourcing from a CSV and importing to a text field, what could possibly cause this?
_____
Jeff
[small][purple]It's never too early to begin preparing for [/purple]International Talk Like a Pirate Day
"The software I buy sucks, The software I write sucks. It's time to give up and have a beer..." - Me[/small]
I'm testing a few things to develop data cleanup tool. I have a CSV file that was exported from Excel. (I can't directly link to Excel: thread181-1489289) The first column is called "Incident" and contains data such as "200800010423", "200800010406", etc.
If I manually import into a new table, specifying text as the data type for that column, the data imports perfectly. I then did a DELETE *.... on that table to clear it and preserve the structure. I then tried to import the data again (same source file), this time into the existing table and every row fails on a type conversion error.
Especially as I'm sourcing from a CSV and importing to a text field, what could possibly cause this?
_____
Jeff
[small][purple]It's never too early to begin preparing for [/purple]International Talk Like a Pirate Day
"The software I buy sucks, The software I write sucks. It's time to give up and have a beer..." - Me[/small]