What is the ideal way to parse an .xml
file into a .csv
file that I could include with my shell scripts. I know bash can't do it but I'm unsure if I should try in awk
or sed
. I imagine a language would be the best solution such as python but I do not know python nor have I touched it.
|
|||||||||
|
You could use Xmlstarlet (AKA |
|||
|