RemoveAt (String str, Integer startAt, Integer noofChars)

Example

We have 3 parameters, str, startAt and noOfChars, in a Variables object in which we have specified the default values as:

str = Charles Dickens

startAt = 8

noOfChars = 7

Map the data fields from the Variables object to the respective data fields under the Input node inside the function object.

Now, right-click on the RemoveAt function transformation object and select Preview Output. You can see that starting from position 8, 7 characters have been removed from the string.

© Copyright 2023, Astera Software