I want to update one record in an attribute. For example, the attribute carries the names of several cities, I want to change just a single city name within the attribute.
Page 1 / 1
StringReplacer should get the job done.
You might also consider a Test Filter (or a Tester) > AttributeSetter (ie change your attribute > "merge" your streams back together.
Hi,
There may be several approaches, which is optimal depends on the data condition and requirement. What kind of format is the attribute string? Comma-separated, space-separated or other? You need always the first city name in the attribute?
Takashi