Skip to content

Conversation

lrworth
Copy link

@lrworth lrworth commented Nov 8, 2022

A new EncodeOptions field encMissing determines what to do when a named field cannot be found. This enables encoding sparse data structures.

This is a breaking change because there are no longer reasonable Eq or Show instances for EncodeOptions.

Resolves #176.

This is a breaking change as it removes the `Eq` and `Show` instances
for `EncodeOptions`.
@andreasabel
Copy link
Member

Blocked on:

@saurabhnanda
Copy link

Any chance that this can be merged? I hit the same issue as #176

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.

Question on csv programming exercise and encoding rows missing specific header keys
3 participants