

The 1.09 version handles incorrect password situations better and tells you so. In the 1.08 version is likely misleading, and probably means your password was incorrect. The error you are seeing: DBD::SQLite::db prepare failed: no such table: spbwlt_Template at Converters/Spbwallet.pm line 230, line 1.
SPB CSV CONVERTER ONLINE DOWNLOAD
Please download and use the 1.09 version in Testing Bits mentioned in post 1 of this thread. $foo, and the warning will refer to theĬoncatenation (.) operator, even though there is no. Note, however, that perl optimizes your programĪnid the operation displayed in the warning may not necessarily appear It cannot do this, so it also tells you what operation you used the The name of the variable (if any) that was undefined. To help you figure out what was undefined, perl will try to tell you To suppress this warning assign a defined value to your variables.

It was interpreted as a "" or a 0, but maybe it was a mistake. (W uninitialized) An undefined value was used as if it were alreadyĭefined. Use of uninitialized value in list assignment at Converters/Keychain.pm line Which is odd, because hashes come in key/value pairs. (W misc) You specified an odd number of elements to initialize a hash, Odd number of elements in hash assignment at Converters/Keychain.pm line 146 (#1) ~/Desktop/convert_to_1p4 ~/Desktop/convert_to_1p4 cd '/Users/camdennarzt/Desktop/convert_to_1p4/' & /usr/bin/perl5.16 convert_to_1p4.pl keychain '/Users/camdennarzt/Desktop/pm_export-icloud.txt' -v I'm seeing perl puke when trying to convert my exported keychain. 1Password for Windows doesn't care about a BOM, but it is possible that some characters in your 1PIF tripped up 1Password's importer.Īny additional info, based on what I mention above? If you opened and read the file as UTF-8 (not the Notepad default, you would have changed this in the Open dialog) then the file would be UTF-8 with CR-LF line endings, but it also now includes a BOM. But it is possible now that your Chinese characters are botched. If you opened the file in Notepad and saved it, it would have read the file as ANSI (by default) and saved it in the same way the 1PIF was created, that is UTF-8 with CR-LF line endings. The converter on Windows generates the 1PIF as UTF-8 with CR-LF line endings. I presume you did the export, conversion, and import all on Windows. I think the removal of the first entry was not a factor, rather, as you've implied, the simple save via Notepad allowed import. Since you can import the file after saving it with Notepad, this implies that either the encoding format, line ending format, or the addition of what is called the BOM, changed and allowed the import. If you still have the patience, I'd like to understand what caused the problem. Great to hear you have the items imported!
