ems-project / elasticms

ElasticMS's monorepo
MIT License
3 stars 8 forks source link

fix(cli/import): trim import headers #908

Closed Davidmattei closed 3 months ago

Davidmattei commented 3 months ago
Q A
Bug fix? y
New feature? n
BC breaks? n
Deprecations? n
Fixed tickets? n
Documentation? n

If we import a csv or excel and the first row (headers) contains spaces before or after, we are importing it. Apply trim on the header values, improves the import.