We can use a case insensitive habit name match to identify the proper Habit object, but need to determine format for prior completions. Simplest might be a 2-col CSV (habit,iso_date).
One service worth to mention as a potential source for this export is Habitbull. Here is a sample CSV file exported from Habitbull:
habitbull_data_sample.csv.zip
We can use a case insensitive habit name match to identify the proper Habit object, but need to determine format for prior completions. Simplest might be a 2-col CSV (habit,iso_date).
Related to #98