Hi, this is probably a very simple question but the brains not working this morning. I can do this in excel but want to know how to do this in FME.I have a cell with an address split by new rows (Char(10) and I want to split this cell and put the outputs into new, individual columns
example
DetailsNameOfficeRoadTownCountyPostcodeJohn Smith
Corporation Building
Common Road
London
City of London
W1 2DE
DetailsNameOfficeRoadTownCountyPostcode
John Smith
Corporation Building
Common Road
London
City of London
W1 2DE
and I want this
DetailsNameOfficeRoadTownCountyPostcode
John Smith
Corporation Building
Common Road
London
City of London
W1 2DEJohn SmithCorporation BuildingCommon RoadLondonCity of LondonW1 2DE