Mike_Shaffer
n00b
- Joined
- Sep 13, 2013
- Messages
- 38
All:
I had installed HFM on three different PC's so I could monitor WU's depending on my location. I recently realized that the wuhistory.db3 on each PC has data that the other two do not. I have looked through the HFM site on google, this site, foldingforum, and SQLite site and have tried the following:
I have already shut down the HFM installations on the other two PC's but kept the data.
I found this thread: https://foldingforum.org/viewtopic.php?f=14&t=9903&start=465 but it does not appear that the solution was found.
It also appears that there are already requests to HFM to add import/export capability, so my question here might be a long shot.
Has anyone has found a command line solution to consolidate the data?
I had installed HFM on three different PC's so I could monitor WU's depending on my location. I recently realized that the wuhistory.db3 on each PC has data that the other two do not. I have looked through the HFM site on google, this site, foldingforum, and SQLite site and have tried the following:
- Exported the data from each wuhistory.db3 data to .sql and .csv
- Attempted to merge the exported .sql data using
sqlite3.exe wuhistory.db3 <wuhistory2.sql
but get an error due to duplicate key fields. - Successfully merged the csv files but the data is pretty messy in this format. I haven't figured out how to write that back to a db3 file yet.
- Attempted to merge data using
sqlite3.exe wuhistory.db3
.import wuhistory2.db3
I have already shut down the HFM installations on the other two PC's but kept the data.
I found this thread: https://foldingforum.org/viewtopic.php?f=14&t=9903&start=465 but it does not appear that the solution was found.
It also appears that there are already requests to HFM to add import/export capability, so my question here might be a long shot.
Has anyone has found a command line solution to consolidate the data?