Which field extraction method should be selected for comma-separated data?
Which field extraction method should be selected for comma-separated data?
The correct answer is D. Delimiters. This is because the delimiters method is designed for structured event data, such as data from files with headers, where all of the fields in the events are separated by a common delimiter, such as a comma or space.
The data doesn't have headers and the fields must be separated by DELIMITERS ( spaces, commas, pipes, tabs or other characters) PG 151 F2