Protect what matters – even after you're gone. Make a plan for your digital legacy today.
Forum Discussion
Former Member
3 years agomrc-converter-suite unexpected failure parsing CSV
Hello,
I try to improvise my data from enpass and get the following error.
cd '/Users/eric/Desktop/mrc-converter-suite' && /usr/bin/perl convert.pl enpass '/Users/eric/Desktop/pm_export.json' ...
MrC
3 years agoSuper Contributor
Hello @neolidas
I was able to replicate the issue. It appears some (recent?) change to Enpass is adding newlines to the end of the JSON export file.
I've updated the converter suite to resolve this. Let me know if this works out !
```
$ cd ~/Desktop/mrc-converter-suite/
$ perl convert.pl enpass -v ../enpass_export.json
Imported 4 items (1 item expanded to 2 items)
Exported 1 note item
Exported 3 login items
Exported 1 creditcard item
Exported 5 total items
You may now import the file /home/MrC/Desktop/1P_import.1pif into 1Password
$
```