Forrest logo
back to context overview

ffe

List of commands for ffe:

  • ffe:help ffe: Display help.
    $ ffe --help
    try on your machine
    explain this command
  • ffe:tldr:44d4e ffe: Convert an input file to an output file in a new format.
    $ ffe --output=${path-to-output} -c ${path-to-config-ffe} ${path-to-input}
    try on your machine
    explain this command
  • ffe:tldr:4af76 ffe: Select input structure and print format from definitions in `~/.fferc` config file.
    $ ffe --structure=${structure} --print=${format} ${path-to-input}
    try on your machine
    explain this command
  • ffe:tldr:58c99 ffe: Write only the selected fields.
    $ ffe --field-list="${FirstName,LastName,Age}" -c ${path-to-config-ffe} ${path-to-input}
    try on your machine
    explain this command
  • ffe:tldr:5f891 ffe: Write only the records that match an expression.
    $ ffe -e "${LastName=Smith}" -c ${path-to-config-ffe} ${path-to-input}
    try on your machine
    explain this command
  • ffe:tldr:dcf83 ffe: Display all input data using the specified data configuration.
    $ ffe --configuration=${path-to-config-ffe} ${path-to-input}
    try on your machine
    explain this command
back to context overview