Wie kann ich tabulatorgetrennte Werte in eine ASCII-Tabelle konvertieren?
Ich verwende Text Tables Generator für diese Art von Aufgabe.
Ich habe Ihre Daten auf dieser Seite eingefügt und die folgende Tabelle erstellt:
+------+------+------+------+------------+ | a | b | c | d | cat | +------+------+------+------+------------+ | NULL | NULL | NULL | NULL | NULL | +------+------+------+------+------------+ | NULL | NULL | NULL | d | d | +------+------+------+------+------------+ | NULL | NULL | c | NULL | c | +------+------+------+------+------------+ | NULL | NULL | c | d | c; d | +------+------+------+------+------------+ | NULL | b | NULL | NULL | b | +------+------+------+------+------------+ | NULL | b | NULL | d | b; d | +------+------+------+------+------------+ | NULL | b | c | NULL | b; c | +------+------+------+------+------------+ | NULL | b | c | d | b; c; d | +------+------+------+------+------------+ | a | NULL | NULL | NULL | a | +------+------+------+------+------------+ | a | NULL | NULL | d | a; d | +------+------+------+------+------------+ | a | NULL | c | NULL | a; c | +------+------+------+------+------------+ | a | NULL | c | d | a; c; d | +------+------+------+------+------------+ | a | b | NULL | NULL | a; b | +------+------+------+------+------------+ | a | b | NULL | d | a; b; d | +------+------+------+------+------------+ | a | b | c | NULL | a; b; c | +------+------+------+------+------------+ | a | b | c | d | a; b; c; d | +------+------+------+------+------------+
Sie können diese Ausgabe dann kopieren (der Generator hat den größten Teil der harten Arbeit geleistet), in Notepad ++ eingefügt und gegebenenfalls aufgeräumt.