Element Details: Insert+String
 Back


Available in: Logi Info Source code name: InsertString

Insert a string at a specified position. If the position is greater than the length of the original string, the new string will be added to the end.

The returned string can update the original column, or be stored in a new column. To save the updated strings in a new column use the NewColumnNames attribute.

Element Group:String Elements



ATTRIBUTES

Click attribute Name to drill down for more information.

NamePossible ValuesDescription
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.
StartIndex
UserDefined
(Required) The position within the string to use as a starting point. Note: This element is zero-based, which means that the first position of a string is zero.



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