[[COMMANDLINE]] ../../tools/SQLite_tools/SQLite_cfg_helper.pl ../common/ref.csv ../common/sys.csv ../common/md.csv -c
[[RETURN CODE]] 0
[[STDOUT]]
## Automaticaly generated table definition #1 (seen 50 lines of data)
newtable: ref
csvfile: ../common/ref.csv
column: TrialID;INT
column: Targ;TEXT
# Primary key candidate: TrialID

## Automaticaly generated table definition #2 (seen 50 lines of data)
newtable: sys
csvfile: ../common/sys.csv
column: TrialID;INT
column: Score;REAL
column: Decision;TEXT

## Automaticaly generated table definition #3 (seen 50 lines of data)
newtable: md
csvfile: ../common/md.csv
column: TrialID;INT
column: name;TEXT
column: year;INT
column: color;TEXT
# Primary key candidate: TrialID


## FYI: Original Columns name information:
# Column 'Decision' is in the following tables:
#   - 'sys'
# Column 'Score' is in the following tables:
#   - 'sys'
# Column 'Targ' is in the following tables:
#   - 'ref'
# Column 'TrialID' is in the following tables:
#   - 'md'
#   - 'ref'
#   - 'sys'
# Column 'color' is in the following tables:
#   - 'md'
# Column 'name' is in the following tables:
#   - 'md'
# Column 'year' is in the following tables:
#   - 'md'


## Done

[[STDERR]]

