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

AMT V4 Flatfile generation #1

Open
wants to merge 36 commits into
base: master
Choose a base branch
from
Open

AMT V4 Flatfile generation #1

wants to merge 36 commits into from

Conversation

edeati
Copy link

@edeati edeati commented Jul 26, 2023

Definition of Done

  • Code has been peer reviewed
  • Test coverage has been maintained or improved
  • All tests pass within CI
  • README is up to date

@edeati edeati requested a review from dionmcm July 26, 2023 22:50
edeati and others added 17 commits July 27, 2023 10:12
… delete it you cannot deplpoy a new one anymore. Just sad
…s are now reporting an extra fail because I'm now logging no TP for a TPUU as a junit test fail
A new field 'ingredients' added to Concept class and 'addIngredient' method introduced to handle the Concept's ingredients. The error messages for failure scenarios during file processing in AmtCache class have also been enhanced to display the full row information. Besides, various scenarios are handled for MES Product (MP) parents based on their ingredients and exceptions are thrown accordingly along with logging warnings in Amt2FlatFile class. New active ingredient types added to the AttributeType class.
dionmcm and others added 7 commits June 7, 2024 12:47
Updated the FileFormat class to correctly handle quoting for TSV files by returning an empty string for field quotes. Adjusted test data to reflect changes in the expected output.
Updated Amt2FlatFile to use write method with DOS line termination for consistency. Refactored Amt2FlatFileTest to improve readability and ensure proper file handling during tests.
Replaced manual getter and setter methods with Lombok annotations for brevity. Refactored logging to use constants where possible and simplified the code structure for improved readability. Removed unused imports and adjusted formatting for better consistency.
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.

2 participants