filament-import
filament-import copied to clipboard
why import must use a template when you can import all files dynamically?
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. Release notes Sourced from actions/checkout's releases. v4.0.0 What's Changed Update default runtime to node20 by @takost in actions/checkout#1436 Support fetching without the --progress option...
Bumps [ramsey/composer-install](https://github.com/ramsey/composer-install) from 1 to 2. Release notes Sourced from ramsey/composer-install's releases. 2.0.0 Added Use --prefer-stable with lowest dependencies (#178) Allow use of a custom cache key (#167) Allow ability...
Whenever I upload any csv and xlsx and map the columns then click Submit, it always shows this message The must be a file of type: application/vnd.ms-excel, application/vnd.openxmlformats-officedocument.spreadsheetml.sheet, text/csv, text/plain,...
## Proposed changes When an importing a CSV containing a column heading containing a number, for example `photo_damage_1`, the heading was being mutated to become `photo_damage_`. Issue was tracked down...
If a cell has a value of any number that generate by an expression like this `=RANDBETWEEN(100,500)` or `=B10+10` then the value it catch is =RANDBETWEEN(100,500) not the actual number....
I have a deploy in railway, when I try to upload a file I ge this error: Failed to load resource: the server responded with a status of 401 ()...
## Proposed changes Currently the first field can never be matched due to array_search returning 0 as the key which is then interpreted as falsish. This is mentioned in the...
Hi ! :vulcan_salute: After using this plugin, I face a problem. I need to import data and assign it to a `belongsToMany` relation, but on importing my xlsx file, only...
Hey! First off - great package! It's saved us a lot of upfront time when importing excel spreadsheets. We have began to notice an issue when a spreadsheet is modified...
While issuing `composer require konnco/filament-import` I received this message ``` Problem 1 - Root composer.json requires konnco/filament-import ^1.4 -> satisfiable by konnco/filament-import[1.4.0]. - konnco/filament-import 1.4.0 requires psr/simple-cache ^2.0 -> found...