pcolby / bipolar

Free your data from Polar FlowSync
GNU General Public License v3.0
115 stars 16 forks source link

How to re-process the previously downloaded data #77

Closed roesassi closed 7 years ago

roesassi commented 7 years ago

Dear @pcolby given that the new Bipolar release can extract RR data, is there a way to force Bipolar to reprocess all the data downloaded over the months and still present in the temporary folder? Is there a file where it keeps the list of the activities processed? Thanks a lot

pcolby commented 7 years ago

Hi @roesassi,

The way Bipolar decides to skip already-processed activities, is by simply checking that all the chosen output formats are present.

For example, if you have TCX output enabled, and you delete (or move) the destination *.tcx file, then Bipolar to re-process that activity in order to (re-)generate the missing *.tcx output.

So, if you want to, just move all of the output files that you want to re-generate to another folder (for backup / safe-keeping) and re-run Bipolar... should work :)

Cheers.

roesassi commented 7 years ago

Thanks @pcolby it worked like a charm! Best

pcolby commented 7 years ago

Good to hear :)