openepcis / openepcis-event-hash-generator

Project to generate event hash for EPCIS document/event in XML/JSON-LD format.
https://openepcis.io
Apache License 2.0
6 stars 2 forks source link

Option to ignore repository specific fields #18

Closed Aravinda93 closed 1 year ago

Aravinda93 commented 1 year ago

@sboeckelmann Following the discussion between Bhavesh and Ralph, it was determined that the inclusion of an option to disregard repository-specific fields, such as captureID, hash, etc., was necessary. Due to the variable nature of these fields, we have implemented a feature that allows the user to specify the field names as a comma-separated value. Consequently, these designated fields will be excluded during the pre-hash string generation process.

Kindly request you to review the changes and approve the pull request.