diff --git a/transmogrifier/sources/transformer.py b/transmogrifier/sources/transformer.py index 1af9293..d45e8ab 100644 --- a/transmogrifier/sources/transformer.py +++ b/transmogrifier/sources/transformer.py @@ -229,7 +229,8 @@ def _transform( self, source_record: dict[str, JSON] | Tag ) -> Optional[TimdexRecord]: """ - Private method called by Transform a source record into a TIMDEX record. + Private method called for both XML and JSON transformations, where + all logic is shared except source_record type. May not be overridden.