CSV Import Issues
by Goblin Hero
Moderators: charmer, CCGHQ Admins
CSV Import Issues
by sitterhonk » 12 Nov 2019, 23:31
hey developers of Magic Album,
I'm working on a csv-parser from my collection of the app 'MTG Manager' to the importable csv-format of 'Magic Album'
after solving several tiny encoding problems I achieved to get almost all of the cards recognized by your program. But there are still some orphans, where MA says "These records are not imported and should be added manually"
I can't figure out, how to convert them.
1. double sided cards
For example I got this entry in my CSV:
2. Most of my lands
For example I got this entry in my CSV:
3. Card with versions
Unfortunately I can't get a version number of a card from the MTG Manager-export. But it seems, that MA requires to get the version if more than 1 exists?
Like this record:
If everything works and I can transfer my fast scanned cards from MTG Manager, I'm happy to share the (python) parser.
Greetings,
Fabian
I'm working on a csv-parser from my collection of the app 'MTG Manager' to the importable csv-format of 'Magic Album'
after solving several tiny encoding problems I achieved to get almost all of the cards recognized by your program. But there are still some orphans, where MA says "These records are not imported and should be added manually"
I can't figure out, how to convert them.
1. double sided cards
For example I got this entry in my CSV:
- Code: Select all
"ENG DDJ Life | Death 1 0 "
2. Most of my lands
For example I got this entry in my CSV:
- Code: Select all
"ENG DDH Mountain 3 0 "
3. Card with versions
Unfortunately I can't get a version number of a card from the MTG Manager-export. But it seems, that MA requires to get the version if more than 1 exists?
Like this record:
- Code: Select all
"ENG GRN Selesnya Guildgate 1 0 "
If everything works and I can transfer my fast scanned cards from MTG Manager, I'm happy to share the (python) parser.
Greetings,
Fabian
- sitterhonk
- Posts: 2
- Joined: 12 Nov 2019, 23:08
- Has thanked: 0 time
- Been thanked: 0 time
Re: CSV Import Issues
by Goblin Hero » 13 Nov 2019, 08:24
Name must be "Life|Death" without spaces.sitterhonk wrote:For example I got this entry in my CSV:
- Code: Select all
"ENG DDJ Life | Death 1 0 "
Yes, MA requires version if more than one card exists. Almost all lands have versions so this is the same problem. You can set version to "1" for all these cards. Not a good solution, but at least it will allow importing to MA.sitterhonk wrote:2. Most of my lands
3. Card with versions
Unfortunately I can't get a version number of a card from the MTG Manager-export. But it seems, that MA requires to get the version if more than 1 exists?
When you´re a goblin, you don´t have to step forward to be a hero -- everyone else just has to step back.
-
Goblin Hero - Site Admin
- Posts: 1996
- Joined: 23 Oct 2005, 09:37
- Location: Russia
- Has thanked: 231 times
- Been thanked: 353 times
Re: CSV Import Issues
by sitterhonk » 13 Nov 2019, 10:14
Oh wow, that was a quick response!
I will give it a try today. Keep you posted.
Thanks!
I will give it a try today. Keep you posted.
Thanks!
- sitterhonk
- Posts: 2
- Joined: 12 Nov 2019, 23:08
- Has thanked: 0 time
- Been thanked: 0 time
3 posts
• Page 1 of 1
Who is online
Users browsing this forum: No registered users and 8 guests