Hello,
I am importing csv file to elasticsearch using logstash.
I need to duplicate a row based on a comma separated column values. This is how the data looks.

I want to add multiple rows based on the number of values in the column 'category' as below.

Kindly suggest me on how to achieve this using logstash.
Thanks