Skip to content

newbish/epm-outline-compare

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

EPM Outline Comparison

This utlity is used to analize xml outline files. These files are generally produced via the EPMA File Generator or the Essbase MaxL Export Outline utlity. When used with a single file the utility will print out a sorted list of all the members of the outline and what dimension they exist in. When both file parameters are filled the utility will print diff style comparison.

Requirements

Usage

python outline_compare.py [xml file]
python outline_compare.py [xml file] [xml file]

Example 1:

kkikta@localhost:~/sgames$ python outline_compare.py Outline.xml
 Account|A1000
 Account|A1500
 Account|Allocations
 Account|Amortization
 Account|Amortization New Equipment
 Account|Amortization_Intangible
 Account|Annual Average Cash Flow
 ...

Example 2:

kkikta@localhost:~/sgames$ python outline_compare.py Outline1.xml Outline2.xml
>  Account|Finished Goods
>  Account|Maintenance Rev
>  Account|Net Change
>  Profit Center|PC_123012
>  Profit Center|PC_123013
<  Account|A95000
<  Account|A95005
<  Profit Center|PC_987000
<  Profit Center|PC_987002
<  Year|FY12

About

Python based EPM XML outline comparison tool

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages