-
Here’s a quick PHP script called yconvert that takes a path to a folder full of Serial Number or Password records exported from Yojimbo and spits them back out in CSV format.
Sample usage:
./yconvert.php exportfolder > output.csv(Don’t forget to
chmod +x yconvert.phpfirst.)CSV is much more useful for getting the data into some other app. For example, the output from yconvert can be directly imported into Acrylic Software’s Wallet, or Apple’s Numbers without further modification.
It will even smartly collapse multi-line comments into a single field.
Worked flawlessly on my 397 record database, but please let me know if you find bugs.
Posted on February 3, 2010 via stevenf.com with 3 notes