-
Notifications
You must be signed in to change notification settings - Fork 75
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
write only file_meta to existing mdf file #137
Comments
This is more a feature request somehow... |
I am not sure to understand exactly but I guess you want a specific method to write only metadata in file ? |
actually I just want to (over) write one metadata item e.g a hash key into the existing mdf file, no matter if i have to rewrite it or not. |
we have made a function to do that for mdf 3.x, only for mdf 4.x upwards compatibility it would be nice to implement this inside mdfreader. For now there is no urgent need for that. Thanks for your fast reply! |
Sort of on a related note: when converting and mdf4 to mdf3 file (or vise versa) - is it possible to retain the meta data (e.g., comments, project info, start/stop time, etc...) in the new output file? Thanks! |
How can I write only updated file_metadata dict from read file to same existing file without having to read in any other data?
The text was updated successfully, but these errors were encountered: