{% extends "base" %} {% block init %} {% set title = "Support" %} {% set page_title = "Import/Export" %} {% set page_subtitle = "" %} {% endblock %} {% block content %}

Export data

You can export data associated with your server from the dashboard. The data will export as a CSV file. The CSV file can then be edited and imported to bulk edit server data.

Import data

You can import previous exports or modified exports. When importing a file, the new data will be added alongside existing data.

Edit your data

The CSV can be edited either as a text file or in a spreadsheet editor such as LibreOffice Calc. To set up LibreOffice Calc for editing, do the following:

  1. Export data from dashboard.
    Selecting export button
  2. Open the file in LibreOffice. During the import dialogue, select "Format quoted field as text".
    Selecting format button
  3. Make edits to the spreadsheet. You can add, edit, and remove rows for reminders. Don't remove the top-most (title) row.
    Editing spreadsheet
  4. Save the edited CSV file and import it on the dashboard.
    Import new reminders
Other spreadsheet tools can also be used to edit exports, as long as they are properly configured:
  • Google Sheets: Create a new blank spreadsheet. Select File > Import > Upload > export.csv. Use the following import settings:
    Google sheets import settings
  • Excel (including Excel Online): Avoid using Excel. Excel will not correctly import channels, or give clear options to correct imports.
{% endblock %}