I have a list of about 2 million VIN numbers. I want to concatenate those VINs into a character string in the format of "VIN";"VIN";"VIN";"VIN";"VIN" in 1500 increments. I have the data set at the end of the workflow with a column of VINs that are already in the "VIN"; format. How do I concatenate these in 1500 long string variable?