Skip to main content

Text Formatting

The Text Formatting task allows you to do the following:

  1. Consolidate whitespace characters into a single space.
  2. Change text to lowercase, uppercase, or to a capitalized form.

Quickstart

Let us start with the following sample data:

NamesTotal
mark140
Bob105
alice129
RAJ111
claire120

As depicted in the table, the Names column is not consistent. Let us capitalize all the words. Complete the following steps to achieve this:

  1. Go to Transform > Text Functions.
  2. Select the option Text Formatting.
  3. Select the column Names in the column list.
  4. Select the Change case to option. Click on the option Capitalized.
  5. Click APPLY.

The data will appear as shown in the following table:

NamesScience
Mark140
Bob135
Alice129
Raj135
Claire135

Supported Options

The following options are supported in Format Text task.

Select Columns

You can select one or more columns to which you want to apply this rule.

Change case to

This supports the following three options:

  1. lowercase
  2. uppercase
  3. capitalize

Normalize whitespace

If this option is checked, multiple consecutive whitespaces will be combined into just one.

note
  • The capitalize option will capitalize each word in the sentence.