What are processor tools?
Processor tools run operations on your Airtable records in bulk. Point a tool at a table, configure what it should do, and run it. The tool reads your records, processes them, and writes results back, all without leaving Filla.Available tools
CSV Exporter
Export records to a downloadable CSV file.
Image Manipulator
Resize, compress, convert, and watermark images in attachment fields.
PDF Text Extractor
Extract text content from PDF attachments.
QR/Barcode Generator
Generate QR codes and barcodes from field values.
Text Processor
Find and replace, change case, trim whitespace, and add prefixes across text fields.
URL Slug Generator
Turn text into clean, URL-friendly slugs.
Duplicate Finder
Find and handle duplicate records by matching on one or more fields.
Markdown to HTML
Convert between Markdown and HTML in text fields.
Email Validator
Check email addresses for format errors, disposable domains, and deliverability.
Attachment Renamer
Rename files in attachment fields using templates with record data.
Geocoder
Convert addresses to coordinates or coordinates to addresses.
Distance Calculator
Calculate distances and travel times between locations.
URL to Attachment
Download files from URLs and save them as Airtable attachments.
Unique ID Generator
Generate sequential or custom-pattern IDs for your records.
Attachment Downloader
Download all attachments from a table as a ZIP file.
Currency Converter
Convert amounts between currencies using live exchange rates.
Document Generator
Generate PDFs and documents from templates using record data.
Bulk Email Sender
Send personalized emails to recipients from your Airtable records.
How tools work
Every processor tool follows the same pattern:Configure
Select a source table, choose which fields to read from and write to, and set any tool-specific options.
Run
Click Run to start processing. Filla reads records in pages of 100, processes each one, and writes results back to Airtable.
Preview panels
11 of 18 tools have interactive preview panels that show a dry-run of the tool’s output against real Airtable data before you commit to a full run. Look for the preview section in the tool editor to test your configuration.Background execution
When you click Run, Filla starts the tool in the background. The HTTP response returns immediately so you can continue working. Progress is tracked in real time on the run panel, showing records processed, succeeded, skipped, and failed.Error handling
All tools support configurable error handling:| Option | Behavior |
|---|---|
| Stop | Stop the entire run when any record fails |
| Continue | Log the error and keep processing the remaining records |
| Skip record | Skip the failed record and continue with the rest |