Answer the question
In order to leave comments, you need to log in
How to combine data by key?
There is a simple table consisting of two columns, but it has about two million rows.
The table looks like
01 | a245
02 | a768
03 | b458
03 | g234
04 | t797
04 | u562
04 | o577
01 | a245
02 | a768
03 | b458 | g234
04 | t797 | u562 | o577
Answer the question
In order to leave comments, you need to log in
it is obvious that the numbers are redundant. We copy everything to Excel and demolish them together with the first column.
Next, remove the paragraph mark. We get a long kosher string with separators for 2 million records.
Further, we notice that each number with a separator takes 6 bytes, so after each N * 6 insert a paragraph sign. Here my imagination broke down and I think it will have to be done with a script.
The result is driven into Excel in the 2nd column, in the first we add the line numbers.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question