{% extends "base.html" %} {% block title %}Import Data - Makenot.work{% endblock %} {% block body_attrs %} class="padded-page import-page"{% endblock %} {% block content %} {% include "partials/site_header.html" %}
← Back to Dashboard

Import Data

Import subscribers, items, and transaction history from other platforms.

{% if !jobs.is_empty() %}

Import History

{% for j in jobs %} {% endfor %}
Source Status Rows Created Date
{{ j.source }} {{ j.status }} {{ j.total_rows }} {{ j.created_rows }} {{ j.created_at.format("%Y-%m-%d %H:%M") }}
{% endif %}

Supported Formats

Currently supports generic CSV files. Upload a CSV with subscriber emails, transaction amounts, or item data, then map columns to the right fields. Coming soon: direct Substack, Ghost, Gumroad, Bandcamp, and Patreon imports.

{% endblock %}