Getting Data In

import csv file by merging multiple rows for a field in a single row

scostic
Observer

Hello, I have a csv file that  has the following format

ProductName, StringID,GUID,ServicePlans

A, AID,8f0c5670-4e56-4892-b06d-91c085d7004f,APlanA

,,,APlanB

,,,APLanC

B,BID,113feb6c-3fe4-4440-bddc-54d774bf0318,BPlanA

,,,BPlanB

I want to import the csv in a such way that rows with empty fields in ProductName are merged on the non empty filed field  ServicePlans 

the result will be two rwo events

A, AID,8f0c5670-4e56-4892-b06d-91c085d7004f,APlanA APlanB APlanC

B,BID,113feb6c-3fe4-4440-bddc-54d774bf0318,BPlanA BPlanB

can you provide a help with props.conf

 

 

Labels (1)
0 Karma
Get Updates on the Splunk Community!

Splunk Mobile: Your Brand-New Home Screen

Meet Your New Mobile Hub  Hello Splunk Community!  Staying connected to your data—no matter where you are—is ...

Introducing Value Insights (Beta): Understand the Business Impact your organization ...

Real progress on your strategic priorities starts with knowing the business outcomes your teams are delivering ...

Enterprise Security (ES) Essentials 8.3 is Now GA — Smarter Detections, Faster ...

As of today, Enterprise Security (ES) Essentials 8.3 is now generally available, helping SOC teams simplify ...