In addition to the generic FME feature attributes that FME Workbench adds to all features (see About Feature Attributes), a Text File feature consists of the following attributes:
| Attribute Name | Reader or Writer | Contents | 
|---|---|---|
| text_line_data | Both | Read: The line of text read from the file. Write: Required to write data to the text file. Each written feature must be mapped to the text_line_data attribute. | 
| text_line_length | Reader only | Total number of bytes in text_line_data attribute. | 
| text_line_number | Reader only | Line number of the text line within the file. |