Use a SubstringExtractor transformer to find the part after character 19 (start 19 end -1).
Then do the StringSearcher (looking for the first space in the substring). If you add 19 to the _index you will have the location of the first space after position 19 in the original attribute.
find all spaces in the source string using StringSearcher (the 'found spaces' together with their positions in the source string will be stored in as a list where each item has two elements: match and startIndex);
find list item with startIndex > 19 using List Searcher and save it as an attribute using ListIndexer;
create two new attributes - one with the beginning of the string till the space found after 19th position of the string and another with the rest of the string:
We use 3 different kinds of cookies. You can choose which cookies you want to accept. We need basic cookies to make this site work, therefore these are the minimum you can select. Learn more about our cookies.