Hi @namingbe,
I just came across this definition for an ASCII-based tabular data format. The examples rang a faint bell and finally I found what it reminded me of in this example in the gawk user manual: https://www.gnu.org/software/gawk/manual/html_node/Multiple-Line.html
While this is not providing any kind of specification it shows that the idea is compatible with a data processing utility dating back to 1977!
Some more research has revealed that a corresponding example is found in the text book The AWK programming language from 1988 as well (ISBN 9780201079814, section 3.4 Multiline Records, pages 82ff).
I think it would be nice to provide this historical reference in the documentation.
Hi @namingbe,
I just came across this definition for an ASCII-based tabular data format. The examples rang a faint bell and finally I found what it reminded me of in this example in the gawk user manual: https://www.gnu.org/software/gawk/manual/html_node/Multiple-Line.html
While this is not providing any kind of specification it shows that the idea is compatible with a data processing utility dating back to 1977!
Some more research has revealed that a corresponding example is found in the text book The AWK programming language from 1988 as well (ISBN 9780201079814, section 3.4 Multiline Records, pages 82ff).
I think it would be nice to provide this historical reference in the documentation.