const result = array.stores.filter(y=> y.store_id == store_id);
console.log("result")
I tried this but no value is filtered. Can anyone suggest me simple method to filter XML data and get the value whatever is searched.
Another problem is how to convert XML data to JSON data in the node