Skip to main content

Hello ,

How to split the content of one column to two columns ?

my output of aggregator looks like string12-string56 at same cell in one column and all rows similar .

 

i would like to have two attributes one called base include string12 and other attribute called next include string56 and implement the method for all rows

 

Which transformer should i use ?how to use it ?

fme 2021

thanks in advance

 

Hi @spiderman​,

You can use the AttributeSplitter to split based on the number of columns or separator character. For more complex attribute splitting using Regular Expressions, you can use the Advanced options in the StringSearcher.


Reply