Import action Sensitive Data
I’d like to use the Import action in Filament 3.1, but I’ll be submitting sensitive data. I don’t want the raw CSV to be stored in the database or written to disk. The plan is to process the data and then store only the encrypted result in the database.
Is it possible to keep the CSV contents in memory without writing the file to disk?
Also, does Filament persist any part of the CSV data in the queue_batches, notifications, or imports tables during the import process?
Is it possible to keep the CSV contents in memory without writing the file to disk?
Also, does Filament persist any part of the CSV data in the queue_batches, notifications, or imports tables during the import process?