Wiki source code of CSVEdit Home

Version 3.1 by 5fbc055b7cc103006957e1ae on 2012-06-15 02.44:42

Show last authors
1 CSVEdit is an editor for .csv like files, i.e. text files with values in columns separated by some special character like comma or tab.
2
3 For more information on the existing, recently added and planned features and limits, see the current [[ReadMe.txt>>url:http://svn.clazzes.org/svn/csvedit/trunk/csvedit/doc/ReadMe.txt||title="ReadMe.txt" shape="rect"]], [[Changes.txt>>url:http://svn.clazzes.org/svn/csvedit/trunk/csvedit/doc/Changes.txt||title="Changes.txt" shape="rect"]] and the totally informal [[ToDo.txt>>url:http://svn.clazzes.org/svn/csvedit/trunk/csvedit/doc/ToDo.txt||title="ToDo.txt" shape="rect"]].
4
5 The SVN Repository can be found here:
6
7 {{code language="none"}}
8 http://svn.clazzes.org/svn/csvedit
9 {{/code}}
10
11 Thanks to our intern Samuel Stirtzel CSVEdit as of 1.1 has icons for all actions and some **printing capabilites** (work in progress). Thanks Samuel!
12
13 = {{id name="CSVEditHome-Installation"/}}Installation =
14
15 CSVEdit is available for Linux as a .deb package and for Windows in both 32 and 64 bit.
16
17 === {{id name="CSVEditHome-ForLinux(Debianandderivatives)"/}}For Linux (Debian and derivatives) ===
18
19 If you have not already added the key for [[deb.clazzes.org>>url:https://deb.clazzes.org/||shape="rect"]] to your list of trusted archivers, do it now (see the section on "Software Packages/Installers" in the [[doc:CLORG.Repository Access.WebHome]] page).
20
21 Although the name suggests otherwise, CSVEdit has been tested and runs under debian wheezy and the latest Ubuntu. Download and copy the {{code language="none"}}.list{{/code}} file to your sources directory (as root):
22
23 {{code language="none"}}
24 cd /etc/apt/sources.list.d/
25 wget http://deb.clazzes.org/debian/sources.list.d/squeeze/squeeze-csvedit-1.list
26 apt-get update
27 apt-get install csvedit
28 {{/code}}
29
30 Done.
31
32 === {{id name="CSVEditHome-ForWindows"/}}For Windows ===
33
34 The latest Windows installers can be downloaded from [[http:~~/~~/download.clazzes.org/csvedit/stable/>>url:http://download.clazzes.org/csvedit/stable/||shape="rect"]]. Choose the appriate .exe for your environment and install.
35
36