Skip to content

gnl42/CsvEdit2

 
 

Repository files navigation

CsvEdit

CSV Editor plugin for Eclipse

Status

Feel free to clone, edit, build and release (just update version and/or name of your fork, so make it clear for users) or ask for push access here. Tell about new fork by adding new issue. I will happily put a link to the new repo.

What is this ?

This repository is a fork of https://github.com/Mathieuu/CsvEdit created by Mathieu Savy in 2013 which in itself is a fork of https://code.google.com/p/csvedit/ created by Frederic Henri in 2010.

How to get the latest version

https://gnl42.github.io/CsvEdit2-update/

CSVEdit

CSVEdit make CSVFile edition easier.

  • Edit from the source editor

    The source editor has been enhanced to help you differentiate your data from the different column using a color mechanism

  • Edit from a table view representing the csv data

    The table editing is definitely the added value of the plugin and allows a bunch of operation on your csv file among the following features

    • Easy editing of data
    • Insertion and deletion of table rows
    • Insertion and deletion of table column
    • Filtering of data
    • Customize view with hidding/display of column to simplify the view
    • Manage your column with moving/resizing columns
    • Sorting data in column
    • Manage your own CSV settings

History

Version 2.0.0 2024

Update for Eclipse 2023-12 Various bug fixes

Optional maven/tycho build was added in 2017 by Paul Verest.

New features of 1.2.x

In the new CSVEdit version, it is now possible to edit a row in a form.

Detailed edition

And even specify columns containing multiple values and their delimiter.

To do so, go in preferences/CSV Editor Preferences:

  • in header regex put a regex matching a part of all column headers you want to display as a table. For instance, the picture below uses the regex (customer|order_id).
  • in delimiter to use as value delimiter, put the delimiter separating each value in your cell.

List with multivalues

Code overview

with-Eclipse logo

About

CSV Editor plugin for Eclipse

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 100.0%