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

[WIP]feat(ns): Add a script that checks if the CSV needs to be repaired. #5965

Open
wants to merge 2 commits into
base: 1.4
Choose a base branch
from

Conversation

NoelGraf
Copy link
Member

The Siome tool generates CSV files which the Nodeset compiler cannot process. The problem occurs when the user generates custom data types in Siome. The DefaultBinary and DefaultXML objects in the csv file do not contain the data type name.

For example:

Encoding_DefaultBinary,40,Object -> cannot be processed by the nodeset compiler

PowerlinkPDOMappingEntryDataType_Encoding_DefaultBinary,40,Object -> can be processed by the nodeset compiler

@NoelGraf NoelGraf changed the title feat(ns): Add a script that checks if the CSV needs to be repaired. [WIP]feat(ns): Add a script that checks if the CSV needs to be repaired. Aug 21, 2023
@NoelGraf NoelGraf changed the base branch from master to 1.4 January 15, 2024 07:55
… that it can be used by the Nodeset compiler.
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.

None yet

1 participant