Variable
| Description
|
---|---|
${user.name}
| User name from the CSV file
|
${user.firstName}
| First name from the CSV file
|
${user.lastName}
| Last name from the CSV file
|
${user.organization}
| Organization from the CSV file
|
${user.email}
| Email from the CSV
|