Problem with Form Component

Hi!

I have a Form Component, so I created a csv file with variables for this component
image
However, I keep getting this error:

ValueError: Conditions file atcc.csv: Parameters (column headers) cannot contain punctuation or spaces

Why this happens? My parameters do not contain punctuation or spaces. Can it be related to the separator type in csv file?

For anyone running into a similar error who finds this via search as I did.

Confirm that your column headers contain no punctuation or spaces
Ensure that there are no hidden leading or following spaces in the column names

If the error is still occurring try copying the cell data into a new csv file and overwriting the existing file.