true if the first line of each file is a header
(&self)
| 113 | |
| 114 | /// true if the first line of each file is a header |
| 115 | pub fn has_header(&self) -> bool { |
| 116 | self.options.has_header.unwrap_or(true) |
| 117 | } |
| 118 | |
| 119 | // true if rows length support truncate |
| 120 | pub fn truncate_rows(&self) -> bool { |