Am creating three sets of numbers from one source file. Each set has a different attribute structure.
I want to fan these out into separate tabs of an Excel spreadsheet, using a created attribute that is common to the three streams, but has a different value for each.
Have tried every permutation of setting I can think of in the Writer/dynamic schema defn, and cannot get it to respect the three different attribute schemas.
Feels like this should be easy, but…..🤔
Solved
Fanning out different attribute schemas to different Excel tabs
Best answer by jdh
Am creating three sets of numbers from one source file. Each set has a different attribute structure.
I want to fan these out into separate tabs of an Excel spreadsheet, using a created attribute that is common to the three streams, but has a different value for each.
Have tried every permutation of setting I can think of in the Writer/dynamic schema defn, and cannot get it to respect the three different attribute schemas.
Feels like this should be easy, but…..🤔
If each tab has a different schema, then you need to either send a schema feature in advance of the data features, or have the schema attached to each data feature.
The SchemaScanner is the easiest way to accomplish this.
This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.


