Skip to content

codeRasmus/Bus-Stop-CSV-to-XML-Converter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bus Stop CSV to XML Converter

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.

How to Run

  1. Ensure you have Node.js (version 12 or higher) installed.

  2. Place the Haltestellen.csv file in the same directory as the script.

  3. Run the script using Node.js:

    node script.js

The script will generate an output.xml file.

Features

  • 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.

About

Bus Stop CSV to XML Converter

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published