SPLK-1002 · Question #19
Which of the following file formats can be extracted using a delimiter field extraction?
The correct answer is A. CSV. Delimiter-based field extractions in Splunk work by splitting event data on a specific delimiter character (comma, tab, pipe, space, etc.) to identify field values. CSV (Comma-Separated Values) files are the classic use case for this extraction method. PDF (B) is a binary…
Question
Which of the following file formats can be extracted using a delimiter field extraction?
Options
- ACSV
- BPDF
- CXML
- DJSON
How the community answered
(38 responses)- A89% (34)
- B3% (1)
- C5% (2)
- D3% (1)
Explanation
Delimiter-based field extractions in Splunk work by splitting event data on a specific delimiter character (comma, tab, pipe, space, etc.) to identify field values. CSV (Comma-Separated Values) files are the classic use case for this extraction method. PDF (B) is a binary document format that requires specialized parsing outside of Splunk's standard extraction. XML (C) is parsed using Splunk's XML extraction, not delimiters. JSON (D) is handled by Splunk's built-in JSON extraction method, not delimiter-based extraction.
Topics
Community Discussion
No community discussion yet for this question.