ImportCSV

The ImportCSV executable file allows you to automate import runs for CSV files.

Important:   You must have an existing specification for your.csv file import set up before using this program. You can create this specification using the File > Import CSV option in Vulcan.


Usage:

ImportCSV <filename>


Where:

Option

Description

<filename.csv>

Refers to the name of the CSV file to be imported.

[options]

The [options] for this executable are:

-f

Force overwrite of any existing database

-i <spec ID>

Use specified spec ID
otherwise will attempt to use a lone spec ID

-s <spec file>

Use specified spec file
otherwise will attempt to use
$ENVIS_RESO/csv_load_secs/import.csv.spec

-h
--help

View available options


Examples:

ImportCSV assay.csv

ImportCSV -s myspec.spec -i myid assay.csv