Skip to content

Implement and document flexible CSV import & merge feature (for previously stranded Revelation users) #85

Open
@nekohayo

Description

Context

I was a Revelation user for 15 years, and I had over 500 passwords/credentials in it. There was nothing that matched Revelation in terms of usability and the ability to have per-password-type UIs that made sense.

When Revelation was dropped from major distros in 2019 during the great Python2 purge, and I could no longer use the app, and since all the other apps sucked (and/or couldn't handle anything but CSV as an interchange format anyway), I had no choice but to reluctantly migrate to... a big spreadsheet. So I exported from Revelation to CSV, and created a password-protected OpenDocument spreadsheet (ODS) file with a couple of tabs to try to categorize the madness.

Fast-forward to 2021, I'm super happy to discover that Revelation has been being revived (big thanks! I was not expecting that to happen when it had been abandoned for years by the original author)... but I'm stuck with my data now being in a spreadsheet, and obviously having diverged since then :/

Request

I'd like to be able to somehow re-export that as a CSV and reimport into the new Revelation, preserving/merging the existing data. I still have the old revelation data file from 2019, but my data in the spreadsheet obviously diverged quite a bit in the meantime.

So for me to be able to use Revelation again, I'm thinking it would need to have:

  • CSV (if not ODS) import support, and either some UI to "map" columns to the particular fields of each password type, and to say "this batch of passwords I'm importing now are of this type of password)
  • A well-documented specification of what Revelation expects as its CSV import format's syntax (ex: what are column separators/delimiters, do strings need to be encased in a character like ", if there needs to be a particular column order, etc.), as currently I have no idea what would be an "acceptable" CSV file to Revelation.
  • Some sort of duplicate detection? (maybe based on the "name" of the entry and the last-modified timestamp and a combination of factors?)
  • Ideally support for date parsing to retain the old last modified dates (yep, I still have that data in a column in my spreadsheet!)
  • Ideally support reimporting into the correct folders using folder names specified in one of the columns?

I think this would be useful not just for Revelation expats, but also for any CSV password import in general.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions