Search This Site
Aug 28 2008 07:52 UTC | ||||||||||
CSV ManagerStandard Edition |
• Try the Online Demo! • Download the FREE Trial! • Product Home Page |
• Getting Started Guide • How You Can Save Money • All Your Purchase Options |
CSV Manager is packaged in three forms:
.jar installer.zip file.tgz file.jar Installer
This is a self-extracting Java program. To install, double click on
the .jar file and the installer will start. Follow the
installer instructions to complete the installation. Alternatively,
you can run the installer by executing the following command:
java -jar csv-s-sd-1-1.jar(Your
.jar file
name may vary depending on the version that you have purchased.)
The installer requires a graphical user interface and will not run
in a text only environment.
.zip and .tgz Files
If you have downloaded CSV Manager as a .zip or
.tgz file, then unpack the files using Winzip on
Windows or
tar -xzf csv-s-sd-1-1.tgzon Unix. The distribution will unpack into a folder named
csv-s-sd-1-1. (Your file name may vary depending on the
version that you have purchased.)
CSV Manager is a Java component supplied as a jar file.
In order to access the component from your application,
make sure that the lib/csvman.jar file is in
your Java CLASSPATH,
and you will be able to use the CsvManager
class directly.
Here are two possible ways of setting your CLASSPATH: for
the command prompt and for your IDE.
On Windows, open the System applet
from the Control Panel, and set the CLASSPATH as
an environment variable. On UNIX systems such as Linux,
you will need to edit a shell startup script such as
.bash_profile, and add or edit the line export
CLASSPATH=/path/to/csvman.jar. For more information, see the
Sun Microsystems documentation on
setting your CLASSPATH, for Windows,
and for UNIX.
In general, you have to specify the CLASSPATH for each
project that you have created. For example, in Eclipse, open the
project properties by right-clicking on the project name and go to the
Java Build Path settings. Add csvman.jar as a
Library jar. For other IDEs, you will have to perform a
similar operation. Please refer to the documentation for your IDE.
After installation, the first thing you should do is read the Getting Started Guide, which will show you the basics of loading and saving CSV files.
$15 Gift Certificate for every bug you find.

This IP address to country database is provided as a CSV file that can easily be read by CSV Manager.
Got a question for us?
Just Ask!
All CSV Manager licenses include a FREE 6 month Email Support Package, worth $1500.00.
All CSV Manager licenses include a FREE XML Manager single developer license, worth $170.00.
The CSV Manager component can handle any style of tabular text data, from Excel CSV files to the UNIX passwd file.