Can some one tell me whats wrong with my csv file?

Failed to upload up_down.46dad8c2ffb7.csv: Could not parse this CSV file, go to https://studio.edgeimpulse.com/studio/337641/upload/csv to help us import this CSV file. (Error message: For CSV files without a timestamp column, need exactly one line with values (but found 840))

Here’s how my file look like
Timestamp,accX,accY,accZ
2,6.92,-26.16,92.71
13,8.08,-26.16,90.02
25,2.69,-26.16,87.32
37,1.15,-25.77,82.71
49,1.15,-22.70,75.40

10069,13.08,0.77,111.56

There are total 840 lines
I am using Windows 11.

Hi @Aniket_26,

The timestamp delta should be constant between lines. Seems like if it’s set to 1 on the first line it should work (delta 12 between timestamps). You can also rename timestamp to lower case but it should not be the reason why it fails.

Aurelien

1 Like

Thank you for your reply aurel, I just changed the Timestamp to lowercase and it worked.