Getting Data In

How to allow special characters in the header for uploaded CSV data?

chandresh_gurba
Engager

I uploaded CSV data which contains some special characters in headers and values, but after parsing, all special characters were removed from the header.
I want to support all characters in the header. I also tried several Regex patterns in "FIELD_HEADER_REGEX" and "Pattern for prefixed header line", but not able to get proper results.

1 Solution

richgalloway
SplunkTrust
SplunkTrust

CSV headers become Splunk fields so they are limited to the characters allowed in field names. Valid characters for field names are a-z, A-Z, 0-9, or _ . Field names cannot start with a digit or underscore.

---
If this reply helps you, Karma would be appreciated.

View solution in original post

richgalloway
SplunkTrust
SplunkTrust

CSV headers become Splunk fields so they are limited to the characters allowed in field names. Valid characters for field names are a-z, A-Z, 0-9, or _ . Field names cannot start with a digit or underscore.

---
If this reply helps you, Karma would be appreciated.
Get Updates on the Splunk Community!

Announcing Scheduled Export GA for Dashboard Studio

We're excited to announce the general availability of Scheduled Export for Dashboard Studio. Starting in ...

Extending Observability Content to Splunk Cloud

Watch Now!   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to leverage ...

More Control Over Your Monitoring Costs with Archived Metrics GA in US-AWS!

What if there was a way you could keep all the metrics data you need while saving on storage costs?This is now ...