The CSV Converter
=================
This tool converts comma separated values (csv) into a
nested list, ready for restoring in SECONDO.
To build this tools just enter make.
To do this, you need a Javacompiler (javac) on your
system path. The created class file can be removed
by enter make clean.
The converted is called by:
java CSV2Secondo ConfigFile SourceFile >TargetFile
The ConfigFile contains the used Separator and the relation scheme.
Furthermore you can control a few checks in the converter by this
file. The format of the ConfigFile is described in cfg.sample.