This package aims at integrating the json extractor and loader into the
Pipeline stack.
The tools in this library will produce executable PHP sources, using an intermediate Abstract Syntax Tree from nikic/php-parser. This intermediate format helps you combine the code produced by this library with other packages from Middleware.
composer require php-etl/json-plugin
Example of a config file. Reads input.jsonld
, writes output.jsonld
, logs error in system's stderr.
json:
extractor:
file_path: 'input.jsonld'
# loader:
# file_path: 'output.jsonld'
logger:
type: stderr