The Split String By Character Position step creates a line break after each character for every position listed. A user may define whether or not the step should fail if a position is not found, what the list of positions is, and the Source string. The list of positions is input as integers. The number in the list corresponds directly to the character at that position. Example: If position six were listed in the string, "This is a test," then a line break would appear: "This i/s a test."
Properties
Inputs
Property
Description
Data Type
Fail If Position Not Found
This boolean value will determine if the step fails if the positions are not found in the source.
Boolean
Positions
Positions within the source to split the string at.