macOS
brew install ffelocal Homebrew formula metadata
sudo port install ffeMacPorts ports tree · textproc/ffe/Portfile · source: api.github.com
brew
Parse flat file structures and print them in different formats. Version 0.3.9a via Homebrew; verified from local package data.
install
brew install ffelocal Homebrew formula metadata
sudo port install ffeMacPorts ports tree · textproc/ffe/Portfile · source: api.github.com
sudo apt install ffeDebian stable package indexes · ffe · source: deb.debian.org
overview
Parse flat file structures and print them in different formats
history
ffe, the flat file extractor, is a command-line parser and formatter for structured flat files. It reads text or binary records according to a required configuration file and prints selected data in other formats, making it a classic Unix-style bridge between awkward legacy files and pipelines.
The official project page lists Timo Savinen as the author and records the first public version, 0.1.0, on March 1, 2006. The tool was developed in a GNU/Linux environment, distributed under GPL-2.0-or-later, built with GNU autotools, and intended to build on many Unix-like systems.
The release history shows steady, practical evolution rather than a platform pivot: early 0.1 releases added filtering, expression, replacement, and Windows executable support; 0.2 releases added regex record selection, binary fixed-length parsing, raw output, field-level output selection, and loose mode; 0.3 releases added structured output helpers, preprocessing, performance improvements, dynamic record length, anonymization, and printf-style formatting.
ffe stayed in the small-tools lane, but the official site points to SourceForge source and Windows downloads, Debian packages, and a FreeBSD port. That is the adoption pattern of many durable Unix data tools: modest upstream visibility, distro packaging, and use by people who need a specific kind of batch conversion or validation.
Its niche is especially clear from the homepage's use cases: extracting fields or records, converting CSV to fixed length, verifying flat-file structure, testing flat-file development, displaying records in human-readable form, modifying structures, and mapping flat-file fields to other formats.
ffe requires a configuration file that describes input structures and output formats. The manual says the default configuration file is ~/.fferc on Unix and ffe.rc on Windows, with -c available to choose another file. Because it reads standard input and writes standard output by default, it fits into shell pipelines.
The practical workflow is to define record types, fixed or separated fields, expressions, and output directives, then run ffe against flat files to produce fixed-length, separated, tokenized, XML, SQL, raw, or other configured output. That makes it useful when the format is structured enough for a schema but too local or old-fashioned for a mainstream parser.
ffe matters to package nerds as a representative of the quiet SourceForge-era Unix utilities that solve one unglamorous data problem well. Its value is not broad ecosystem gravity; it is that a packaged, documented, autotools-based CLI can keep old flat-file workflows reproducible across systems.
It is also a reminder that data tooling is not only JSON, CSV, and databases. Fixed-length records, mixed record types, binary fields, and configurable output formats still appear in institutional data exchanges, and ffe packages that logic as a small command instead of a one-off script.
security posture
narrow executable package without higher-risk signals.
green risk · low confidence · appliance
Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.
executables
| Command | Kind | Exposure | Note |
|---|---|---|---|
ffe | cli | global executable |
freshness
These signals separate page generation age, package-manager activity, and upstream release comparison. Version lag is warned only when an evidence URL and comparable versions are present.
https://ff-extractor.sourceforge.net/
install metadata
| Package key | brew:ffe |
|---|---|
| Version | 0.3.9a |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/ffe |
| Homepage | https://ff-extractor.sourceforge.net/ |
| Upstream docs | https://ff-extractor.sourceforge.net/ |
| License | GPL-2.0-or-later |
| Source archive | https://downloads.sourceforge.net/project/ff-extractor/0.3.9a/0.3.9a.tar.gz |
| Bottle | available (on arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, arm64_ventura, sonoma, ventura, x86_64_linux) |
| Homebrew post-install | not defined |
| Service | none declared |
registry facts
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | ffe |
| Version Scheme | 0 |
| Revision | 0 |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
source database matches
Matches are pulled from external package-manager indexes and kept separate from local Automic Vault package links.
ffe 0.3.9-2
Tool for parsing flat and CSV files and converting them to different formats
http://ff-extractor.sourceforge.net/
sudo apt install ffeffe 0.3.9-1
Tool for parsing flat and CSV files and converting them to different formats
http://ff-extractor.sourceforge.net/
sudo apt install ffeffe
sudo port install ffesource trail
This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.