This project converts .xml files to .csv files by selecting the fields you want in the .xml file, the new name you want them to have in the .csv file and the data type you expect. It is assumed the user has NodeJS installed on their system. If you do not have NodeJS installed, please reference https://nodejs.org/en/download/ and/or https://nodejs.dev/learn/how-to-install-nodejs as installation instructions may vary depending on your Operating System. Included in this repo is the .csv file created from index.js.
Step1.) In your terminal, type npm i @wmfs/xml2csv.
Step2.) After installation, open index.js and follow commented instructions on each line.
Step3.) Profit!