FS Input Format Fields
The input records generated by the FS input format contain the following fields:
| Name | Type | Description |
|---|---|---|
| Path | STRING | Full path of the file or directory |
| Name | STRING | Name of the file or directory |
| Size | INTEGER | Size of the file, in bytes |
| Attributes | STRING | Attributes of the file or directory |
| CreationTime | TIMESTAMP | Date and time at which the file or directory has been created (local or UTC time, depending on the value of the useLocalTime parameter) |
| LastAccessTime | TIMESTAMP | Date and time at which the file or directory has been last accessed (local or UTC time, depending on the value of the useLocalTime parameter) |
| LastWriteTime | TIMESTAMP | Date and time at which the file or directory has been last modified (local or UTC time, depending on the value of the useLocalTime parameter) |
| FileVersion | STRING | Version of the file |
| ProductVersion | STRING | Version of the product the file is distributed with |
| InternalName | STRING | Internal name of the file |
| ProductName | STRING | Name of the product the file is distributed with |
| CompanyName | STRING | Name of the vendor company that produced the file |
| LegalCopyright | STRING | Copyright notices that apply to the file |
| LegalTrademarks | STRING | Trademarks and registered trademarks that apply to the file |
| PrivateBuild | STRING | Private version information of the file |
| SpecialBuild | STRING | Special file build notes |
| Comments | STRING | Comments associated with the file |
| FileDescription | STRING | Description of the file |
| OriginalFilename | STRING | Original name of the file |