Pad string

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
2025

Adds characters to the beginning or end of a string field to meet a specified length. The original string is preserved within the padded result.

Configuration Options
  • Select Fields: Choose one or more fields to transform.
  • Direction:
    • Left: Pads characters at the beginning of the string.
    • Right: Pads characters at the end of the string.
  • Character: The string to use for padding. Can be one or more characters.
  • Length: The total length of the final string, including the original string and padding.

Example

Input Field (ID) Direction Character Length Output
123 Left 0 5 00123
ABC Right - 6 ABC--