Skip to main content

What It Does

  • Deletes selected columns from your data
  • Supports multiple columns at once
  • Ignores missing columns if theyโ€™ve been removed upstream
  • Returns your cleaned data, with row count and order preserved

๐Ÿ Getting Started

Delete Column node configuration screenshot
1

Add the Node

Drag in the Delete Column node from the panel.
2

Connect an Input

Use any node that outputs data.
3

Select Columns to Delete

Use the dropdown to pick one or more columns to remove.
4

Run the Node

Hit Run to remove the selected columns.

Inputs

๐Ÿ› ๏ธ Required Fields

  • Columns to Delete (โœ…)
    One or more column names selected from the dropdown.
    Why it matters: The node canโ€™t run unless at least one column is selected.
Youโ€™ll only see columns from the immediate upstream node. If a column is missing, check that it wasnโ€™t dropped earlier in the play.

Output

Youโ€™ll get back your input data โ€” minus the columns you chose to remove.
  • Row count and column order are preserved
  • Any columns that no longer exist upstream are ignored
Delete Column node output screenshot

How It Works

  1. Loads your input data
  2. Applies the column deletion list
  3. Skips any missing columns
  4. Removes the selected fields
  5. Returns a simplified version of your data

๐Ÿš€ Example Use Cases & Prompts

Use CaseSetup Example
Clean up before exportRemove notes_draft, temp_tags
Drop unused enrichmentsDelete angellist_url, alexa_ranking
Remove sensitive fieldsExclude email, phone, linkedin_uid
Shrink datasetOnly keep whatโ€™s needed for downstream

โœจ Pro Tips

Use this node before export steps like CSV Write or downstream enrichment to stay lean and focused.
Use this node to cut down the noise in your dataset.

โš ๏ธ Important Considerations

At least one column must be selected for the node to run.
If you delete all columns, your output will be completely empty โ€” no rows or headers. Double-check before running.

๐Ÿ›  Troubleshooting & Gotchas

SymptomLikely CauseQuick Fix
Output is emptyAll columns were removedKeep at least one field in the result
Missing columnIt may have been removed upstreamCheck earlier nodes in the play

๐Ÿ“ FAQ

You can only delete columns that are passed into this node from the upstream node.
Nope โ€” just use the dropdown menu to pick available fields.
Youโ€™ll get an empty dataset. No problem โ€” reconfigure the node and run it again with the columns you want to keep.

๐Ÿ’ฐ Pricing

The Delete Column node is free โ€” no credits required.

Keep your data tight and tidy โ€” drop what you donโ€™t need, and pass along only what matters. ๐Ÿงผ๐Ÿง