Currently there are 4 different places where the data is being read:
- section [7], detection of the separator and quote rule
- section [8], detection of column names
- section [9], file sampling and detection of column types
- section [12], actual file reading
It would be great if they all could use the same common procedure, which would make it easier to introduce other improvements into the code.
Currently there are 4 different places where the data is being read:
It would be great if they all could use the same common procedure, which would make it easier to introduce other improvements into the code.