Skip to Content
GuidesData Tables

Data Tables

A main aspect of a deck is the data on the cards. While the template is used to define how the cards in a deck looks, the data table defines what information is present on the cards.

Editing the data table of a deck

To edit the data table of a deck, follow these steps:

  1. Go to your project.
  2. Click on the Edit Data button of the deck you want to edit.
  3. In the data table, depending on the type of data you want to edit, you can perform the following actions:
    • Double-click on a cell to edit its text content.
    • Upload an image by clicking on the button on an image cell.

Adding new cards

On the bottom-left corner of the data table, there is an New Row button. Clicking this button will add a new card (row) to the deck’s data table.

Deleting cards

To delete a card (row) from the data table, click on the trash can icon () located at the beginning of the respective row.

Previewing cards

  • To preview how the cards will look with the current data, click on the Show Preview button located at the bottom-left corner of the data table.
  • To change which card to preview, simply click on the row you want to preview in the data table.
  • You can drag the preview panel to reposition it on the screen.
  • To close the preview, click on the cross icon () on the top-right corner of the preview panel.

Reordering rows

  • You can quickly reorder the rows (cards) in the data table by clicking on the name of the columns.
  • If no ordering is active, you can reorder the rows (cards) in the data table by dragging and dropping them to the desired position.

Reordering columns

You can reorder the columns in the data table by dragging and dropping the column headers to the desired position.

Saving

After making changes to the data table, make sure to click the Save button located at the bottom-right corner of the page to apply your changes.

Saving the changes will save the data you made to the data table as well as save the ordering of the rows and columns.

Importing Data

You can import data into a deck’s data table by clicking the three dots (⋯) in the bottom-left corner of the data table page and selecting the Import option. This opens the import dialog, where you can choose a CSV file from your computer.

  • The CSV file must use the first row as the header row, containing the parameter names (case-sensitive).
  • Imported data is appended to the existing data in the data table.
  • Image-type parameters are excluded from the import. You must upload images manually after importing the data.
  • Any CSV columns that do not match existing deck parameters are ignored.

Be sure to save your changes after importing the data.

Exporting Data

You can export data from a deck’s data table by clicking the three dots (⋯) in the bottom-left corner of the data table page and selecting the Export option. This will download a CSV file containing the current data in the data table.

  • The exported CSV file uses the first row as the header row, containing the parameter names.
  • Image-type parameters are excluded from the export.

Importing the exported CSV file back into the data table will restore the data (except for images) to its previous state.

Last updated on