Yes, daffodil can be used via its command line interpreter (CLI) within pipelines.
https://daffodil.apache.org/cli/ On Thu, Jul 7, 2022 at 8:56 AM Roger L Costello <coste...@mitre.org> wrote: > Hi Folks, > > Writing little tools (using little languages such as AWK, Lex, Yacc, pic > (picture language), scatter (scatter plot language), troff, sed) and then > assembling them together via pipes, e.g., > > scatter infile | pic | troff >outfile > > is a powerful way to quickly get robust tools implemented. > > Can Daffodil be used in the fashion? That is, as one tool in a pipeline of > tools? For instance > > more cars.csv | daffodil | getCarMake.awk | troff>outfile > > /Roger >