We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Take this ksy for example:
meta: id: test seq: - id: test type: test types: test: seq: - id: t type: u1
The parsed output table only contains columns 1 and 2, not the third 'value' column.
Modifying the ksy by adding a field which uses a builtin type at the start of the sequence fixes the issue
meta: id: test seq: - id: test1 type: u1 - id: test type: test types: test: seq: - id: t type: u1
The text was updated successfully, but these errors were encountered:
what happens if you click on the + in the first example to expand the values of the test item sequence?
+
test
Sorry, something went wrong.
The column remains missing
No branches or pull requests
Take this ksy for example:
The parsed output table only contains columns 1 and 2, not the third 'value' column.
Modifying the ksy by adding a field which uses a builtin type at the start of the sequence fixes the issue
The text was updated successfully, but these errors were encountered: