Example
Given the following data sheet:
| Name | Domain | Group |
|---|---|---|
| John | Friend |
We want it to be output into a text file in the following format:
"John@email.com","Friend"
To do so, simply use the Column Headings to denote where the respective data should go. So, for the example above, we would define the output format as follows:
"NAME@DOMAIN.com","GROUP"
© 2026 heritiKyl