kdb - Loading csv and assigning table -
i have testdata file on home directory (csv) following faq . each of below error
\l /absolute/path/to/testdata \l testdata data: `:/absolute/path/to/testdata data: `:testdata what's wrong them?
but works table: ("isi"; enlist ",") 0:testdata``. how use command absolute path?
thanks
use 0: read csv:
("isi"; enlist ",") 0: `:/absolute/path/to/testdata \l loads q code:
\l u.q get reads kdb+ data file.
Comments
Post a Comment