Closed benedeki closed 2 years ago
Operating with field name containing the whole path (parent fields)
From a dot-separated column path of a field name return the column name with the parent path removed
parent.path.my_field -> my_field
parent.path.my_field
my_field
Background
Operating with field name containing the whole path (parent fields)
Feature
From a dot-separated column path of a field name return the column name with the parent path removed
Example
parent.path.my_field
->my_field