Definition
Bean Shell Formatter allows you to write custom Java code to transform values on the datalist column.
Figure 1: Bean Shell Formatter Properties
Name | Description |
---|---|
Script | Script in Java. Injected variables available for consumption are:-
Returns a String. Sample Code value = value + "append this text to every column value"; return value; |