geosolutions-it / geobatch

Open Source GeoSpatial Processing Simplified
GNU General Public License v3.0
22 stars 19 forks source link

Add expression-based attribute transformation to ds2ds action #227

Closed mbarto closed 11 years ago

mbarto commented 11 years ago

Currently we have only simple attribute renaming support, through attributeMappings (destName --> sourceName). We should also support some form of transformation, using a SpringEl expression as the sourceName. For example: #{MY_ATTR + 1} should transform the source MY_ATTR attribute, adding 1 to its value.