Minor: improve the CSV import encoding for column description and glossaryTerms (#18870)

This commit is contained in:
Sachin Chaurasiya 2024-12-02 13:04:50 +05:30 committed by GitHub
parent dc4b2c9b47
commit d5e54e4791
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -44,6 +44,8 @@ class CSVUtilsClassBase {
'description', 'description',
'glossaryTerms', 'glossaryTerms',
'relatedTerms', 'relatedTerms',
'column.description',
'column.glossaryTerms',
]; ];
} }