You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 24, 2023. It is now read-only.
Sometimes RV numbers are received which are formatted incorrectly. Instead of having the user change the filename, the code should be able to automatically correct the number based on the most common errors.
Motivation
Completely automate this process by removing the need to have the user rename the file.
Example
I provide a JSON file which has an RV number such as RV0RV0652. The code should automatically determine the valid RV number from within the incorrectly formatted text and adjust accordingly. The correct RV in this situation would result in RV0652.
Pitch
Automating the RV number in this project removes one of the user processes defined in the README, thus saving users time and completely automating this process from user upload to ingestion.