Releases: fab2s/YaEtl
2.0.3
2.0.2
What's Changed
- Add github ci by @fab2s in #17
- fix YaEtlException ns by @fab2s in #18
- Fix more ns by @fab2s in #19
- Laravel testing by @fab2s in #20
- update badges by @fab2s in #21
- More tests by @fab2s in #22
- More tests by @fab2s in #23
- Allow header override by @fab2s in #24
Full Changelog: 2.0.1...2.0.2
2.0.1
1.1.2
2.0.0
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.
Qualifiers
This release follows NodalFlow's 1.1.x update involving a lot of rewrite with in the end few interface update. Unless you played with Flow increment, you should be fine with your code.
Do not hesitate to ask for insights if you have trouble updating.
This version introduces a new YaEtl Node, the Qualifier Node which should help out to better separate concerns.
Among the new things brought in NodaFlow update is the sendTo()
feature enabling pretty vast new options.
Yay, another Stable Enough ETL
1.0.0 dep update