Releases: fastbolt/entity-importer
Releases · fastbolt/entity-importer
Add current import row to item modifier callable
v0.2.2 Add current import row as second argument to item modifier callable (…
Add current import row to field converter factories
v0.2.1 Add current import row as second argument to field converter factorie…
Support for importing XLSX files
6 support importing from xlsx files (#10) * WIP: XLSX import, affects issue fastbolt/entity-importer#6 * XLSX import working * Change composer version constraint for fastbolt/test-helpers * Ignore platform reqs in psalm action * Add psalm template-implements for ReaderInterface.php * Add psalm @extends for ReaderInterface.php * extend symfony extension configuration * extend symfony extension configuration * fix unit tests * Psalm issues * Psalm issues * Remove unused use statement Co-authored-by: Daniel Hirtzbruch <[email protected]>
v0.1.1: Throw error if input file format is not matched (#5)
* Throw error if input file format is not matched * Remove tests directory from psalm checks for now
v0.1.0
Fix wrong code coverage link in readme file (#3) Fix wrong coverage link