CSV Import/Export

Track owned cards, variants, and quantities with filter and search support.

Key Capabilities

  • Import and Export Decks
    • On the deck edit page
    • The import and export buttons are at the top of the card grid
  • Import and Export Collections
    • On the Collections Tab of the Cards page
    • Import History (and undo) are on the Settings page

Specifics

I want this to be as simple as possible for you to do. I understand you may already have a spreadsheet with your collection and or decks. You just need to export a csv and then you will be asked on file upload to match your column names to the ones we are asking for.

  • For Decks

    • Just like with the Collection below, you need either the Card Code or the Card Number (examples for format below in "For Collections")
    • Other than one or both of the identifying fields, you must have quantity
  • For Collections

    • If you are importing a very large list, it could take a while, just hit import and walk away, it could take a while. However, don't close the page, it's working.
    • You need to have EITHER:
      • The Card Code (eg. Existence_001, Existence_P-001, Existence_T-001, Existence_A1-001, etc)
      • The Card Number (eg. 001/401, ST25-001/042, etc.); Pretty much just matched to what's on the card
    • If you don't have one of those, this look up will not work. You can use both so that if a look up fails on one, it has the other as a fallback
    • You will also need a quantity, i think this one speaks for itself
    • If you have Condition, Serialization (eg. 25/99, 1/1), first edition (as a boolean; true/false), or a grade, there are options to map those to your uploaded csv. The format for those fields are shown on the import.
      • These fields may not be visible in the UI at the moment. If not, they are coming soon.
    • as for the print/treatment type. It'll accept these variants for the 5 types (There is no case sensitivity, that is handled in processing)
      • Classic Paper
        • CP
        • paper
        • classicpaper
        • classic paper
        • classic-paper
      • Classic Foil
        • CF
        • foil
        • classic foil
        • classicfoil
        • classic-foil
      • Formless Foil
        • FF
        • formless
        • formlessfoil
        • formless foil
        • formless-foil
      • Orbital Color Match
        • OCM
        • orbital color match
        • orbitalcolormatch
        • orbital
        • orbital-color-match
        • color match
        • colormatch
        • color-match
      • Stonefoil
        • SF
        • stonefoil
        • stone foil
        • stone
        • stone-foil

Where