You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am a former user of Meldium , which was acquired by LastPass, and closed its doors a few days ago.
I exported my data in the Meldium CSV format that appears to be different than LastPass format.
I would like to contribute this new importer feature, but I am not sure how to implement it, as I first intended to copy and modify the LastPass import PR, but the import format is extrapolated from the file extension, which does not make a lot of sense, since CSV format is not proprietary to LastPass.
Should I send a broader PR that also modifies importer's API to be more flexible in order to support current importers but not based on file extension?
Edit: the importer API I am talking about is in the main buttercup repo, but since it is an importer topic, I thought I'd better open an issue in this one
The text was updated successfully, but these errors were encountered:
Hi @pandaiolo - Apologies for the long delay, I was on holidays.
I exported my data in the Meldium CSV format that appears to be different than LastPass format.
Yes, I imagine that there will be many different export formats across all password managers. CSV is definitely going to be a common export format.
the import format is extrapolated from the file extension
This isn't true for this library like you said, as the index file just exports the functions to handle each type of file. Unfortunately there is an issue in the desktop app that needs amending. I'll lodge an issue there.
I am a former user of Meldium , which was acquired by LastPass, and closed its doors a few days ago.
I exported my data in the Meldium CSV format that appears to be different than LastPass format.
I would like to contribute this new importer feature, but I am not sure how to implement it, as I first intended to copy and modify the LastPass import PR, but the import format is extrapolated from the file extension, which does not make a lot of sense, since CSV format is not proprietary to LastPass.
Should I send a broader PR that also modifies importer's API to be more flexible in order to support current importers but not based on file extension?
Edit: the importer API I am talking about is in the main buttercup repo, but since it is an importer topic, I thought I'd better open an issue in this one
The text was updated successfully, but these errors were encountered: