wwwision/import-service
composer require wwwision/import-service
Generic service for importing data from different sources to configurable targets such as the Neos Content Repository or an arbitrary database table
dev-main
Readme excerpt
Wwwision.ImportServiceNeos Flow package for importing data from different sources to configurable targets such as the Neos Content Repository or an arbitrary database table
Usage SetupInstall this package using composer via
composer require wwwision/import-service Define an Import PresetAdd some Import Preset configuration to your projects Settings.yaml, for example:
Wwwision: ImportService: presets: 'some-prefix:some-name': source: className: 'Wwwision\ImportService\DataSource\HttpDataSource' options: endpoint: 'https://some-endpoint.tld/data.json' target: className: '…Read more
The same vendor provides 31 package(s).