Eu tenho um arquivo como abaixo ..
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
Eu quero convertê-lo como:
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
Você realmente tem as linhas em branco extras no seu arquivo de entrada? Caso contrário, edite e remova-os. Você deve mostrar o arquivo exatamente como ele é.
—
terdon