Hello fellow programmers! I have tried to figure this out myself, but I guess I need help: I have a large amount of survey data, and all the answer-variables have labels that are the survey questions - naturally. Not all of them are correct from the beginning, so I put them in a csv file and send them to be reviewed. Usually there is not anything to correct, so I just leave it there. If there is a single mistake i just correct it manually in my programming. But now, there is many variables that needs new labels, so I would like to be able to do it more clever than copy/paste. The csv file is just two collums, one with the variable names and one with the labels. Any ideas or tips? Looking forward to hearing from you! Regards
... View more