Skip to content

Commit a8d9896

Browse files
committed
Quick Save
1 parent 4987b05 commit a8d9896

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

demos/jsoncols/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ space delimited string.
3030
This would yield
3131

3232
```
33-
Doe, Jane|42
33+
"Doe, Jane"|42
3434
```
3535

3636
You can also pipe JSON data in.
@@ -42,6 +42,6 @@ You can also pipe JSON data in.
4242
Would yield
4343

4444
```csv
45-
"Doe, Jane",[email protected],42
45+
"Doe, Jane","[email protected]",42
4646
```
4747

0 commit comments

Comments
 (0)