Files
secondo/Tools/Converter/Csv2Secondo
2026-01-23 17:03:45 +08:00
..
2026-01-23 17:03:45 +08:00
2026-01-23 17:03:45 +08:00
2026-01-23 17:03:45 +08:00
2026-01-23 17:03:45 +08:00
2026-01-23 17:03:45 +08:00
2026-01-23 17:03:45 +08:00

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.