Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

odata-metadata-viewer

A simple browser-based tool to explore OData service metadata.

Upload a $metadata XML file, select an entity type, and view its property names in alphabetical order.
Built entirely in HTML, JavaScript, and XSLT — no server required.


🚀 Features

  • Upload a $metadata XML file exported from any OData service
  • Automatically list all EntityType definitions found
  • Select an entity type and view its properties, sorted alphabetically
  • Runs fully client-side (no network calls, no server dependencies)

🔧 Usage

  1. Download or clone this repository.
  2. Open index.html in your browser (or visit the GitHub Pages site if enabled).
  3. Click Choose File and upload your $metadata XML.
  4. Select the desired entity type from the dropdown.
  5. View the list of property names.

📦 Deployment

You can host this directly with GitHub Pages:

  1. Go to Settings → Pages.
  2. Set Source to Deploy from a branch.
  3. Select main (or master) and /root.
  4. Your viewer will be live at https://<your-username>.github.io/odata-metadata-viewer.

📄 License

MIT License — see LICENSE for details.

About

A simple browser-based tool to explore OData service metadata. Upload a $metadata XML file, select an entity type, and view its property names in alphabetical order. Built with HTML, JavaScript, and XSLT — no server required.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages