Raistlfiren / garmin-csv-plan

A quick n' dirty way of "automating" training plans into Garmin Connect.
https://raistlfiren.github.io/garmin-csv-plan/
36 stars 6 forks source link

WEEK is ok, Week is not... #15

Closed f4hla closed 3 years ago

f4hla commented 3 years ago

Need to accept independently of CAP status (in the csv file) :)

Raistlfiren commented 3 years ago

Can you show me the first few lines of your dataset please?

f4hla commented 3 years ago

Hello @Raistlfiren here is the first few lines (thanks for having waited)

"Week","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday","Sunday" 1,,,,,,,

Please note that I realised this issue with WEEK happened using the PR#14 from @pygoubet - this is where this issue is located since the parsing directly uses Table['WEEK']. Regards

Raistlfiren commented 3 years ago

@f4hla - Please test this now. It should be fixed with the latest commits.

Thanks