Download List

Descripción del Proyecto

ffe is a flat file extractor. It can be used for reading different flat file structures and displaying them in different formats. ffe can read fixed length and separated text files and fixed length binary files. It is a command line tool developed under GNU/Linux. The main areas of use are extracting particular fields or records from a flat file, converting data from one format to an other, e.g. from CSV to fixed length, verifying a flat file structure, as a testing tool for flat file development, and displaying flat file content in human readable form.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2011-04-10 20:06
0.3.2

proceso previo de entrada se llevó a cabo.
Tags: Minor feature enhancements
Input preprocessing was implemented.

2010-09-29 23:01
0.3.1

La palabra clave de registro "nivel" y la impresión palabras "grupo de cabecera", "grupo-remolque", "elemento de cabecera", y "remolque en elementos han llevado a cabo. Estos se pueden utilizar para imprimir el contenido de archivos planos en un formato estructurado (por ejemplo, XML multinivel). La palabra clave de registro "de longitud de registro" se ha aplicado. Esto puede ser usado para ignorar campos adicionales que no están definidos para un registro.
Tags: Minor feature enhancements
The record keyword "level" and the printing keywords "group-header", "group-trailer", "element-header", and "element-trailer have been implemented. These can be used to print flat file contents in a structured format (e.g. multilevel XML). The record keyword "record-length" has been implemented. This can be used to ignore extra fields that are not defined for a record.

2010-03-25 23:28
0.3.0

Tener el mismo campo en varias expresiones (usando la opción-e, - la opción de expresión) funciona ahora. Anteriormente, se utilizaba sólo la última expresión en la línea de comandos. La-X, la opción - casecmp se aplicó.
Tags: minor bug fix, minor enhacement
Having the same field in several expressions (using the -e,--expression option) works now. Earlier, only the last expression in the command line was used. The -X,--casecmp option was implemented.

2009-11-03 00:15
0.2.9

La nueva palabra clave "output-file" se llevó a cabo para la impresión a los archivos de salida diferentes.
The new keyword "output-file" was implemented for printing to different output files.

2008-09-11 18:20
0.2.8

Registros pueden identificarse mediante expresiones regulares usando la nueva palabra clave "deshacerse". La opción -l/--loose no hace que el programa de abortar cuando un bloque no válido se encuentra de entrada binaria. En lugar de abortar, el bloque de validez del día, se registró desde el flujo de entrada.
Tags: Minor feature enhancements
Records can now be identified using regular
expressions using the new keyword "rid". The
-l/--loose option does not cause the program to
abort when an invalid block is found from binary
input. Instead of aborting, the next valid block
is searched from the input stream.

Project Resources