I'm generating files with my FME workspace for ingestion into another data management platform. In order to get the data ingested I need to also create a file containing a checksum (MD5 currently) for the data platform to check file integrity.
As I'm already using the FeatureWriter to create files before pushing them to the platform I would like to see the option of being able to create a checksum for the written file and adding it as an output summary attribute, then I can easily use the same workspace to perform the complete upload process.


