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
@neolidas
The converter is expecting a JSON export file to have a { as the first character, and a } as its last character. Example:
{
stuff inside...
}
But the "kind" part of the diagnostic is indicating that the data is not detected as JSON (and this would result in the problem you see, since the fallback would be CSV). Did you happen to open / edit this file with some other program?