Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
ReCsvEdit_Installer_0.98.1.exe.7z | 2017-01-31 | 2.8 MB | |
reCsvEditor_Installer_0.98.1.jar.7z | 2017-01-31 | 4.1 MB | |
ReCsvEditor_USB_Version_0.98.1.7z | 2017-01-31 | 6.6 MB | |
ReCsvEditor_98.1_Upgrade.7z | 2017-01-31 | 5.4 MB | |
ReCsvEditor_ReadMe_0.98.1.md | 2017-01-31 | 3.1 kB | |
ReCsvEditor_USB_Version_0.98.1.zip | 2017-01-30 | 7.3 MB | |
Totals: 6 Items | 26.2 MB | 0 |
ReCsvEditor 0.98.1
ReCsvEditor is an editor for editing Csv files.
This version add Java/Python code generation, rewrite of fixed width option, new Schema option and various user requests.
Downloads
- ReCsvEdit_Installer_0.98.1.exe.7z - Windows installer
- reCsvEditor_Installer_0.98.1.jar.7z - Cross platform installer
- ReCsvEditor_USB_Version_0.98.1.7z - standalone version, no install needed simily unzip in a directory
- ReCsvEditor_98.1_Upgrade.7z - upgrade jars
Instalation
- installers - run the installer
- USB - Unzip to a normal unprotected directory
- Upgrade - Follow the instructions in the downloads, but basically
- Install ReCsvEditor 0.97g (if 0.97/0.97g is not already installed)
- Backup your ReCsvEditor lib directory.
- Copy the jars in the lib directory of the zip file to your ReCsvEditor lib directory.
Changes 0.98.1
- Add Code generation option (java python). This option will generate java/python code read/write the file being viewed.
- New Fixed width option with old fixed width option becoming Schema option.
- You can enter your own Delimiters/Quotes in in the Export as Csv option.
- Can enter Field-Delimiters/Quotes in a Unicode format of \u000A etc.
- Can edit the default Quotes (Edit >>> Edit Options >>> Csv)
- Basic line commands added (e.g. i (insert 1 line), i5 (insert 5 lines, d (delete 1 line) and r (repeat line)).
- Can edit basic Cobol files (using the schema option).
Changes 97h
Changes are basically hidden, there are new parameter options for the Screen size on startup. These changes are in response to problems in Linux (using iced-Tea.
- minimum window size is set.
- New parameters for Params.Properties in <home>/.RecordEditor/reCsvEd or C:\User\<username>.RecordEditor\reCsvEd directories\
- Option to display in first / second screen.
- Edit-Options screens updated for new startup options.
Changes 97g
This version does not contain any new features. It basically releases installers using the latest code base. It the first "installer" that fixes a problem when writing / saving large files.
- installers created (there are some minor internal changes + RecordEditor related changes).
Changes 97f
- Add extra trace and problem reporting
Changes 97e
- Add a new Character-set (font) component that will list available character-sets
Changes 97d
- fix for Csv files where there is a large number of columns
Changes 97c
- Fix for Filter issue in very large files.
- Support for updating colors used in the Highlighted Text Editor.
- Can use Background colors in the Highlighted Text Editor. Note: When a background color is used, a a white underline can appear, I do not think this can be fixed.
- Adding an Output Tab in the script run Screen. You can now use print/println function in macros (scripts) and they are displayed on a seperate tab. This is useful for debugging.
- When running a script, any print/println will be written to the Log Window.