Hi All, I have 19 tables with 50 odd attributes each and their datatypes within a csv.(field_name, datatype, Width, Precision). I am writting out to ESRI file GSB.
How do i set the writers data type from this list. I have tried importing the csv the using the "duplicate on writer" function. This is great for setting the name of the writer attributes but doesnt set the data Type fields. Is this possible ? Any suggestions to save me from setting 1000 data types manually.
THanks Steve
Thanks for your help , as always
Best answer by takashi
Hi Steve,
I don't think there is a way to import schema definition to static writer feature types from an external schema definition table.
Instead, I would recommend you to consider applying the Dynamic Schema mechanism (Lookup Table method).
To apply the method, you will have to create a lookup table, but I think it will not take so long time since you already have a CSV table which describes all the required schema definition. You can modify the CSV table easily to fit the requirement for the look up table format.
Hope this helps.
Takashi
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.
To apply the method, you will have to create a lookup table, but I think it will not take so long time since you already have a CSV table which describes all the required schema definition. You can modify the CSV table easily to fit the requirement for the look up table format.