-
Notifications
You must be signed in to change notification settings - Fork 227
Open
Description
It might be a rare case, but I have to parse a table that looks like this:
Name User group Email Usertype
---- ---------- ------------- --------
cram cram cram@fake.com null
jdoe jdoe jdoe@fake.com null
Notice that the separation between columns is only 1 space, where most similar formatters use 2 spaces. This table format is the default format used by the NodeJS oclif table function, btw.
I realize that the current asciiparser parser cant solve this (that requires the column names to be separated by 2+ spaces). However, in case someone decides to make an even more generic parser, I wanted to leave this sample here, so that they can at least consider making it compatible for this format :)
Btw: I found jc today, and I think I love it :)
kellyjonbrazil
Metadata
Metadata
Assignees
Labels
No labels