Get substring

Data Integrity Suite

Product
Spatial_Analytics
Data_Integration
Data_Enrichment
Data_Governance
Precisely_Data_Integrity_Suite
geo_addressing_1
Data_Observability
Data_Quality
dis_core_foundation
Services
Spatial Analytics
Data Integration
Data Enrichment
Data Governance
Geo Addressing
Data Observability
Data Quality
Core Foundation
ft:title
Data Integrity Suite
ft:locale
en-US
PublicationType
pt_product_guide
copyrightfirst
2000
copyrightlast
2026

Extracts a portion of a string from the specified start position for the specified length. Indexing starts at 1.

Configuration Options
  • Select Fields: Choose one or more fields to transform. Column names correspond to those listed in the Dataset Inspection tab.
  • Start index: The position of the first character in the substring. The first character in the string is position 1.
  • Length: The number of characters to include in the substring.

Example

Input Field (Code) Start Index Length Output
ABCD1234 5 4 1234