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

Kaitai Struct parsed output table missing 'value' column for some KSY files #155

Open
noperator-zz opened this issue Nov 22, 2022 · 2 comments

Comments

@noperator-zz
Copy link

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.
image

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

image

@hello-adam
Copy link
Member

what happens if you click on the + in the first example to expand the values of the test item sequence?

@noperator-zz
Copy link
Author

The column remains missing
image

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