OMOP/Oracle/VocabImport/concept_ancestor.ctl

13 lines
243 B
Plaintext
Raw Normal View History

2015-03-13 22:36:36 +00:00
options (skip=1)
load data
infile concept_ancestor.csv
into table concept_ancestor
replace
fields terminated by '\t'
trailing nullcols
(
ancestor_concept_id,
descendant_concept_id,
min_levels_of_separation,
max_levels_of_separation
)