Option 1. Export out. Delete the record. Import in..... Option 2. Write a ProvideX program to reads and deletes the bad record if you know the key (the key is probably damaged so this probably wont work), Option 3. Read each record and write out only the goods records to a new file, skipping the bad record when a read error is encountered.