Skip to main content
Solved

Create empty shapefiles and dbf tables based on excel schema

  • May 15, 2015
  • 2 replies
  • 63 views

Hi,

 

 

I have one excel file containing following columns:

 

- feature_type --> defines output file

 

- attribute_name --> defines the attribute name

 

- attribute_data_type --> defines the attribute data type

 

- geometry_type --> defines the output geometry type

 

- order --> defines the attribute order

 

 

I now want to create a set of output files based on the feature_type.

 

If the field geometry_type is filled, a shapefile should be created. In all other cases a dbf table.

 

Attributes should be created based on the fields attribute_name and attribute_data_type.

 

 

Aim is to have all work done in the input excel file and minimum of manipulations in the workspace.

 

I only want to create empty files that will be filled later by an operator manually.

 

 

Any ideas on this?

 

Rob

 

 

Best answer by pratap

Hi,

 

 

"NoFeaturesTester" is custom transformer exists in the store please download initially.

 

 

Connect the NOINPUT port to a shape file such that it will create a shpae file with 1 feature. But please check once with your data how the shape file is built. I have not checked it.

 

 

Hope this helps

 

 

Pratap
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.

2 replies

pratap
Contributor
Forum|alt.badge.img+12
  • Contributor
  • Best Answer
  • May 18, 2015
Hi,

 

 

"NoFeaturesTester" is custom transformer exists in the store please download initially.

 

 

Connect the NOINPUT port to a shape file such that it will create a shpae file with 1 feature. But please check once with your data how the shape file is built. I have not checked it.

 

 

Hope this helps

 

 

Pratap

Forum|alt.badge.img
  • January 31, 2020
Hi,

 

 

"NoFeaturesTester" is custom transformer exists in the store please download initially.

 

 

Connect the NOINPUT port to a shape file such that it will create a shpae file with 1 feature. But please check once with your data how the shape file is built. I have not checked it.

 

 

Hope this helps

 

 

Pratap

Hi Pratap,

I am using data interoperability workbench in ArcGIS Pro. But Hub transformer 'NoFeaturesTester' able to install?

Thank you,

Manu