ffe

Parse flat file structures and print them in different formats

brewmacoslinux
Try with needOr install directly
Source

About

Parse flat file structures and print them in different formats

Commands

ffe

Examples

Parse a fixed-width file with specified column definitions$ ffe -f layout.txt input.dat
Convert fixed-width file to CSV format$ ffe -f layout.txt -o csv input.dat > output.csv
Parse flat file and output as JSON$ ffe -f columns.txt -o json data.txt