diff --git a/src/linuxforhealth/csvtofhir/converter.py b/src/linuxforhealth/csvtofhir/converter.py index f6248aa..bfd1168 100644 --- a/src/linuxforhealth/csvtofhir/converter.py +++ b/src/linuxforhealth/csvtofhir/converter.py @@ -145,7 +145,7 @@ def _convert_row_to_fhir(row: pd.Series) -> Tuple[Any, str, List[str]]: resource_meta, row.rowNum)) logger.info(f"Finished converting row {row.rowNum} file_path={row.filePath} " \ - + (" The following resourceTypes were created: ") \ + + (f" Number of resources created: {len(result)} The following resourceTypes were created: ") \ + ', '.join(support.get_fhir_resource_types(result))) except Exception as ex: logger.error(f"Convert failed with {ex.__class__.__name__} Error on converting row {row.rowNum} " \