We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: