Unable to open CSV file: ../../pm_export.txt No such file or directory [MrC's converter / Solved]
Hi there,
I am pretty new to this....
This may have been answered but I cannot find a solution. I am moving from Lastpass to 1Password. I have downloaded the converter and I exported the data from Lastpass. As expected this populated a new webpage. I copied and pasted into a text file and saved it in plain text as unicode with the name pm_export. That is as far as I have been able to get. When I run the command in terminal ...."perl5.16 convert_to_1p4.pl lastpass -v ../../pm_export.txt" I get the response....."Unable to open CSV file: ../../pm_export.txt No such file or directory"
Any help would be gratefully received.
Thanks
Comments
-
Hi @gaster,
Seems like you are on your way to conversion...
Please be sure that you saved the file as UTF-8.
Change your command to:
perl5.16 convert_to_1p4.pl lastpass -v ../pm_export.txt
The README had an extraneous "../" included in the command (I failed to remove it when I updated the README recently). This thread mentions the oversight and notes the correction:
https://discussions.agilebits.com/discussion/comment/173778/#Comment_173778
Let's see if this advice helps you move forward.
0 -
worked perfectly, thank you so much for the fast response.
0 -
Excellent, and you're very welcome!
0