There was an error while loading. Please reload this page.
1 parent 336bf8c commit 44ecfedCopy full SHA for 44ecfed
src/csv.q
@@ -62,5 +62,5 @@
62
63
.log.if.info "Saving CSV file [ Target: ",string[path]," ] [ Table Length: ",string[count data]," ]";
64
65
- :path 0: "," 0: data;
+ :path 0: .q.csv 0: data;
66
};
0 commit comments