Primary key header
Specifies the name of the column header in the spreadsheet that uniquely identifies each row. The input field expects a string.
The primary key is needed for the append query to check if a record with the provided key already exists and for the update and delete queries to identify the records that should be mutated.
E.g. If you have a table with columns id, name and email, the id could be the unique identifier.

