Replace By Position
Replaces the substring from the start position to the end position.
- Step name
- Defines the name for a step. Provide a meaningful name so that anyone who edits transformation steps in a pipeline will be able to identify the purpose of a step.
- Columns
- Specifies columns to transform. Click to view the list of column names. Column names listed here correspond to the column names in the dataset inspection table. Click in the drop-down list to select or clear check boxes next to column names. Alternatively, click column headings in the inspection table to select or clear check boxes next to the corresponding column names in this box. To add a column to the selection, you must press the the Ctrl key when you click a column heading.
- Start Index
- Specifies the first position to replace. The count starts with 1. For example, 6 indexes the space between the two numbers in the string "20015 2175".
- End Index
- Specifies the last position to replace. If the end index is greater than the number of characters in a string, the transform replaces the substring from the start position to the end of the string. To replace a single character, set the end index to the same position as the start index.
- Replacement
- Specifies the string of characters to replace the indexed substring. For example, specifying "-" as the replacement and 6 for both the start and end indexes would replace the space in "20015 2175" with the hyphen, and the result would be "2015-2175".
- Save
- Click this button to close settings and save changes to the transformation settings.
- Preview
- Click this button to preview the results of the transformation settings.
- Cancel
- Click this button to close settings for this transformations without saving any changes.