leomarquine / php-etl

Extract, Transform and Load data using PHP.
MIT License
178 stars 81 forks source link

Add customizer collumn #13

Closed Claonilton closed 5 years ago

Claonilton commented 6 years ago

Hi, need customizer with one collumn in php-etl with my configuration Extract, is possible?

Example In Model with Xml: 'organization'=>'parameter[0]', 'field01'=>'field01', 'field02'=>'field02' ... organization not exist in my XML, is customizer is possible?

leomarquine commented 5 years ago

You can create a custom transformer that pushes the organization field to the data flow.