Hello,I am trying to split an Address into - Street1, Street2, City,
State, ZIP, Country - from a field "L3MG Original Address" which is part
of a feed into Adobe, and therefore part of a Classification table with
key "Listing ID".I created a Subclassification on "Address" for the six
items - Street1, Street2, City, State, ZIP, Country -.Then in Rule
Builder, used regex ^(.*)\|(.*)\|(.*)\|(.*)\|(.*)\|(.*)$ to split the
address as shown below.Individually, each expression is matching as
shown bel...