-
Bug
-
Resolution: Done
-
Major
-
None
-
None
-
False
-
False
-
Undefined
-
Hello, I am tying to implement connector type `PostgreSQL` from `http://localhost:8080/api/connector-types` in Data Options form.
I am having problem to show field label of the following properties because these properties doesn't have `displayName:` which is generating fields without a label in UI.
{ "category": "CONNECTOR_ADVANCED", "description": "A comma-separated list of regular expressions matching fully-qualified names of columns that should be truncated to the configured amount of characters.", "isMandatory": false, "name": "column.truncate.to.(d+).chars", "type": "STRING" }, { "category": "CONNECTOR_ADVANCED", "description": "A comma-separated list of regular expressions matching fully-qualified names of columns that should be masked with configured amount of asterisk ('*') characters.", "isMandatory": false, "name": "column.mask.with.(d+).chars", "type": "STRING" }, { "category": "CONNECTOR_ADVANCED", "description": "A comma-separated list of regular expressions matching fully-qualified names of columns that should be masked by hashing the input. Using the specified hash algorithms and salt.", "isMandatory": false, "name": "column.mask.hash.([^.]+).with.salt.(.+)", "type": "STRING" }