Unable to open CSV file: ../../pm_export.txt No such file or directory [MrC's converter / Solved]

gaster
gaster
Community Member
edited January 2015 in Mac

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

  • MrC
    MrC
    Volunteer Moderator
    edited January 2015

    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.

  • gaster
    gaster
    Community Member

    worked perfectly, thank you so much for the fast response.

  • MrC
    MrC
    Volunteer Moderator

    Excellent, and you're very welcome!

This discussion has been closed.