Hi, I wonder if it should be up to the database to ensure clean and correctly > formatted data.
Yes, the database can't ensure clean data. However, I understand it's frustrating if you run an import (of multiple GB of data), and then after many hours it throws an exception and fails, because there is a typo somewhere at the end of the CSV file. You then have to fix the typo (1 minute work or so), but you have to redo the whole import, waisting many hours of work. I think it would be a nice feature if the import would continue, but flag the invalid lines for review. > Like you already pointed out there is always the option of implementing a > custom importer. That wouldn't solve the problem here. Regards, Thomas -- You received this message because you are subscribed to the Google Groups "H2 Database" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/h2-database?hl=en.
