wizacode/php-etl

Use constants

Closed this issue · 1 comments

Experience of development using this library has shown the redundancy of usage of keys, like for instance 'columns', 'delimiter'...
The idea would be to use define and use constants for that.

What about an Options Enum that would centralized all these keywords ?