leomarquine / php-etl

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

Pull request replace transformer #23

Closed Naelpuissant closed 4 years ago

Naelpuissant commented 5 years ago

Hey !

Just add a replace transformer ! You can use a preg or a str replace as you need (by using the type option just like you did with trim). Then just fill search and replace option. You can select only one column to be searched.

Thank you for your work, it helped me a lot :)

sekjal commented 4 years ago

This is more robust than the one I implemented for myself.... I would recommend merging.