This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Importing Weigh data: An error occurred with your upload. Please try again.

Hello all,

I've trying for 2 hours to upload weigh data from a CSV, but each time it fails.

I read several topic about people complaining about the same problem to solve it by myself, but...

First try: KO

Body
Date,Weight,BMI,Fat,Bone,Hydration,Muscle
"2021-01-02","81","25.0","14.71","3.05","43.48","63.19"

Then I read that we can only import 4 data colums in a topic

Second try: KO

Body
Date,Weight,Fat,Muscle
"02-01-2021","81","14.71","63.19"

Then I tried a very basic: KO

Body
Date,Weight
"02-01-2021","81"

Each time, I'm 100% sure that I choose the right option before importing (date format mainly). I know that I also changed date format between my different attempts

Does someone get an idea?

This is quite frustrating to spend so much time to do something that basic.

Thanks !

  • I tried the first of your exampe (without changing a bit) and it worked fine. Make sure you selected the right options for the units and the date format when importing.

  • Thx for your feedback.

    But yes, I'm 100% sure about option and unit I choosed

    I tried to change line ending (CR / LF) in my file which is UTF-8, just in case but no success, as it does not seems to be related to the content, as it works for you

    Frustrating....

  • Try with this file, for the case you do something wrong with your editor. Unzip it first, of course.

    8831.test.zip

    If you are on Windows, use Notepad for the editing, do not use Wordpad.

  • Hey,

    Thanks, it actually does work with your file.

    So this is definitely the file. I'm on Mac, using a basic code editor (CotEditor). I'm gonna try with another app

    Thanks for the time you took to test and help, much appreciated.

  • Eventually a last check, did you try my second example? Does it work for you?

    Thanks again !

  • Eventually a last check, did you try my second example? Does it work for you?

    If you add BMI, then yes. You can remove Muscle if you want to keep it down to four fields, but it looks like the BMI and Fat are mandatory (you can set them to zero, though)

  • Thanks. finally did it.

    So:

    Order has to be respected and BMI and Fat are well mandatory

    Fixed my file format issue directly with creating from vi in terminal

    Thanks again for your time !