Flat file extractor can be used for parsing different flat file structures and printing them in different formats
Flat file extractor (ffe) can be used for parsing different flat file structures and printing them in different formats. ffe can also process fixed length binary files.
Flat file extractor (ffe) can be used for parsing different flat file structures and printing them in different formats. ffe can also process fixed length binary files.
To install ffe, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install ffe
To see what files were installed by ffe, run:
port contents ffe
To later upgrade ffe, run:
sudo port selfupdate && sudo port upgrade ffe
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.