Giter Site home page Giter Site logo

revelation-to-keepassxc's People

Contributors

bkloppenborg avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

seldon

revelation-to-keepassxc's Issues

python error when running program

Thanks for the quick fix and sorry for the long delay in responding. However, I'm running into another problem when I run your program: python revelation-xml-to-keepassxc.py passwords.xml passwords.csv

I ran it with python 2.7 on my XML file and I got the error below, and only part of the file was converted.

Traceback (most recent call last):
File "revelation-xml-to-keepassxc.py", line 340, in
main()
File "revelation-xml-to-keepassxc.py", line 337, in main
writer.writerows(output)
File "/usr/lib64/python2.7/csv.py", line 158, in writerows
return self.writer.writerows(rows)
UnicodeEncodeError: 'ascii' codec can't encode character u'\xe1' in position 12: ordinal not in range(128)

I then tried it with python 3.7 and I got this error and no file conversion.

Traceback (most recent call last):
File "revelation-xml-to-keepassxc.py", line 340, in
main()
File "revelation-xml-to-keepassxc.py", line 336, in main
writer.writeheader()
File "/usr/lib64/python3.7/csv.py", line 144, in writeheader
self.writerow(header)
File "/usr/lib64/python3.7/csv.py", line 155, in writerow
return self.writer.writerow(self._dict_to_list(rowdict))
TypeError: a bytes-like object is required, not 'str'

Any idea on how to fix it? I tried removing password entries, but the error kept popping up.

missing revelation type

Thanks for creating the revelation-to-keepassxc converter. It seems that you created all different types of Revelation entries, except for Website. Since most of my passwords are under the "Website" type in Revelation they do not get exported to the CSV file, even though they are exported from revelation correctly in the XML file. Your first screenshot is missing that type too. Is there an easy way to add it?

Thank you!

I just moved a revelation database with ~120 entries from revelation to keepassxc without any problems. Thank your for making this script.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.