Skip to content
This repository has been archived by the owner on Nov 28, 2024. It is now read-only.

Show number of rows processed #286

Merged
merged 5 commits into from
May 4, 2017
Merged

Conversation

quadrophobiac
Copy link
Contributor

to fix #261, suggestions listed in #261 (comment) advised for subsequent fixes

After looking at the instance variables the CSVlint gem make available
and which of same are preserved in this app current_line has been
chosen as indicator of rows processed.
line_limit_reached method may provide a way of robustly testing how
well this exposure functions (in instances where CSV files halt
streaming processing)
Current features do nothing more than check if string is set, more to do
For future use and to determine number of rows processed
this logic belongs elsewhere, but the current_line variable needs to
account for headers and the variables current line being 1 row greater
than total rows in CSV
@pezholio pezholio requested a deployment to csvlint-pr-286 April 26, 2017 14:04 Pending
@quadrophobiac quadrophobiac requested a review from Floppy April 26, 2017 14:04
@pezholio pezholio requested a deployment to csvlint-pr-286 April 26, 2017 14:05 Pending
@coveralls
Copy link

Coverage Status

Coverage remained the same at 95.556% when pulling 54d20d1 on show-number-of-rows-processed into c70f80b on master.

@Floppy Floppy merged commit 17a6d4e into master May 4, 2017
@Floppy Floppy deleted the show-number-of-rows-processed branch May 4, 2017 12:05
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Show number of rows processed on Validation Results page
4 participants