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.
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.