I have a table information and that needs to be transpose like shown below screen shot.
Parcel number is more then 1000 and each parcel bldg type up 30 plus types.
Please can advise to achieve this task.
Thanks in advance
Venu
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.
In the case, the AttributeCreator (or BulkAttributeRenamer) + Aggregator (+ AttributeExposer) is a well-known solution. Is there any reason for asking other solutions? Just curious?
In the case, the AttributeCreator (or BulkAttributeRenamer) + Aggregator (+ AttributeExposer) is a well-known solution. Is there any reason for asking other solutions? Just curious?
@takashi, thanks for your answer and reply.. I am not able to achieve what I want because in writer those bld_types fields need to be added manually and that bldg_type values will change it's not standard.
Maybe I am confused with your solution that's why I asked python code.Can suggest the easiest way to achieve the task.
Hi @venu, if the building types could change and you want to configure the destination schema automatically depending on the contents of the source dataset for each run, there is no easy way unfortunately.
A possible approach would be to create a schema feature based on the source data with a Python script and configure Dynamic Schema from the schema feature.
However, it's hard to fully explain all of them here. If you could post a sample source data, I would provide a demo workspace using the data.