This PR addresses the issue with calculated child fields having duplicate names in the target table description. It appears that these fields are mostly sub-address fields like city, street, country, etc.
Child fields are now renamed as such:
child_field_name
to
parent_field_name -> child_field_name
This PR addresses the issue with calculated child fields having duplicate names in the target table description. It appears that these fields are mostly sub-address fields like city, street, country, etc.
Child fields are now renamed as such:
child_field_name
toparent_field_name -> child_field_name