OMOP/Oracle/VocabImport/vocabulary.ctl

14 lines
233 B
Plaintext
Raw Normal View History

2015-03-13 22:36:36 +00:00
options (skip=1)
load data
infile vocabulary.csv
into table vocabulary
replace
fields terminated by '\t'
trailing nullcols
(
vocabulary_id,
vocabulary_name,
vocabulary_reference,
vocabulary_version,
vocabulary_concept_id
)