PipeTableFormatter icon indicating copy to clipboard operation
PipeTableFormatter copied to clipboard

Keep string quotes columns

Open prismec opened this issue 7 years ago • 2 comments

a|b
"a"|"b"

currently formats to

a | b
a | b

but it should format to

a   | b
"a" | "b"

prismec avatar Jul 14 '17 08:07 prismec

Upvote for this. Many people use quoted values to allow specification of null values

| input | output   |
|       | isNull   |
| ""    | isEmpty  |
| "Foo" | isString |

VororRich avatar Oct 26 '17 14:10 VororRich

Any chance of this being addressed soon?

aanutter avatar Jul 18 '19 17:07 aanutter