以下のようなファイルがあります。
abc, 12345
def, text and nos
ghi, something else
jkl, words and numbers
abc, 56345
def, text and nos
ghi, something else
jkl, words and numbers
abc, 15475
def, text and nos
ghi, something else
jkl, words and numbers
abc, 123345
def, text and nos
ghi, something else
jkl, words and numbers
次のように変換(参加)したい:
abc, 12345, 56345, 15475, 123345
def, text and nos, text and nos,text and nos,text and nos
ghi, something else, something else, something else, something else
jkl, words and numbers, words and numbers, words and numbers, words and numbers
2
入力ファイルに実際に余分な空白行がありますか?そうでない場合、喜ば編集をし、それらを削除するには、ファイルを表示する必要があり、正確にそれがあるとして。
—
terdon