We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7387e7 commit 092678fCopy full SHA for 092678f
sqlpage/templates/csv.handlebars
@@ -7,13 +7,17 @@
7
{{~#if (eq @row_index 0)~}}{{! header }}
8
{{~#each this~}}
9
{{~url_encode (csv_escape @key ../../separator)~}}
10
- {{~default ../../separator ","~}}
+ {{~#if (not @last)~}}
11
+ {{default ../../separator ","}}
12
+ {{~/if~}}
13
{{~/each~}}
14
%0A{{! %0A = newline}}
15
{{~/if~}}
16
17
{{~url_encode (csv_escape this ../../separator)~}}
18
19
20
21
22
%0A
23
{{~/each_row~}}
0 commit comments