PHPackages                             sidecar/craft-formie-import - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. sidecar/craft-formie-import

ActiveCraft-plugin[Utility &amp; Helpers](/categories/utility)

sidecar/craft-formie-import
===========================

CSV import tool for Formie submissions in Craft CMS 5

1.0.6(3mo ago)039MITPHPPHP ^8.2

Since Mar 13Pushed 3mo agoCompare

[ Source](https://github.com/alexandreSideCar/craft-formie-import)[ Packagist](https://packagist.org/packages/sidecar/craft-formie-import)[ RSS](/packages/sidecar-craft-formie-import/feed)WikiDiscussions main Synced 3w ago

READMEChangelogDependencies (2)Versions (7)Used By (0)

Craft Formie Import
===================

[](#craft-formie-import)

CSV import tool for Formie submissions in Craft CMS 5.

[![Packagist Version](https://camo.githubusercontent.com/61b1ad4ed586b50e7201c17167e855cf4200e79766cc412a13c77a3ad127235d/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f736964656361722f63726166742d666f726d69652d696d706f7274)](https://camo.githubusercontent.com/61b1ad4ed586b50e7201c17167e855cf4200e79766cc412a13c77a3ad127235d/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f736964656361722f63726166742d666f726d69652d696d706f7274)[![License](https://camo.githubusercontent.com/3191c32dc2a5638ba5ef91a30217dea262a9554d36f001156c12ffeaf2a0adcb/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f736964656361722f63726166742d666f726d69652d696d706f7274)](https://camo.githubusercontent.com/3191c32dc2a5638ba5ef91a30217dea262a9554d36f001156c12ffeaf2a0adcb/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f736964656361722f63726166742d666f726d69652d696d706f7274)

Features
--------

[](#features)

- **CSV import** — Import submissions from CSV files into any Formie form
- **Auto field mapping** — Automatic column-to-field matching by label or handle, with accent-normalized fuzzy matching
- **Multi-form support** — Import to a single form or multiple forms from one CSV file
- **Duplicate detection** — Skip duplicates based on configurable unique field combinations
- **Spam filtering** — Optionally skip rows marked as spam in the CSV
- **Dry run mode** — Test your import before committing to the database
- **Console commands** — List forms, generate mappings, and import via CLI
- **Translations** — English and French included

Requirements
------------

[](#requirements)

- Craft CMS 5.3+
- PHP 8.2+
- [Formie](https://verbb.io/craft-plugins/formie) 3.0+

Installation
------------

[](#installation)

```
composer require sidecar/craft-formie-import
php craft plugin/install craft-formie-import
```

Usage
-----

[](#usage)

### Web Interface

[](#web-interface)

1. Go to **Formie Import** in the Craft CP sidebar
2. Select a target form (or "All forms" for multi-form import)
3. Upload your CSV file and click **Analyze CSV**
4. Review the auto-generated column mapping and adjust if needed
5. Configure options: duplicate detection fields, spam filtering
6. Click **Dry Run (test)** to preview results, or **Import** to proceed

### Console Commands

[](#console-commands)

```
# List all forms and their fields
php craft formie/list-forms

# Generate a mapping file for a form
php craft formie/generate-mapping path/to/file.csv --form=myFormHandle

# Import a CSV file
php craft formie/import-csv path/to/file.csv --form=myFormHandle

# Import with options
php craft formie/import-csv path/to/file.csv \
  --form=myFormHandle \
  --uniqueFields=email,phone \
  --skipSpam \
  --dryRun
```

CSV Format
----------

[](#csv-format)

The plugin expects a CSV exported from Formie. Meta columns (`ID`, `Form ID`, `Form Name`, `User ID`, `IP Address`, `Is Incomplete?`, `Is Spam?`, etc.) are recognized automatically and excluded from field mapping.

Data columns are matched to form fields by label or handle. Sub-fields use colon notation (e.g., `Name: First Name`).

License
-------

[](#license)

MIT

Credits
-------

[](#credits)

Developed by [Side-Car](https://side-car.ca/).

###  Health Score

39

—

LowBetter than 85% of packages

Maintenance81

Actively maintained with recent releases

Popularity9

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity51

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~0 days

Total

6

Last Release

101d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/81d506087791c467548317cdfe4c2440ff6085c653f93e9314a64a11980dae53?d=identicon)[Side-Car](/maintainers/Side-Car)

---

Top Contributors

[![alexandreSideCar](https://avatars.githubusercontent.com/u/186958539?v=4)](https://github.com/alexandreSideCar "alexandreSideCar (8 commits)")

---

Tags

craft-plugincraftcmscsv-importformie

### Embed Badge

![Health badge](/badges/sidecar-craft-formie-import/health.svg)

```
[![Health](https://phpackages.com/badges/sidecar-craft-formie-import/health.svg)](https://phpackages.com/packages/sidecar-craft-formie-import)
```

###  Alternatives

[spicyweb/craft-neo

A Matrix-like field type with block hierarchy

393808.8k10](/packages/spicyweb-craft-neo)[craftcms/feed-me

Import content from XML, RSS, CSV or JSON feeds into entries, categories, Craft Commerce products, and more.

292943.4k27](/packages/craftcms-feed-me)[verbb/formie

The most user-friendly forms plugin for Craft.

100387.6k57](/packages/verbb-formie)[solspace/craft-freeform

The most flexible and user-friendly form building plugin!

53675.5k15](/packages/solspace-craft-freeform)[verbb/navigation

Create navigation menus for your site.

92698.4k18](/packages/verbb-navigation)[craftcms/ckeditor

Edit rich text content in Craft CMS using CKEditor.

47390.0k69](/packages/craftcms-ckeditor)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
