Skip to main content
Solved

How to add new feature class into specific dataset into arcsde writer ?

  • June 17, 2023
  • 1 reply
  • 76 views

spiderman
Contributor
Forum|alt.badge.img+7

Hello

i would like to create new feature class and write into Arcsde .

will be automatic add into arccaralog ?

how to write it into specific feature dataset ?

new feature class includes lines .

which parameter should I do for Arcsde writer ?

FME 2021

Best answer by nampreetatsafe

Hi @spiderman​: When you add the ArcSDE Geodb Writer, click on the Parameters button:

imageIn the following dialog, you'll see a Connection File parameter. You'll want to navigate (or drag and drop) the same .sde connection file you use to connect to your geodatabase in ArcCatalog.

 

Click OK to return back to the Writer dialog. There you'll likely want to select either Automatic or Manual for the Feature Class or Table Definition parameter. When you click OK, you'll be presented with the following dialog:

 

imageHere you'll want to consider the following parameters:

  • Feature Class or Table Name: enter the name of your new feature class
  • Geometry: specify the geometry type; in your case you want to select geodb_polyline if you are hoping to write line features
  • Feature Dataset: enter the name of the Feature Dataset to which you want to write the feature class. If the Feature Dataset doesn't exist, a new one will be created.

I hope this helps!

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.

1 reply

nampreetatsafe
Safer
Forum|alt.badge.img+13
  • Safer
  • 383 replies
  • Best Answer
  • June 27, 2023

Hi @spiderman​: When you add the ArcSDE Geodb Writer, click on the Parameters button:

imageIn the following dialog, you'll see a Connection File parameter. You'll want to navigate (or drag and drop) the same .sde connection file you use to connect to your geodatabase in ArcCatalog.

 

Click OK to return back to the Writer dialog. There you'll likely want to select either Automatic or Manual for the Feature Class or Table Definition parameter. When you click OK, you'll be presented with the following dialog:

 

imageHere you'll want to consider the following parameters:

  • Feature Class or Table Name: enter the name of your new feature class
  • Geometry: specify the geometry type; in your case you want to select geodb_polyline if you are hoping to write line features
  • Feature Dataset: enter the name of the Feature Dataset to which you want to write the feature class. If the Feature Dataset doesn't exist, a new one will be created.

I hope this helps!