FeedIndex

CSV Import

Bulk import posts into FeedIndex from a CSV file.

Import existing feedback from other tools by uploading a CSV file. Available on Starter plan and above.

Format

Your CSV file should have these columns:

ColumnRequiredDescription
titleYesPost title (max 120 characters)
descriptionNoPost body (max 5,000 characters)
statusNoStatus label (matched to existing board statuses)
emailNoSubmitter email
votesNoInitial vote count (default: 0)

How to import

  1. Navigate to your board in the dashboard
  2. Click Import in the board toolbar
  3. Upload your CSV file (max 500 posts per import)
  4. Review the preview table — FeedIndex shows how statuses will be matched
  5. Confirm to import

Status matching

FeedIndex matches your CSV status values to the board's existing statuses using exact, case-insensitive matching on the status label or slug. For example, "In Progress" and "in_progress" both match the "In Progress" status.

Unmatched statuses default to the board's first status (typically "Under Review" or "New").

Tips

  • Export from your current tool first, then adjust the CSV columns to match the format above
  • All imported posts are automatically approved (no moderation queue)
  • Import is additive — it won't overwrite or duplicate existing posts

On this page