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.
Got questions? Get answers!

Join the Splunk Community Slack to learn, troubleshoot, and make connections with fellow Splunk practitioners in real time!

Meet up IRL or virtually!

Join Splunk User Groups to connect and learn in-person by region or remotely by topic or industry.

Get Updates on the Splunk Community!

Automated Threat Analysis: Available in ES Premier

Automated Threat Analysis: Centralize and Accelerate Phishing Investigations in Splunk Enterprise ...

What’s New in Splunk AI: Volume 02

Welcome to the second edition of “What’s New in Splunk AI” where we look at the latest and greatest updates, ...

Best Practices: Splunk auto adjust pipeline queue

When you enable autoAdjustQueue in Splunk, maxSize should be understood as the queue size Splunk starts with ...