CSV Event
This new releases introduces Symfony Events from NodalFlow 1.1.2.
It comes with a ProgressBarSubscriber
to display ETL progress in CLI. This deprecates the old Callback way, but preexisting callback classees will work just as expected, see : https://github.com/fab2s/YaEtl/docs/events.md
This version as well introduces CSV loader and extractor, together with many file manipulation features such as BOM handling: https://github.com/fab2s/YaEtl/docs/citizens.md
It introduces the use of OpinHelpers to handles BOMs and File Locking. With bcmath
and mb_strings
you can start using OpinHelpers's Math
, Utf8
and Strings
which should prove useful in many data processing operations.