Saturday, 5 May 2007

Bug: Excel CSV import overwrite protection treated as parse error

When importing Excel CSV records, records which were not imported because they would overwrite records already in the database (when the ``Allow overwrite'' box is not checked) were handled as if they didn't parse and were passed down the chain to the Palm and native CSV import parsers. I added a flag to indicate a record was rejected due to a conflict with preexisting data which prevents this from happening.

No comments: