Skip to main content

I am working with crime data and need to change some fields to full names, M/F to Male/Female. Is the stringreplacer a good candidate for this? I have been using the FeatureMerger and definition tables in .csv format. Just seeing if there is a better way to do this.

 

Thanks!!

M/F to Male/Female is easily done with the stringPairReplacer.


AttributeValueMapper would be a good transformer too


@jdh I was able to it with the stringPairReplacer. Thanks!!


Reply