Splitting String Text Into 2 Fields

Splitting String Text Into 2 Fields

Comments

  • I am trying to split string text into 2 fields. Can you tell me what step(s) will accomplish this?
    For example:

    12345.6789 needs to be split into 12345 and 6789. There will always be a period separating the two strings.

  • Are you using numbers for the sake of this example only? If not will need to run a converter on the outputs after you split the two strings using our Split String step if you want to perform any numerical computations on them. Otherwise if they arent going to be used as true numbers, a simple Split String step shall suffice. I hope this helps.

  • Split String Step! Its in /Data/Text in the toolbox. Thats the ticket!

Sign In or Register to comment.