I have a csv file with a list of name in the first column and the number of times the name needs to be copied in column two. Is there a way of automatically generating the repetitions without rebuilding the csv file with each repeated name on a separate row? I hope this makes sense to someone.
No. You cannot use the content of the CSV file itself as a variable.
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.