Is there a way to create dynamic column names using the values returned from the query?

For example:

<entity name="foo"
             dataSource="my_database"
             query="select * from foo where item_id=${item.id}">
<field column="title" name="${foo.somefield}_textsv"/>
</entity>

Reply via email to