KO
|
EN
gitlite — search
Search
#javascript
#python
#hacktoberfest
#react
#ai
#typescript
#llm
#go
#golang
#android
#machine-learning
#rust
#deep-learning
#linux
sailpoint-xml-merger
★ 9
Open GitHub ↗
SailPoint XML Merger
Download README (.md)
Explore Similar Repositories
Factorized-FL
:
No description available.
nuxt-server-init
:
Pre-run scripts to validate, get or insert config variables to Nuxt 3
sfm-fs.nvim
:
No description available.
my-raft
:
No description available.
evergreen-universe-rs
:
Evergreen Universe Rust
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
sailpoint-xml-merger
?
Download (.md)
# SailPoint XML Merger This tool can be used to combine all XML files under the specified base folder into a single file. To run the tool: ```java -jar SailPointXMLMerger.jar [base folder] > [target file]``` For example: ```java -jar SailPointXMLMerger.jar /home/jdoe/workspace/identityiq/config > /home/jdoe/Documents/identityiq-all.xml``` NOTE: the tools does not validate the XML and object types.