Returns true if the first line is a header. If format options does not specify whether there is a header, returns `None` (indicating that the configuration should be consulted).
(&self)
| 3203 | /// specify whether there is a header, returns `None` (indicating that the |
| 3204 | /// configuration should be consulted). |
| 3205 | pub fn has_header(&self) -> Option<bool> { |
| 3206 | self.has_header |
| 3207 | } |
| 3208 | |
| 3209 | /// The character separating values within a row. |
| 3210 | /// - default to ',' |
no outgoing calls