Saya punya file seperti di bawah ini ..
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
Saya ingin mengonversinya (bergabung) sebagai:
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
Apakah Anda benar-benar memiliki baris kosong tambahan di file input Anda? Jika tidak, harap edit dan hapus, Anda harus menunjukkan file persis seperti apa adanya.
—
terdon