When reading a CSV file with more than one line defining the attribute names, it would be useful to be able to indicate this in the CSV reader in FME. In addition, a mode of concatenating both in order to create one "field names line" would be useful. For example:
| id | x | y | id | x | y |
| input | input | input | output | output | output |
