KX Community

Find answers, ask questions, and connect with our KX Community around the world.
KX Community Guidelines

Home Forums KX Academy Title: Capstone Project Issue | 3. Data Analytics and Reporting | No such file or directory Re: Title: Capstone Project Issue | 3. Data Analytics and Reporting | No such file or directory

  • Laura

    Administrator
    May 5, 2022 at 12:00 am

    Hi Venu,

    The issue here is likely to do with the filepath. When i try to resolve what you have above first without using save you can see what the filepath is.

    q)`:ORIG_HOME/badTrades.csv

    `:ORIG_HOME/badTrades.csv // ORIG_HOME is a variable so needs to be joined accordingly q)hsym `$ORIG_HOME”/badTrades.csv”

    `:d n // this is closer! just missing the join operator between the first and second part..

    You can check out the Working with Files module to learn more about creating filepaths and using hsym.

    I will add a hint below if you are still stuck – hope this helps.

    save `$ORIG_HOME,”/badTrades.csv”

    Thanks,

    Michaela