Add Zero-Padding to CSV Filenames #8
Reference in New Issue
Block a user
Delete Branch "feature/csv-padding-naming"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Overview
This pull request introduces changes to the script responsible for generating CSV files in the
data/processeddirectory. The update adds zero-padding to the filenames to ensure they are sorted alphanumerically in a more predictable manner, improving readability and manageability.Changes Made
D01_TEST01.csv).Justification
Previously, the CSV filenames were not zero-padded, which could lead to sorting issues on some file systems and make it harder to locate specific files, especially when dealing with large numbers of tests or damage levels. By padding the numbers, files will remain in the correct numerical order regardless of the number of digits.
Testing
The script was tested locally to ensure: