Convert XML to JSON with NodeJS
I'm trying to convert the following xml to json, thereby I need to get a mapping to the TS-tc-dt
Here is the xml
dt_EdgeCaseHome,dt_EdgeCaseRoute
dt_EdgeCaseRoute
dt_EdgeCaseHome,dt_EdgeCaseSpectrum
dt_EdgeCaseRoute
dt_EdgeCaseRoute
dt_EdgeCaseSpectrum
How can I achieve this in NodeJS?