A similar problem with Query variables existed where if you had a variable mapping to @Data and then another one mapping to @DataTwo then the value of @Data would be inserted instead of the value for @DataTwo.
The same problem seems to exist when importing a csv file into a SQL statement.