Skip to content
Olzhas Rakhimov edited this page Sep 3, 2017 · 5 revisions

FAQ

1. How to reduce the output XML size?

scram /path/to/input/files --no-indent | gzip > output_file.xml.gz

The file compression produces up to 50x smaller file. The compressed output can be read by XML processing tools directly (e.g., libxml). You can supply compressed XML input files to scram directly as well.

Clone this wiki locally