It would be nice if it were possible to have setting for horizontal delimiter(s) so we can split different sets of data.
Something like:
=====================
ID | Name | Value |
---|-------|--------|
1 | Jack | blue |
2 | Jack | brown |
---|-------|--------|
3 | Alice | red |
4 | Alice | yellow |
=====================
For example do draw delimiter line if we pass a row with single value? Would be nice if different characters can be used: -, =, pseudo-graphic ASCII.
So probably a settings should be a slice of strings to be treated as delimiters.
It would be nice if it were possible to have setting for horizontal delimiter(s) so we can split different sets of data.
Something like:
For example do draw delimiter line if we pass a row with single value? Would be nice if different characters can be used:
-,=, pseudo-graphic ASCII.So probably a settings should be a slice of strings to be treated as delimiters.