This script converts an XML file from a Maja RFID reader to a CSV file.
you must have ruby installed on your machine.
- run
gem install bundlerfrom the commandline - run
bundleto install dependencies
- run
convert_xml_to_csv.rb <input_filename> - the input file must be an XML file
- this will generate an output CSV file with the same name as the input XML file but with a
.csvextension