metafacture / metafacture-core

Core package of the Metafacture tool suite for metadata processing.
https://metafacture.org
Apache License 2.0
69 stars 34 forks source link

Rename decode-string into string-splitter since it does not transform the data into an eventstream but a string #506

Open TobiasNx opened 7 months ago

TobiasNx commented 7 months ago

Decoder usually are turning incoming data into evenstream or xmlstream, but decode-string turns a string into a string. This is confusing. I suggest changing this name into split-string and keep decode-string as alias