User describes this well. Essentially she wants to input a 2-column spreadsheet with text in one column and code in a second column to get Qcodes file. I have historic data in the form of column A (text input) and column B (assigned code) which I want to turn into Qcodes files and keep the codeframe numbering consistent. I imagine this scenario is pretty common when clients are switching from manual coding or different systems. In one of the other automatic coding processes in Q it allows me to enter labels and variations when importing categories, but I think there is an upper limit on the number of new codes and variations it will accept. I'm dealing with codeframes of 1000+ codes so the limit was too small for me. I have been using python to transform this historic data and the pre-existing codeframes and reverse-engineer them into Qcodes files. It would be good to have a way to do this within the software.