tilo / smarter_csv

Ruby Gem for convenient reading and writing of CSV files. It has intelligent defaults, and auto-discovery of column and row separators. It imports CSV Files as Array(s) of Hashes, suitable for direct processing with ActiveRecord, kicking-off batch jobs with Sidekiq, parallel processing, or oploading data to S3. Writing CSV Files is equally easy.
MIT License
1.46k stars 190 forks source link

Link on readme not accessible #251

Closed zoras closed 7 months ago

zoras commented 11 months ago

The url link to page http://www.unixgods.org/~tilo/ruby/process_csv_as_hashes.html on the project's readme https://github.com/tilo/smarter_csv#see-also is not accessible anymore.

It returns

404 Not Found
nginx/1.2.6
tilo commented 11 months ago

thank you for letting me know! 👀

tilo commented 7 months ago

@zoras it is fixed in 1.10.3

the link is: http://www.unixgods.org/~tilo/Ruby/process_csv_as_hashes.html