How many rows of body weight can be imported per CSV?
This forum helped me figure out the CSV file format (Thanks), but if the file has too many rows it gets import errors. Split the file into smaller chunks (200?) and it imports successfully!?!
I've got over 2,000 rows of Date, Weight ,BMI and Fat to import. Splitting them into 200 row files would be a pain.