ReCsvEditor 0.95

This version of the ReCsvEditor includes:

  1. Improved Macro (Scripting via languages that support JSR 233) support. Changes include:

    If you are planning on writing Macro scripts you should also get ReCsvEditor_Macro_JavaDoc_0.95.7z. from the ReCsvEditor Site. It contains JavaDoc descriptions of the classes you will be using.

  2. Also Included are 2 new Csv parsers that ensure the defined number of separator’s are included in Created / Changed lines.
  3. New Text Editor View added.

Problem Reports / Change Requests

This is an open-source project, as such it needs community involvement. So if you find a problem or have suggestion please report the issue / suggestion.

Problem / Change / Feature requests are welcome can be made at any of:

Installing

Run the installer.

Upgrading

Run the installer

 


New Features

Script Changes

There have been a number of improvements to scripting:

  1. Extra example scripts, you can run them via Utilities >>> Run Script >>> Examples you can view / edit / run them using Run Script dialogue Utilities >>> Script Test Panel.

  2. There is a new Script Test Dialogue button on the Tab bar . You can use it to edit / run Macro scripts.

  3. Documentation of scripting added to the How to Documentation

Text Editor View

A new Text editing view has been added to the ReCsvEditor. It is only available for Text files (not for binary files). To select the text view select View >>> Text View or View >>> Text View (Selected Records)

Once selected you can view / edit the file using a standard Text Editor.

You can also add a Child-Record Screen to display the current record in a table format.

New Csv Parser

This version of the ReCsvdEditor contains 2 new Csv parsers:

Example of Basic - Delimiter all fields. If the Csv file is defined as having 4 fields but a line has 2 fields, it will be stored as:

1,2,,

i.e. it will have comma's for the missing fields

Example of Basic - Delimiter all fields + 1. If the Csv file is defined as having 4 fields but a line has 2 fields, it will be stored as:

1,2,,,

i.e. it will have comma's for the missing fields + an extra comma to end the line.

 


Thanks

Creation of Software takes a lot of effort and I would like to thank the creators of the following open source packages (used by the ReCsvEditor):

 


Changes

Release 0.95

Release 0.90

Release 0.80.6

Release 0.80.2

On the SaveAs/Export screen there is

Release 0.80.1 Tree (including Xml)