-
Notifications
You must be signed in to change notification settings - Fork 75
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issue with loadVocabFromCsv #198
Comments
@katy-sadowski Would you be able to send me the file you are loading? The only thing I can think of is the fact that the name of the function is misleading in that it expects a tabbed delimiter instead of an actual comma in the load
|
Ah, yep, that is it! Maybe a param could be added to specify the separator? (No rush - this is not blocking me 😄 ) |
@katy-sadowski Very slow to add this but I've just pushed an update to the function to the develop branch to accept a delimiter! It'll be officially included in the next release :) |
* fixes for duckdb support * synthea v3.3.0 support (addition of icd10 codes to condition_occurrence logic) * update of LoadFromVocabCSV.R function to accept a delimiter #198 Co-authored-by: Frank DeFalco <fdefalco@ohdsi.org>
I got the following error when trying to load the vocabulary tables from csv. It seems it's putting quotes around the whole list of column names in the insert, so it thinks that the list is the name of a single column. I checked and my table looks normal, with the 4 columns, as does the csv I'm inserting.
The text was updated successfully, but these errors were encountered: