Comments and answers for "split a row into multiple rows by a field with delimited values" https://knowledge.亚搏在线safe.com/questions/35589/split-a-row-into-multiple-rows-by-a-field-with-del.html The latest comments and answers for the question "split a row into multiple rows by a field with delimited values" Comment by fmenewbie on fmenewbie's answer https://knowledge.safe.com/comments/35595/view.html Thanks for the diagram.Works perfect! Thu, 20 Oct 2016 19:05:43 GMT fmenewbie Answer by ebygomm https://knowledge.safe.com/answers/35590/view.html

An AttributeSplitter followed by a list exploder will do this.If you want to split by multiple attributes it's probably best to replace the ampersand with a semi colon using a string replacer prior to using the attribute splitter

Thu, 20 Oct 2016 17:05:18 GMT ebygomm