chendryx
April 16, 2021 12:19:20
Is it possible to modify/extend the sopimport and lopimport nodes for custom in-house schemas?
mtucker
April 16, 2021 15:36:48
No, not currently. It has been requested before, but it isn't currently in the plans for the next release. Our recommendation currently has to be that you need to create a custom import/export loop for your custom primitive types.
chendryx
April 16, 2021 16:09:58
That's what we're doing currently (custom logic), just wanted to check that there wasn't already something built-in, thanks!