Advanced Capstone 2.1

Hi there! I keep getting the errror exercise2.1 Fail “have correct schema” . This is my code: raceDay: ![raceDay;
sensorIdtimelapIdunitssensorValuesession !
symbol time long symbol float symbol];

Could you take a look? Thank you!

Hi @Rohit_sank
You must load the CSV as follows (an example from documentation):

t:("SFI";enlist",") 0: `:path/to/example.csv

Let me know if you have any questions about this!