Download List

프로젝트 설명

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

입력 전처리이 구현되었습니다.
Tags: Minor feature enhancements
Input preprocessing was implemented.

2010-09-29 23:01
0.3.1

기록 키워드 "수준"과 인쇄 키워드 "그룹 헤더", "단체 트레일러", "요소 - 머리글"및 "요소 - 트레일러 구현되었습니다. 이러한 구조 형식의 플랫 파일의 내용을 인쇄하는 데 사용할 수 (다단계 XML을 예). 레코드 키워드 "레코드 길이는"구현되었습니다. 이것은 레코드에 정의되지 않은 여분의 필드를 무시하는 데 사용할 수 있습니다.
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

여러 가지 표현과 같은 필드를 갖는 (- 전자 - 표현식 옵션) 지금은 작품을 사용합니다. 한편, 커맨드 라인에서만이 마지막 표현을 사용했다. - 엑스 - casecmp 옵션이 구현되었습니다.
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

새 키워드 "출력"서로 다른 출력 파일을 인쇄하기 위해 구현된 파일을 엽니다.
The new keyword "output-file" was implemented for printing to different output files.

2008-09-11 18:20
0.2.8

기록은 지금은 정규 표현식의 새로운 키워드 "를 사용하여 제거를 사용하여 확인할 수있습니다". -l/--loose 옵션 잘못된 블록을 이진 입력에서 발견되면 중지 프로그램이 발생하지 않습니다. 중지 대신, 다음 유효한 블록의 입력 스트림에서 검색합니다.
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