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
Example CSV:
film,actor_1,actor_2 The Rock,Sean Connery,Nicolas Cage National Treasure,Nicolas Cage,Diane Kruger Troy,Diane Kruger,Orlando Bloom
This command:
csvs-to-sqlite films.csv films.db \ -c film -c actor_1:actors:name -c actor_2:actors:name \ -f film -f actor_1 -f actor_2
Returns this error:
ambiguous column name: actors.name
The text was updated successfully, but these errors were encountered:
9991570
-f and -c now work for single table multiple columns
9273fcd
Fixes #12
No branches or pull requests
Example CSV:
This command:
Returns this error:
The text was updated successfully, but these errors were encountered: