Feature request #11105
Feedback for reading large comma separated value files
Status: | Open | ||
---|---|---|---|
Priority: | Low | ||
Assignee: | - | ||
Category: | Unknown | ||
Pull Request or Patch supplied: | No | Resolution: | |
Easy fix?: | No | Copied to github as #: | 19436 |
Description
There is no feedback whilst reading very large delimited text files (e.g., files with several million points). When reading such large files the user should be presented with a "percentage completed" modal dialog, perhaps even with a running average estimation for completion.
This should be trivial to implement given that one can query the file size ahead of time and then return as a percentage the current file read pointer offset.
History
#1 Updated by Giovanni Manghi over 7 years ago
- Easy fix? set to No
#2 Updated by Jürgen Fischer about 7 years ago
- Category set to Unknown