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!

What the End of Support for Splunk Add-on Builder Means for You

Hello Splunk Community! We want to share an important update regarding the future of the Splunk Add-on Builder ...

Solve, Learn, Repeat: New Puzzle Channel Now Live

Welcome to the Splunk Puzzle PlaygroundIf you are anything like me, you love to solve problems, and what ...

Building Reliable Asset and Identity Frameworks in Splunk ES

 Accurate asset and identity resolution is the backbone of security operations. Without it, alerts are ...