QuestionQ58

Parsing and Normalization

Review the log sample below:

Question Image

Which type of parser should be used to extract fields and values from this log?

  • A XML
  • B CSV
  • C JSON
  • D Key-Value
Explanation

The log entries are structured as comma-separated values, including quoted values containing punctuation. A CSV parser is designed to split and interpret these fields correctly.

Community Discussion

No comments yet. Be the first to start the discussion!