FileFeed: Stop Writing CSV Parsers for Every New Client

Published: (April 5, 2026 at 01:13 PM EDT)
2 min read
Source: Dev.to

Source: Dev.to

What is FileFeed?

FileFeed is a file processing platform for automated file ingestion. Files come in through SFTP, email, API, or cloud storage. FileFeed validates them, maps the columns to your schema, runs transformations, and delivers clean JSON to your product.

  • One schema.
  • Every client mapped to it.
  • Zero custom parsers.

How it works

  1. Your client drops a file to SFTP.
  2. FileFeed detects the pipeline (client + folder match).
  3. Schema validation runs.
  4. Field mappings applied.
  5. Transformations executed.
  6. Webhook fires to your system.
  7. You fetch clean JSON via API.

Each client gets its own SFTP credentials, isolated storage, and a pipeline with specific field mappings. You define the schema once; FileFeed normalizes everything to it.

What you get out of the box

  • Multi-channel ingest: SFTP, email, API, cloud storage.
  • Schema validation: reject bad data before it hits your system.
  • Field mapping: Worker_IDemployee_id, per client, no code.
  • Built-in transformations: toLowerCase, trim, formatPhoneNumber, and more.
  • Webhook delivery: HMAC‑signed, fires on file received, processed, or failed.
  • Outbound delivery: push clean data back via API, SFTP, cloud storage, or email.
  • Dashboard: see every pipeline run, download original and processed files.

What it replaces

Before FileFeed, teams used tools like Couchdrop for SFTP file routing. Those tools handle file transfer but not file processing. Engineers still wrote all the parsing, mapping, and validation code themselves.

FileFeed handles the full pipeline from ingest to delivery.

Who is this for?

B2B SaaS companies whose enterprise clients send data files—HR‑tech, fintech, healthcare, supply chain, etc. If your engineers are writing file parsers instead of building product, FileFeed handles that layer.

Try it

Check it out at .

0 views
Back to Blog

Related posts

Read more »

New Rentgen Release v1.20.0 🚀

Release v1.20.0 🚀 - Project export / import main feature No accounts. No cloud. No data leaving your machine. Export your project → get a file → put it anywhe...