DSACMS / dedupliFHIR

Prototype for basic deduplication and aggregation of eCQM data
Creative Commons Zero v1.0 Universal
8 stars 1 forks source link

Data-Dedupe: Fix output path of results spreadsheet #40

Closed natalialuzuriaga closed 5 months ago

natalialuzuriaga commented 5 months ago

Data-Dedupe: Fix output path of results spreadsheet

Problem

As noted in #36, there is a bug where the results spreadsheet generated after deduplication would be named frontenddeduped_record_mapping.xslx. The spreadsheet is generated at project directory, however the frontend sets the output path to ./frontend.

Solution

This was due to a missing slash separating frontend and deduped_record_mapping.xslx, so frontend was interpreted as part of the file name. Added the slash.