© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
FilamentF
Filament•2y ago•
4 replies
ddoddsr

importer resolveRecord() not running?

According to the docs , the function
 resolveRecord()
 resolveRecord()
runs for each line in the CSV file. It is not running for me.
public function resolveRecord(): ?AppType
{
    logger('resolveRecord()');
    return new AppType();
}
public function resolveRecord(): ?AppType
{
    logger('resolveRecord()');
    return new AppType();
}

I am getting a record for each line in the CSV. but itis not logging.
Solution
The import is running on the queue, right? Did you restart the queue worker after making that change?
Jump to solution
Filament banner
FilamentJoin
A powerful open source UI framework for Laravel • Build and ship admin panels & apps fast with Livewire
20,307Members
Resources

Similar Threads

Was this page helpful?
Recent Announcements

Similar Threads

Access the current tenant in the importer resolveRecord() method
FilamentFFilament / ❓┊help
2y ago
Importer Not Working
FilamentFFilament / ❓┊help
2y ago
Weird Importer
FilamentFFilament / ❓┊help
6mo ago
Importer issue
FilamentFFilament / ❓┊help
6mo ago