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

Added Row Count and Process Time Summary Report #37

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

vbuser2004
Copy link

@vbuser2004 vbuser2004 commented Dec 23, 2023

Final report replaces "Finished" with more detailed summary, including:

  • Summary report of total number of rows converted.
  • Total time in milliseconds to complete script

Note: top-level await is not enabled so used readCSV().then(...) to capture total row count.

Edit: Forgot to mention this fixes #35: Replace "Finished" after completion with "Finished - Number of Rows Processed: XX" and Time for 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

Successfully merging this pull request may close these issues.

Replace "Finished" after completion with "Finished - Number of Rows Processed: XX" and Time for Processing
2 participants