Enterprise File Validator #797
Unanswered
aiman-mumtaz
asked this question in
Q&A
Replies: 1 comment
-
|
Nice work! This solves a very real problem that many migration projects face. One feature that could add a lot of value would be anomaly detection. Instead of only comparing fields, the tool could learn the normal distribution of values from historical files and flag suspicious changes that technically match the mapping but look statistically unusual. That could help catch migration issues that traditional field-by-field validation might miss. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello Everyone,
I built a data validation solution to support the migration of a claims reporting platform from a legacy system to a modernised application, where ensuring output equivalence between systems was a critical requirement.
Live Demo: https://amumtaz-file-validator.streamlit.app/
Git Hub repo: https://github.com/aiman-mumtaz/file-validator
Tech Stack:
Python, Streamlit, OpenPyXL
Features:
I would love feedback, suggestions, or ideas to improve this project. I would love to explore how AI can be integrated to this project to improve functionality.
Also open to collaboration!
Thanks,
Aiman
Beta Was this translation helpful? Give feedback.
All reactions