Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add option to display progress indicator during processing #132

Open
lkitching opened this issue May 18, 2022 · 0 comments
Open

Add option to display progress indicator during processing #132

lkitching opened this issue May 18, 2022 · 0 comments

Comments

@lkitching
Copy link
Contributor

Large inputs can take a long time to process and csv2rdf does not display any output during processing. Some CI environments automatically kill processes that produce no output during some timeout, which makes processing large data files difficult in these enviornments. Users also find it difficult to tell whether the process has hanged or is still processing. Add an option to display a progress indicator during processing.

lkitching added a commit that referenced this issue May 18, 2022
Issue #132 - Add --progress-bar command-line flag to indicate a
progress bar should be displayed. The progress bar writes a '.' to
stderr every two seconds during processing.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant