-
-
Notifications
You must be signed in to change notification settings - Fork 156
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Import from Fidme #168
Comments
O.M.G that's reactivity ! |
do you have any idea when it'll be available on the android app ? |
I'm hoping to have a first prototype of this import available today or tomorrow, otherwise it'll be by the end of the week probably. |
Nice 👍 I'm ok to wipe app data and test until it's ok |
I implemented it in b9e152e but I am a bit unsure about the notes the app allows you to add to your cards. Could you look into the ZIP file a Fidme export gives you? My test
Anyway, I've attached a debug APK in the zip file below, please give it a try: |
For the csv file :
|
I'll fix the truncated note. Sadly the export format of Fidme doesn't seem to include any barcode information, it seems they just store the company name and have a loyalty card program database to know "Okay, company X uses Y barcodes". This could be fixed when we get #89 done, but sadly not before that. So this is as much as I can import, sadly. I'll also look into the importing from an image file before the next release, so you could complete the info by doing Edit -> Barcode -> Edit Barcode for each card. |
Ok get it. I confirm that notes are not exported (not sure it's often used). Option to add a barcode from an image would be a good solution to me. Without a company database I'm not sure fidme's import is convenient. |
I'll leave it implemented because it's better than nothing and maybe it'll get someone more interested in helping with #89, but I understand it is of limited use. Thanks for helping test! |
My pleasure. |
Crap, didn't read 😂 |
Happens :) |
Fidme allows users to export their data by going to profile -> Data protection -> Extract my data. This sends a .zip file to the user's email address.
This zip file contains the following files:
user_profile.csv
: User profile information (useless to Catima)tickets.csv
: Not quite sure what this isloyalty_stamps.csv
: Not quite sure what this is eitherloyalty_stamp_rewards.csv
: Again, not quite sureloyalty_programs.csv
: The loyalty cards the user has in a simple to parse CSV fileloyalty_points.csv
: Not quite sureSo, we can support importing from this zip file by:
@mgohin: Would you be willing to test this feature when it is ready?
The text was updated successfully, but these errors were encountered: