Update Castor integration authored by Kai van Lopik's avatar Kai van Lopik
...@@ -111,7 +111,7 @@ The import process applies name mangling to strip Castor names of disallowed cha ...@@ -111,7 +111,7 @@ The import process applies name mangling to strip Castor names of disallowed cha
- all whitespace characters are replaced by an underscore character, and - all whitespace characters are replaced by an underscore character, and
- all remaining disallowed characters are dropped from the name. - all remaining disallowed characters are dropped from the name.
To ensure that the period `.` character only appears as a section delimiter in generated column names, it too is dropped from Castor names when determining the column name section. To ensure that generated column names use the period `.` character exclusively as a section delimiter, it too is dropped from Castor names.
### Column name mappings ### Column name mappings
... ...
......