[ 24, 131]
[ 24, 18]
[ 80, 89]
I need to create something like
24, 18, 80, 89, 131
24[ 1, 1, 0, 0, 1]
18[ 0, 1, 0, 0, 0]
80[ 0, 0, 1, 1, 0]
89[ 0, 0, 0, 1, 0]
131[0, 0, 0, 0, 1]
Which is basically number of emails sent from ID 24 to ID 18 and so on.