how to capture string from csv line that comes after specific word
for example , this is the csv line that we want to cut the strings that comes after /data/
status=true /data/sdb/hadoop/hdfs/log,/data/sdc/hadoop/hdfs/log,/data/sdd/hadoop/hdfs/log,/data/sde/hadoop/hdfs/log,/data/sdf/hadoop/hdfs/log
example of expected resuls
sdb
sdc
sdd
sde
sdf