Replies: 1 comment 1 reply
-
|
Just crating the MDF object would read the metadata so it should be fast enough. |
Beta Was this translation helpful? Give feedback.
1 reply
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I'm working with MF4 files that, sometimes, are corrupt. I would like to discard them early in my pipeline before trying to process the data. Is there an easy / quick, non-comprehensive way to check for "mmmm everything looks fine here" in the mf4 file? i don't mean a thorough test, but something simple that could help me know when, for example, a file was copied halfway or when it was not properly closed. Like, for example, trrying to convert some critical signals to dataframes, or something like that.
Any ideas?
Thanks in advance
Beta Was this translation helpful? Give feedback.
All reactions