Avro Editor
|
The Avro-Editor is part of a family of editors all based on the RecordEditor. Building the Avro-Editor on top of the RecordEditor has both advantages and disadvantages:
Advantages |
|
Disadvantages |
|
Editor | Description |
---|---|
RecordEditor | Edits Fixed Width, Csv and Xml files (to a lesser extent) using Record Descriptions stored in a Database. There is an option to import Cobol Copybooks in to the Database |
reCsvEditor | Edits Csv Files. While the RecordEditor can edit Csv Files, it is focussed on Fixed Width Files. reCsvEditor focusses on Basic Csv files. |
CobolEditor | Edits Cobol Data files using a Cobol Copybooks. Can also Edit Fixed Width / CSV files using a XML description. The CobolEditor comes as part of the RecordEditor package. |
Protocol Buffers Editor | Edit Google Protocol Buffers Binary message file using a Prot Description. |
File Format | Editor |
---|---|
Fixed Width | RecordEditor |
CSV File | reCsvEditor and RecordEditor (the RecordEditor is focused on Fixed width files). |
Xml File | RecordEditor, Xml needs more work though. |
Cobol File | RecordEditor, CobolEditor |
Mainframe File | RecordEditor |
Cobol File | RecordEditor |
Protocol Buffers Binary File | Protocol Buffers Editor |
Avro Binary File | Avro-Editor |
AvroEditor at SourceForge | Download Page | Forums |