Skip to main content
Solved

Bulk Attribute Renamer renaming column not attributes


I am attempting what should be a simple renaming of attributes using the BulkAttributeRenamer however the results I am getting are applying the rename to column rather the attribute values.

I am using a PostGIS reader and writer. Any suggestions on what I might be doing wrong?

Best answer by jdh

The BulkAttributeRenamer renames the attributes, it does not touch the values themselves. Any of the AttributeCreator, AttributeManager, StringConcatenator transformers can be used the add a prefix to the existing value.

1000_@Value(auid)

View original
Did this help you find an answer to your question?

2 replies

erik_jan
Contributor
Forum|alt.badge.img+17
  • Contributor
  • June 29, 2017

You should use the StringConcatenator transformer to add "1000_" to the value.


jdh
Contributor
Forum|alt.badge.img+28
  • Contributor
  • Best Answer
  • June 29, 2017

The BulkAttributeRenamer renames the attributes, it does not touch the values themselves. Any of the AttributeCreator, AttributeManager, StringConcatenator transformers can be used the add a prefix to the existing value.

1000_@Value(auid)


Cookie policy

We use cookies to enhance and personalize your experience. If you accept you agree to our full cookie policy. Learn more about our cookies.

 
Cookie settings