Hi,
I have two csv files like below
CSV1 :
ID,Number,Name,Gender
100,CHG0032798,Thor,Male
CSV2 :
ID.Drop
100,drop1
ISSUE:
I need to combine this csv fileds make it as one index like below
ID Number Gender Drop
I have trield scroll api,ruby in logstash but failed.
can u pls help the way to achieve this