Skip to content

Updates to introduce part-only options and make inputXml more efficient

Spencer Sherwin requested to merge feature/FieldConvertInputXmlUpdate into master

The MR incorporates the --part-only feature into FieldConvert and a new option --part-only-overlapping which produces overlapping partitions for postprocessing.

In addition the InputXml module in FieldConvert has been updated to stop multiple XML reads if there is more than one input file, and introduces some timing options that are useful when running large input files.

Merge request reports