Skip to content

Index

Methods for merging data files.

The merging functions should look similar to the following:

def merge_generic_files(origin: Path, destination: Path, merge_strategy: str) -> None:

The function must write the file to destination.

The function must wrap any errors into a MergeError and raise it.