mike_felis
mike_felis
FFilament
Created by mike_felis on 12/19/2024 in #❓┊help
Is it possible to empty the table before ImportAction?
I am trying to import data from CSV to a table using ImportAction on a table. Is it possible to empty the table before importing? In other words, I want to do a delete-insert.
2 replies
FFilament
Created by mike_felis on 12/17/2024 in #❓┊help
What settings are required to ImportAction for TSV (Tab Separated Value) files?
I have set the delimiters as shown in the code below, but the header is shown as connected on the screen for selecting columns.
ImportAction::make()
->importer(ProductImporter::class)
->csvDelimiter("\t")
ImportAction::make()
->importer(ProductImporter::class)
->csvDelimiter("\t")
2 replies