Sha256: 8c3302917ba441104ba4cd8734ff3a3e327d6a58ae285b5009df74c88f4535be

Contents?: true

Size: 1.25 KB

Versions: 22

Compression:

Stored size: 1.25 KB

Contents

# SmarterCSV v2.0 TO DO List

* add enumerable to speed up parallel processing [issue #66](https://github.com/tilo/smarter_csv/issues/66), [issue #32](https://github.com/tilo/smarter_csv/issues/32)
* use Procs for validations and transformatoins [issue #118](https://github.com/tilo/smarter_csv/issues/118)
* make @errors and @warnings work [issue #118](https://github.com/tilo/smarter_csv/issues/118)
* skip file opening, allow reading from CSV string, e.g. reading from S3 file [issue #120](https://github.com/tilo/smarter_csv/issues/120).
  Or stream large file from S3 (linked in the issue)
* Collect all Errors, before surfacing them. Avoid throwing an exception on the first error [issue #133](https://github.com/tilo/smarter_csv/issues/133)
* Don't call rewind on filehandle
* [2.0 BUG] :convert_values_to_numeric_unless_leading_zeros drops leading zeros [issue #151](https://github.com/tilo/smarter_csv/issues/151)
* [2.0 BUG]  convert_to_float saves Proc as @@convert_to_integer [issue #157](https://github.com/tilo/smarter_csv/issues/157)
* Provide an example for custom Procs for hash_transformations in the docs [issue #174](https://github.com/tilo/smarter_csv/issues/174)
* Replace remove_empty_values: false [issue #213](https://github.com/tilo/smarter_csv/issues/213)

Version data entries

22 entries across 22 versions & 1 rubygems

Version Path
smarter_csv-1.13.1 TO_DO_v2.md
smarter_csv-1.13.0 TO_DO_v2.md
smarter_csv-1.12.1 TO_DO_v2.md
smarter_csv-1.12.0 TO_DO_v2.md
smarter_csv-1.12.0.pre1 TO_DO_v2.md
smarter_csv-1.11.2 TO_DO_v2.md
smarter_csv-1.11.1 TO_DO_v2.md
smarter_csv-1.11.0 TO_DO_v2.md
smarter_csv-1.10.3 TO_DO_v2.md
smarter_csv-1.10.2 TO_DO_v2.md
smarter_csv-1.11.0.pre2 TO_DO_v2.md
smarter_csv-1.11.0.pre1 TO_DO_v2.md
smarter_csv-1.10.1 TO_DO_v2.md
smarter_csv-1.10.0 TO_DO_v2.md
smarter_csv-1.9.3 TO_DO_v2.md
smarter_csv-1.9.2 TO_DO_v2.md
smarter_csv-1.9.2.pre01 TO_DO_v2.md
smarter_csv-1.9.0 TO_DO_v2.md
smarter_csv-1.8.5 TO_DO_v2.md
smarter_csv-1.8.4 TO_DO_v2.md