Data in Excel format
- Column names are case-insensitive.
- Data sheet name must match a template name.
- special column - special charcter at the begining of column name.
Data in CSV format
- The first line of CSV file must start with '#' followed by a template name.
- The second line of a CSV file must with '#' followed by headers.
- Data section starts from the third line. Each column should be double quoted and separated by commas.
(e.g.)
#contact
#"*name","first_name","last_name","alias","*type","lab","institution"
"N","F","L","", "person","Main Lab", "WSU"