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.