🛡️Data is processed locally – We cannot see your data
Text Features
Upload a dataset to begin
Supported formats: .csv,.xlsx,.xls,.xlsm,.xlsb,.tsv
AboutText Features
Count words, characters, and extract patterns.Category: Transformation & LogicGenerating a word-count column from product descriptions to flag entries that are too short for SEOCounting digits in a free-text field to separate rows that contain a reference number from those that don'tMeasuring character length of customer feedback to segment short vs. detailed responses
The Text Features tool is compatible with:.Use Text Analysis first for a broader statistical view of a text column, then generate specific numeric features here; if you need a particular substring rather than a count, switch to Regex Transform.For a chosen text column, the tool computes per-row metrics, word count, character count, and presence/count of specific patterns like digits, punctuation, or capital letters, writing each as its own new column. These numeric features are exactly the kind of engineered inputs used to score text length, complexity, or structure before feeding a column into a model or a filter.
Frequently Asked Questions:
What does it count?
Word counts, character counts, and pattern extraction from a text column.
Can I extract custom patterns?
Yes, pattern extraction lets you pull out specific structures rather than just raw counts.
Useful groundwork for anyone turning a free-text column into structured features for filtering, scoring, or modeling.