Data processing: merge activity tracker and task tracker files - JetBrains-Research/task-tracker-post-processing GitHub Wiki
Description
At this stage, merging data from the TaskTracker plugin and activity tracker plugin takes place. Code snapshots that did not find activity tracker events are assigned empty values.
Usage
Use merge_ct_with_ati method from merging_ct_with_ati.py.
| Argument | Description |
|---|---|
| path | path to the directory with files |
| to_filter_ati_data | to filter events in activity tracker data or not. Default value is True. the list of values that will be left in the activity tracker file can be found here (marked ✅). |
All activity tracker files have been deleted and the information from them was transferred to the codetracker files into new columns. We use the matching timestamps to merge the data.