Skip to content

Feature Request: allow progress reporting during transformation of parsers parseFileLive and parseFile #45

@philipperenzen

Description

@philipperenzen

Description:

Currently, when using the parseFileLive and parseFile method in RocketRML, there is no direct mechanism to track the progress of the transformation process. This feature request is to implement progress reporting functionality during the parsing process.

Proposed Solution:

Introduce a mechanism that allows users to monitor the progress of the transformation as it occurs when using parseFileLive and parseFile methods. This could involve providing progress update callbacks, percentage completion, or any other suitable means to reflect the progress of the transformation with respect to the input files.

Benefits:

  • Enhanced user experience by providing transparency on the status of ongoing transformations.
  • Facilitates better understanding of the time required for transformations, especially for larger input files or batches.

Use Case:

This feature is crucial for users dealing with larger datasets or multiple files as it allows them to track the progress of the transformation, estimate the time remaining, and potentially take necessary actions based on the progress.

Thank you for considering this feature request!

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions