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

Plugins should have the opportunity to export/attach additional data during an export #1220

Open
mgesing opened this issue Dec 2, 2024 · 0 comments
Assignees
Milestone

Comments

@mgesing
Copy link
Contributor

mgesing commented Dec 2, 2024

  • RowExportingEvent is insufficient. Another event message must be implemented, say ColumnsBuildingEvent. The consumer of this event (most likely a plugin) could push a list of specific column headers into the global export definition.
  • For performance reasons, an additional event is required at the start of processing a batch.
  • The GPSR plugin should export and import manufacturer data in this way.
@mgesing mgesing added this to the Future milestone Dec 2, 2024
@mgesing mgesing self-assigned this Dec 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant