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
I'm trying to parse a csv export from protonpass using pass import csv passwords.csv -- cols 'title,url,login,password,comments'
pass import csv passwords.csv -- cols 'title,url,login,password,comments'
I'm getting the error: no columns to map to credential attributes.
I tried using an awk script to strip the extra stuff from the csv but I'm still having no luck.
The text was updated successfully, but these errors were encountered:
This looks like a typo in your command: -- cols instead of --cols
-- cols
--cols
Sorry, something went wrong.
No branches or pull requests
I'm trying to parse a csv export from protonpass using
pass import csv passwords.csv -- cols 'title,url,login,password,comments'
I'm getting the error: no columns to map to credential attributes.
I tried using an awk script to strip the extra stuff from the csv but I'm still having no luck.
The text was updated successfully, but these errors were encountered: