csvReader: how to read only selected columns while the class Layout has extra field?

mw mingwu at gmail.com
Sun Oct 2 19:48:52 UTC 2022


```
         text.csvReader!Layout(["b","c","a"]);  // Read only these 
column
```

The intention is very clear: only read the selected columns from 
the csv, and for any other fields of class Layout, just ignore 
(with the default D .init value).



More information about the Digitalmars-d-learn mailing list