This script converts bus stop data from a CSV file into a structured XML file. It can also be used with a web interface to upload and view the generated XML in a readable table format.
-
Ensure you have Node.js (version 12 or higher) installed.
-
Place the
Haltestellen.csvfile in the same directory as the script. -
Run the script using Node.js:
node script.js
The script will generate an output.xml file.
- CSV to XML Conversion: Converts bus stop data from CSV format to structured XML.
- Web Interface: Allows uploading the generated XML file to view bus stop information in a table.
Upload the XML file on the frontend to visually display the bus stop data, making it easy to review the information in a tabular format.