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.
Career Survey
First 500 qualified respondents will receive a $20 gift card! Tell us about your professional Splunk journey.
Get Updates on the Splunk Community!

Tech Talk Recap | Mastering Threat Hunting

Mastering Threat HuntingDive into the world of threat hunting, exploring the key differences between ...

Observability for AI Applications: Troubleshooting Latency

If you’re working with proprietary company data, you’re probably going to have a locally hosted LLM or many ...

Splunk AI Assistant for SPL vs. ChatGPT: Which One is Better?

In the age of AI, every tool promises to make our lives easier. From summarizing content to writing code, ...