Skip to content
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

Bug on Loading terminology into an empty database. #2

Open
shivharesatyam1 opened this issue Nov 25, 2024 · 0 comments
Open

Bug on Loading terminology into an empty database. #2

shivharesatyam1 opened this issue Nov 25, 2024 · 0 comments

Comments

@shivharesatyam1
Copy link

Below are the issues I’m facing on my machine:

Loading terminology into an empty database.

The "Load terminology" step is giving the following error:

Usage: .import FILE TABLE

I’ve identified the issue, and it appears to originate from load.sh at line 121:

.import --skip 1 ${csv} ${table}

The SQLite CLI does not directly support the --skip option in the .import command.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant