OMOP/Oracle/VocabImport/concept_synonym.ctl

12 lines
208 B
Plaintext
Raw Normal View History

2015-03-13 22:36:36 +00:00
options (skip=1)
load data
infile concept_synonym.csv
into table concept_synonym
replace
fields terminated by '\t'
trailing nullcols
(
concept_id,
concept_synonym_name CHAR(1000),
language_concept_id
)