File: control

package info (click to toggle)
ffe 0.2.2-1
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 1,100 kB
  • ctags: 324
  • sloc: sh: 6,399; ansic: 3,205; makefile: 72
file content (22 lines) | stat: -rw-r--r-- 1,004 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Source: ffe
Section: text
Priority: optional
Maintainer: Alexis Bezverkhyy <bezverky@gmail.com>
Build-Depends: debhelper (>= 5), autotools-dev
Standards-Version: 3.7.2

Package: ffe
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Tool for parsing flat and CSV files and converting them to different formats
 Ffe has many areas of use with fixed lenth and CSV files. It can extract
 particular fields or records from a flat file, convert data from one format
 to an other (CSV to fixed lenth, ...), 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,...
 .
 Homepage: http://ff-extractor.sourceforge.net/