1. Consolidating System Logs
System AdministratorBackground
The admin has 5 separate XML log files generated by different server nodes that need to be analyzed together.
Problem
Manually copying and pasting XML content is error-prone and risks breaking the document structure.
How to use
Upload the 5 log files, select 'Combine Root' to keep them distinct, and choose 'Formatted XML' for readability.
mergeStrategy: combine-root, handleRootElements: wrap, preserveNamespaces: yes, outputFormat: prettyOutcome
A single, well-formatted XML file containing all log entries wrapped in a parent container for easy parsing.