All Downloads are FREE. Search and download functionalities are using the official Maven repository.

stream.data.TrimKeys.md Maven / Gradle / Ivy

There is a newer version: 0.9.10
Show newest version
TrimKeys
========

This operator removes leading and trailing whitespaces from all
keys of a data item, i.e. the item

     x1  =1.0

will be transformed to

     x1=1.0

as the key "` x1  `" will be renamed to "`x1`" (without the quotes).




© 2015 - 2024 Weber Informatics LLC | Privacy Policy