Header Row: Ensure that your CSV file includes a header row when uploading. This header row should contain the column names. Query Data: Each row in the CSV file will be transformed into a JSON object which
defines a query. Each column will be represented as a property within the JSON object.
For example, if your CSV file has columns like ‘name’, and ‘age’, each JSON object
will have properties named ‘name’, and ‘age’ containing the corresponding values
from the CSV file. Expected Result Column (Optional): If your query set has label data, you must include a column named “ExpectedResult” to specify the expected result for each query. Note: the column name “ExpectedResult” is case sensitive.