Hello, I have a full StreetAddress field and separate City/State/Zip fields. I want to parse Street only out from the StreetAddress field. I used AttributeCreator, Left() and FindString(). Please see below. Most records were correctly parsed out except for few ones like the second record in the table below. Is there a way for FindString() to return the last occurrence of a string? or any other ways for this purpose?
@Left(@Value(StreetAddress),@FindString(@Value(StreetAddress), @Value(City)) + 1)
StreetAddressCityStateZip1 Google Way Mountain View, CA 12345Mountain ViewCA12345
1 Houston Road Houston, TX 23456HoustonTX23456