User Story
As a data analyst, I want the synthetic database to output in the same format as the data that hospitals have in house so that the program I write for the synthetic data can be used on real hospital data without any modifications.
Acceptance Criteria
The program outputs a file with inpatient discharges in fixed width format (instead of comma-delimited).
Synthetic data files and data files that hospitals submit to HCAI should both be able to be read by the same program or function.
A pull request has been submitted, reviewed, merged, and closed.
User Story As a data analyst, I want the synthetic database to output in the same format as the data that hospitals have in house so that the program I write for the synthetic data can be used on real hospital data without any modifications.
Acceptance Criteria