I have a dataset consisting of Author Names and Author ID from Scopus. The problem I am facing is that, each column had multiple entry. I am copying a section of my data below for clarification.
In the current dataset the entries are as follows. (A1, A2, A3, .....) (B1, B2, B3, .....). I want to split this data such that I have Individual Author and their Ids and separated i.e. (A1, B1), A2, B2) ......
P.S: I am relatively new to Stata and have never tried anything similar to this.
Authors | Author(s) ID |
Abbott N., Krafft M.P. | 57210774564;7006041188; |
Abboud F., Damiano J.P., Papiernik A. | 7102796864;16050119900;7003385210; |
Abboud F., Damiano J.P., Papiernik A. | 7102796864;16050119900;7003385210; |
Abboud F., Damiano J.P., Papiernik A. | 7102796864;16050119900;7003385210; |
Abboud F., Damiano J.P., Papiernik A. | 7102796864;16050119900;7003385210; |
P.S: I am relatively new to Stata and have never tried anything similar to this.
Comment