Currently when importing from CSV you just select a file and press import.
I'd suggest making a popup which lists the first 10 lines of the CSV file and requests the user to accept(press ok) to import the file.
This will allow the user to notice if he selected a wrong csv and potentially avoid importing alot of test requirements from a file which may contain something completely different.
E.g. a dataset with a million lines of financial data.