Skip to content

Commit 44ecfed

Browse files
committed
csv: Switch to '.q.csv' to allow delimeter to be overidden [#102]
1 parent 336bf8c commit 44ecfed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/csv.q

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,5 +62,5 @@
6262

6363
.log.if.info "Saving CSV file [ Target: ",string[path]," ] [ Table Length: ",string[count data]," ]";
6464

65-
:path 0: "," 0: data;
65+
:path 0: .q.csv 0: data;
6666
};

0 commit comments

Comments
 (0)