mechatroner / sublime_rainbow_csv

🌈Rainbow CSV - Sublime Text Package: Highlight columns in CSV and TSV files and run queeries in SQL-like language
MIT License
117 stars 8 forks source link

rainbow csv crash on large files #8

Closed philohistoria closed 6 years ago

philohistoria commented 6 years ago

I have constantly used rainbow CSV. Some of files I am working with are over 100 MB. Rainbow CSV just make sublime crash. Is there a way to change the config file of Rainbow CSV, such that it will skip to interpret CSV files if it is over a size limit?

mechatroner commented 6 years ago

Hello! Thanks for bug report and feature suggestion. I've just published updated version 0.4.0, but it can take some time before it becomes available in Package Control. New version supports "rainbow_csv_max_file_size_bytes" config option which should "fix" the problem.

Please, leave a feedback if it works for you or not.