Getting Data In

matching value of two fields csv file with some value and return value of third field

ektasiwani
Communicator

Hi,

My requirement is to match two fields of csv file and get value of third field.
I have student name and roll number and i need to match both from csv file and get its marks.

For example:
file.csv
name rollno marks
A 01 456
B 02 500
c 03 600

how to get marks of student A with roll no 01.
i want to do this by splunk query.

Tags (3)
0 Karma
1 Solution

lguinn2
Legend

First, if this is a CSV file, it needs to be comma-separated. If you have indexed this data into Splunk, the search is trivial:

name=A rollno="01" | table name rollno marks

This will list all entries for the student named "A" with a rollno of "01".

View solution in original post

lguinn2
Legend

First, if this is a CSV file, it needs to be comma-separated. If you have indexed this data into Splunk, the search is trivial:

name=A rollno="01" | table name rollno marks

This will list all entries for the student named "A" with a rollno of "01".

ektasiwani
Communicator

ya thanks.. its working 🙂

0 Karma
Career Survey
First 500 qualified respondents will receive a $20 gift card! Tell us about your professional Splunk journey.
Get Updates on the Splunk Community!

Observe and Secure All Apps with Splunk

 Join Us for Our Next Tech Talk: Observe and Secure All Apps with SplunkAs organizations continue to innovate ...

What's New in Splunk Observability - August 2025

What's New We are excited to announce the latest enhancements to Splunk Observability Cloud as well as what is ...

Introduction to Splunk AI

How are you using AI in Splunk? Whether you see AI as a threat or opportunity, AI is here to stay. Lucky for ...