Skip to main content

What this tool does

The Text Processor performs bulk text operations across one or more text fields in your Airtable table. Use it to clean data, standardize formatting, fix capitalization, or add consistent prefixes and suffixes across thousands of records at once.

Settings reference

Source

SettingDescription
Source tableThe table containing text fields to process.
OperationThe type of text transformation: Find and Replace, Case Conversion, Trim and Normalize, or Prepend / Append.
Field scopeAll text fields (process every text-type field in the table) or Selected fields (choose specific fields).
Fields to processWhich specific fields to process. Only shown when Field scope is Selected fields.

Operations

Find and replace

Search for a string and replace it with another across all selected fields.
SettingDescription
FindText to search for.
Replace withReplacement text. Leave empty to delete all matches.
Match caseWhen on, the search is case-sensitive.
Use regular expressionTreat the Find value as a regex pattern.
Match whole words onlyOnly match complete words, not substrings.
Example: Find Acme Corp, replace with Acme Corporation to standardize company names across a table.

Case conversion

Change the capitalization of text in selected fields.
SettingDescription
Convert toUPPER CASE, lower case, Title Case, or Sentence case.
Example: Convert a “Status” field to Title Case so all entries like approved, PENDING, in review become Approved, Pending, In Review.

Trim and normalize

Clean up whitespace issues in text fields.
SettingDescription
Trim leading and trailing whitespaceRemove spaces and tabs at the start and end of each value.
Collapse multiple spaces to singleReplace consecutive spaces with a single space.
Remove spaces before punctuationFix extra spaces before commas, periods, semicolons, and colons.

Prepend / Append

Add text before or after existing values.
SettingDescription
Prefix textText to add before each value.
Suffix textText to add after each value.
Skip empty fieldsDon’t add prefix/suffix to blank fields.
Example: Add https:// as a prefix to a URL field where URLs were stored without the protocol.

Field scope

The All text fields option automatically discovers all text-type fields (Single Line Text, Multiline Text, Rich Text, URL, Email, Phone Number) in the table and processes all of them. Use Selected fields when you want to limit the operation to specific columns.

Preview

The Text Processor has a preview panel that shows how the transformation would affect a sample of your records. Review the preview before running.

Common questions

Yes. The tool only writes back to Airtable for records where the transformation actually changed the value. Unchanged records are not updated.
Yes. Toggle Use regular expression on and enter a valid regex pattern in the Find field.
No. Each run executes one operation type. Run the tool multiple times for multiple transformations.