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

Helper class and functionalities for CSV import purpose #321

Closed
3 of 10 tasks
antoineatstariongroup opened this issue Mar 7, 2024 · 0 comments · Fixed by #322
Closed
3 of 10 tasks

Helper class and functionalities for CSV import purpose #321

antoineatstariongroup opened this issue Mar 7, 2024 · 0 comments · Fixed by #322
Assignees
Milestone

Comments

@antoineatstariongroup
Copy link
Contributor

antoineatstariongroup commented Mar 7, 2024

Prerequisites

  • I have written a descriptive issue title
  • I have verified that I am running the latest version of the COMET-SDK
  • I have searched open and closed issues to ensure it has not already been reported

Description

To implement the CSV import (STARIONGROUP/DEH-CSV#1) here are functionalities that needs to be implemented in the SDK:

  • TypeInitializer: Based on a ClassKind, being able to get a new instance of a Thing
  • PropertyAccessor setter: Currently, a getter based on the name of a property is implemented. A setter based on the same principle should be done.

Everything can be code-gen

Steps to Reproduce

System Configuration

  • COMET version:
    • CDP4Common:
    • CDP4JsonSerializer:
    • CDP4Dal:
    • CDP4JsonFileDal:
    • CDP4ServicesDal:
    • CDP4WspDal:
    • Other:
  • Environment (Operating system, version and so on):
  • .NET Framework version:
  • Additional information:
@antoineatstariongroup antoineatstariongroup self-assigned this Mar 7, 2024
@antoineatstariongroup antoineatstariongroup added this to the sprint 93 milestone Mar 7, 2024
antoineatstariongroup added a commit that referenced this issue Mar 11, 2024
* WIP: Missing couple of cases for unit tests

* Fix ValueArray setter and finished Unit tests

* cleanup
@samatstariongroup samatstariongroup moved this to Done in COMET-CE Jul 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

1 participant