Well I think issue lies in the formating and encoding of the seed phrases. firstly the angle brackets (< and >) are likely what's causing the checksum error. And i think it's because the both characters are not part of the BIP39 wordlist.
What recovery tool are you making use of op? the asterisk (*) might be a some kind of prefix indicating compression or even encryption so you need to check if your wallet or recovery tool supports this format
Also note that BIP39 seeds follow a specific order so If the words are valid but in the wrong order, the checksum will still fail.
Also check if they were stored in UTF-8 encoding format that may be an issue too.
For anyone to know what is going on, you need to first explain what this CSV file is, where it came from, who generated it and how?!
Exactly I'm pretty much just trying to guess the problem. Op should provide more information on his encoding format and the recovery tool he's attempting to use.