Upload an Excel file for bulk testing on the reels platiform

Hi ,

I’m trying to upload an Excel file for bulk testing in the in reels, but I’m receiving the following error:

:cross_mark: “Provided Excel does not match the template”

Here’s what I’ve checked so far:

  • My Excel file has the correct columns: diagnosed_years_ago, hba1c, complications
  • All headers are lowercase with no extra spaces or tabs
  • All values under complications are either true or false in lowercase, also tried uppercase
  • hba1c values use a period (.) as decimal separator

However, the upload still fails.

Can someone please help,
thanks in advance



5 Likes

@Rocky @Sam @Muhammed_Sinan please help

2 Likes

Hi @Noxolo_Mnguni, In the Excel file, represent boolean values as strings using the format =“false” instead of false

5 Likes

Hi @Rocky

I’ve updated the Excel file as suggested:

  • All values in the complications column are now "true" or "false" as text (including double quotes)
    However, I’m still getting the same validation error:
    “Provided Excel does not match the template”
4 Likes

In the cell, pass the value like this: =“false"instead of just"false”`

2 Likes

still getting the same error:

3 Likes

Hy @Noxolo_Mnguni ,While performing bulk testing, please make sure to download and refer to the provided template. It clearly outlines how the Excel sheet should be structured, including both input and output fields.
From what I see, it looks like you’re currently only using the input fields. Kindly refer to the template and update your data accordingly to ensure it aligns with the required format

5 Likes

Hi @Sam
This worked, thank you so much. :oncoming_fist:t6:

4 Likes