https://github.com/statamic/importer
Import content and data from XML or CSV with support for WP + Gutenberg.
https://github.com/statamic/importer
importer statamic-addon
Last synced: 6 months ago
JSON representation
Import content and data from XML or CSV with support for WP + Gutenberg.
- Host: GitHub
- URL: https://github.com/statamic/importer
- Owner: statamic
- License: mit
- Created: 2024-10-21T11:21:50.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2025-03-20T12:05:40.000Z (7 months ago)
- Last Synced: 2025-03-20T13:35:24.850Z (7 months ago)
- Topics: importer, statamic-addon
- Language: PHP
- Homepage: https://statamic.com/addons/statamic/importer
- Size: 348 KB
- Stars: 15
- Watchers: 4
- Forks: 3
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Importer
> Allows you to easily import content and users into Statamic. Supports CSV and XML files.## Features
* Allows importing entries, taxonomy terms, and users
* Supports CSV and XML files
* Easy to use UI for mapping fields
* Special handling of Gutenberg content (WordPress)
* Hooks for customizing the import process## Installation
You can install the Importer addon via Composer:
``` bash
composer require statamic/importer
```You can find the Importer addon in the Control Panel under `Utilities > Importer`.
> **Note:**
> Before installing the importer addon, please ensure your project has a database configured. The importer uses a database to keep track of import progress. If you created your site using the [Statamic CLI](https://github.com/statamic/cli), a SQLite database will have been setup for you. You can confirm by running `php artisan migrate`.## Documentation
Read the docs on the [Statamic Marketplace](https://statamic.com/addons/statamic/importer/docs) or contribute to it [here on GitHub](DOCUMENTATION.md).