https://learninghub.kx.com/forums/topic/error-showing
when i run this code->"messages:("exch_message";csv)0: `$":message.csv"" in kdb level 2 capstone project question number 1.7 its showing this error -> "message.csv. OS reports: No such file or directory" but the message.csv already in the FP.Data folder how to fix it
Hi @bimangunarathne
By running this line of code, you are searching for the messages.csv file in your current directory. You need to provide a file path to which your message.csv file currently sits in.
It states in the project the location of the directory (screenshot below).
As it is saved to variable csvPath, you can use that.
If you have any questions, please feel free to let me know :)
Thanks,
Megan
I run the code you shoing in the screen shot but still showing the same error is my code wrong?
Try replacing this part of your code:
0: `$”:message.csv”
With this:
0: `$csvPath;
this is the code i put in the 1.7 question
now its showing char error if i chnage the "" mark its show ing syntax error