ffe Command Examples

Extract fields from a flat database file and write to another format. A configuration file is required to interpret the input and format the output. More information: https://ff-extractor.sourceforge.net/ffe.html.

ffe {{[-c|--configuration]}} {{path/to/config.ffe}} {{path/to/input}}

ffe --output={{path/to/output}} {{[-c|--configuration]}} {{path/to/config.ffe}} {{path/to/input}}

ffe {{[-s|--structure]}} {{structure}} {{[-p|--print]}} {{format}} {{path/to/input}}

ffe {{[-f|--field-list]}} "{{FirstName,LastName,Age}}" {{[-c|--configuration]}} {{path/to/config.ffe}} {{path/to/input}}

ffe {{[-e|--expression]}} "{{LastName=Smith}}" {{[-c|--configuration]}} {{path/to/config.ffe}} {{path/to/input}}

ffe {{[-?|--help]}}