I want to create a component that modifies a string column. The column can be selected in the configuration dialog of the component. I managed to add a “Column Selection Configuration” to the component so that it can be configured. However, the “Column Selection Configuration” outputs the name of the column. How can one apply a “String manipulation” to the actual column given the column name?
Are you trying to change the name of a selected column?