CSV Import module error - not reading filled in cells

I keep having trouble with the CSV Import module where the fields aren’t being imported. For instance, the Title from my csv isn’t loading into the item. I’m using a Resource Template for this, and it used to work fine until about 3 or so months ago. I get an error that the Template requires a field that is filled out. When I have it continue on error then the Item is missing almost all fields. The latest error log shows this:

Validation exception: exception ‘Omeka\Api\Exception\ValidationException’ in /var/www/omeka/application/src/Api/Adapter/AbstractEntityAdapter.php:662
Errors:
{
“o:resource_template_property”: [
“The "Library" resource template requires a "Publisher" value”,
“The "Library" resource template requires a "Date" value”
]
}
Stack trace:
#0 /host/modules/BulkImport/src/Processor/AbstractResourceProcessor.php(897): Omeka\Api\Adapter\AbstractEntityAdapter->hydrateEntity()
#1 /host/modules/BulkImport/src/Processor/AbstractResourceProcessor.php(713): BulkImport\Processor\AbstractResourceProcessor->checkEntityViaHydration()
#2 /host/modules/BulkImport/src/Processor/ResourceProcessor.php(1432): BulkImport\Processor\AbstractResourceProcessor->checkEntity()
#3 /host/modules/BulkImport/src/Processor/AbstractResourceProcessor.php(619): BulkImport\Processor\ResourceProcessor->checkEntity()
#4 /host/modules/BulkImport/src/Job/ImportTrait.php(712): BulkImport\Processor\AbstractResourceProcessor->checkResource()
#5 /host/modules/BulkImport/src/Job/ImportTrait.php(364): BulkImport\Job\Import->prepareFullRun()
#6 /host/modules/BulkImport/src/Job/Import.php(151): BulkImport\Job\Import->process()
#7 /var/www/omeka/application/src/Job/DispatchStrategy/Synchronous.php(34): BulkImport\Job\Import->perform()
#8 /host/modules/Log/src/Job/Dispatcher.php(82): Omeka\Job\DispatchStrategy\Synchronous->send()
#9 /var/www/omeka/application/data/scripts/perform-job.php(66): Log\Job\Dispatcher->send()
#10 {main}

The error message you posted is from the BulkImport module. Are you using BulkImport or CSVImport?

You’re right, I’m using BulkImport (with a CSV file). I mixed up the module names.

Just to clarify - I am still having this error with BulkImport. Any ideas? Thanks!