Element Details: Replace+String
 Back


Available in: Logi Info Source code name: ReplaceString

Performs a case-sensitive search and replace on the specified columns.

By default the element will update the value of the original column. To save the updated string in a new column use the NewColumnNames attribute.

All occurrences of the Target string are replaced with the value of NewString. Use the Change attribute to control the scope of the search and replace. If the Target string is blank, the entire value is changed.

Element Group:String Elements



ATTRIBUTES

Click attribute Name to drill down for more information.

NamePossible ValuesDescription
Change
Last
First
All
The type of transformation to apply to the column value.
ColumnNames
UserDefined
(Required) A list of column names, separated by commas. For example: OrderID, CustomerID, EmployeeID, OrderDate
ID
UserDefined
(Required) The ID attribute is a pervasive attribute that uniquely identifies an element within a definition file. The ID needs to be a unique value within the definition.
NewColumnNames
UserDefined
A list of column names, separated by commas. The number of items in this list must match the number in the ColumnNames attribute. For example: OrderID, CustomerID, EmployeeID, OrderDate
NewString
UserDefined
A new string value.
TargetString
UserDefined
The string value to seach for.



PARENT ELEMENTS

Click element to drill down for more information.

DataLayer.Cached
DataLayer.CSV
DataLayer.Definition List
DataLayer.Directory
DataLayer.ETL
DataLayer.Excel
DataLayer.Fixed Format File
DataLayer.Google App
DataLayer.Google Spreadsheet
DataLayer.JSON
DataLayer.LDAP
DataLayer.Linked
DataLayer.Plugin
DataLayer.REST
DataLayer.SimpleDB
DataLayer.SP
DataLayer.SQL
DataLayer.Static
DataLayer.Twitter
DataLayer.Web Feed
DataLayer.Web Scraper
DataLayer.Web Service
DataLayer.XML


CHILD ELEMENTS

Click element to drill down for more information.



 Back to top


 Chart Debug