We use Effort with the CsvDataLoader in our integration tests. After adding a new data file we got an exception.
On the forum every thread ended with something like “my bad” or “never mind”. Looking closer to my csv file showed the error: a typo in the header. The header contains the fields and they must match the fields in the table. After correcting the column header to dentDatabaseKey everything worked again.