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

SimpleDataImportHub #436

Open
dcolleoni opened this issue Mar 1, 2024 · 0 comments
Open

SimpleDataImportHub #436

dcolleoni opened this issue Mar 1, 2024 · 0 comments

Comments

@dcolleoni
Copy link
Contributor

dcolleoni commented Mar 1, 2024

  • Obejective: Create an ImportHub for SimpleData format which validates the input and commits IfrsVariables in the IfrsVariableHub
  • It retrieves data from other Hubs such as ReferenceData, DataNodeHub, IfrsVariableHub. Check and flag if any other dataHub is required.
  • The import method uses the ParserStorage (depending on the effort, we could have a dedicated SimpleDataParsingStorage)

Test:

  • start with an IfrsVariableHub populated with Variables.
  • Import a file(CSV) for the same partition
  • Assert that:
    1. new variables are created.
    1. old variables are changed.
    1. old variables are deleted.
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

No branches or pull requests

2 participants