Skip to content

bpieczko/xml-transformations

 
 

Repository files navigation

xml-transformations

Python scripts for working with XML:

Multiple FITS XML to CSV

Takes a folder of File Information Tool Set (FITS) xml metadata files and saves the values from selected elements to a csv file with one row per xml file. Created for a file format analysis project.

Multiple XML to CSV

Takes a folder of xml files and saves the values from selected elements to a csv file with one row per xml file. Made to use for quick data analysis using a spreadsheet. Can handle optional elements and repeating elements.

Multiple XML to Multiple EAD

Takes a folder of xml files and transforms them to EAD files (a different XML standard). One EAD is made for each XML file.

Multiple XML to One EAD

Takes a folder of xml files and combines them into one EAD file.

About

Python scripts for working with XML, including transformation to EAD and to CSV.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 65.6%
  • XSLT 34.4%