ffe 0.2.8-1 source package in Ubuntu

Changelog

ffe (0.2.8-1) unstable; urgency=low

  * New upstream version
  * Fixed watch file (Closes: #453583)

 -- Ubuntu Archive Auto-Sync <email address hidden>   Thu,  05 Nov 2009 05:57:49 +0000

Upload details

Uploaded by:
Ubuntu Archive Auto-Sync
Uploaded to:
Lucid
Original maintainer:
Alexis Bezverkhy
Architectures:
any
Section:
text
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Precise release universe text

Downloads

File Size SHA-256 Checksum
ffe_0.2.8.orig.tar.gz 259.1 KiB b24d47567cd461440e4a00bedd406e8700e918700567872671faa2fa972ff48a
ffe_0.2.8-1.diff.gz 25.7 KiB 6f21aa9f9d7d2735602227428c3817e4bcff3532c4c90e18ac2688c49350e052
ffe_0.2.8-1.dsc 988 bytes 921eb43083d267aacbaf105cb3ca372595581a1d7de5b38f7f415de19512f119

Available diffs

View changes file

Binary packages built by this source

ffe: Tool for parsing flat and CSV files and converting them to different formats

 Ffe has many areas of use with fixed length and CSV files. It can extract
 particular fields or records from a flat file, convert data from one format
 to another (CSV to fixed length, ...), display flat file content in human
 readable form, etc. In addition, one input file can contain several types of
 records (lines) and the input file structure and output definitions are
 independent, meaning one output format can be used with several input files.
 This input file structure and output format are 'freely' configurable,
 so the output can be formatted e.g. as: fixed length, separated, tokenized,
 XML, SQL, ...