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
Get Updates on the Splunk Community!

.conf24 | Registration Open!

Hello, hello! I come bearing good news: Registration for .conf24 is now open!   conf is Splunk’s rad annual ...

ICYMI - Check out the latest releases of Splunk Edge Processor

Splunk is pleased to announce the latest enhancements to Splunk Edge Processor.  HEC Receiver authorization ...

Introducing the 2024 SplunkTrust!

Hello, Splunk Community! We are beyond thrilled to announce our newest group of SplunkTrust members!  The ...