https://github.com/thesandlord/logpipe
For example, this uses datamash (https://www.gnu.org/software/datamash/) to sum column 2 of a CSV ("-t,"), then log the output:
datamash -t, sum 2 < stuff.csv | logger
Bonus: In depth code review for this package: https://youtu.be/c5ufcpTGIJM
For example, this uses datamash (https://www.gnu.org/software/datamash/) to sum column 2 of a CSV ("-t,"), then log the output: