Hello, I was able to use AttributeSplitter to split a filed delimited by semi-colons into multiple rows. Please see the original table and results below. How can I populate the IsPrimaryOwner field as 'Yes' for the first split item?
Original Table:
PropertyIDOwnersIsPrimaryOwner1Travis, James; Stockton, JohnResult Table:
PropertyIDOwnerIsPrimaryOwner1Travis, JamesYes1Stockton, John