Output Connection

The output details connection is used when copying data to a new set of tables or classes in the external data source.

Note: Output mapping is only used for Copy To tasks in a session. If using a Commit task then the inverse of the input mapping is used and the output mapping is ignored.

The Copy Input Details button can be used to copy existing details from the Input Details tab.

When data has been written to a data store type other than Oracle or SQL, the results will be available to download by clicking Download for the Destination Files.

When data is read from Oracle and written to FME, if no Coordinate Reference System (CRS) is defined, the FME data store will attempt to find one and you may need to specify one manually. For more information on CRS please refer to Coordinate Reference System.

Once the Output Details have been entered, Schema Mapping must be performed (see Output Mapping).

Note: The Data Engineer role is required in order to configure Output Details (see Roles).

Enter Output Connection Details

  1. Navigate to the Data Stores page.

  2. From the Navigation Pane, select the data store to be configured.

  3. Open the Output Details tab.

  4. Select the required Data Store Type from the drop-down menu.

    Note: Different parameters will appear depending on which Data Store Type is selected.

  5. Enter the details for your selected Data Store Type.
  6. Click Save.
  7. Click Test Connection to verify the data can be accessed.

Output Details Parameters

When setting up an Output Connection, the Data Store Type you select will determine which parameters appear.

The following tables detail the parameters required for each available Data Store Type.

ClosedAutodesk AutoCAD DWG/DXF

ClosedBentley MicroStation Design (V8)

ClosedComma Separated Value (CSV)

ClosedEsri Enterprise Geodatabase

Note: In order to use the Esri Enterprise Geodatabase datastore format, ArcMap (64-bit) and FME Desktop Esri Edition must be installed and a licence for each available on the machine(s) running 1Integrate (and all session queues). For full details, see the FME knowledge centre.

Parameter Description
Destination Database

The name of the database.

Coordinate Reference System

Required if the data store will be used in a session that will write data to Oracle.

This can be used to specify the CRS of the output data if it cannot be deduced from the input data. This will not re-project the data, but allows it’s current CRS to be defined.

See Coordinate Reference System for more information on when this is required.

Export FME Log File Download the FME log file created during export (to help identify any errors).
Reverse coordinate axis order (y, x) Reverse the x and y co-ordinate values.
Connection File Select a connection file (.sde) to be used to connect to the Esri Enterprise Geodatabase.
Dataset The name of the dataset from which features will be retrieved.
Server The name of the Geodatabase server used to read data from the dataset.
Instance Name

The name of the Enterprise Geodatabase instance.

Note: The typical value for systems with a single ArcSDE instance is esri_sde8.

User ID User ID of the Enterprise Geodatabase user.
Password Password for the User ID.
Persistent Connection Select to keep a connection open and save the processing time required to make and break a database connection.
Commit Transactions After Write

Specifies whether to commit transactions at the end of each write operation.

Note: Only valid when the versioning type is set to "transactions".

ClosedEsri File Geodatabase

ClosedEsri Shape

ClosedMapInfo Tab

ClosedMicrosoft SQL Server Spatial

ClosedOracle

ClosedPostGIS

Standard

Parameter Description
Destination Database The name of the PostGIS-enabled PostgreSQL database. The database must exist in the RDBMS.
Force geometry to be written with 4 coordinates

Select to output a fourth m coordinate for objects. Only takes effect if the geometry to be written has 3 coordinates.

Note: In PostGIS, ensure that your coord_dimension integer is set to 4.

Use zero when writing ignored coordinate Select to write ignored values as zero in place of null.
Export host name The host name for the PostGIS database.
Export port number The port number for the PostGIS database.
Export username The username for the PostGIS database.
Export password The password for the PostGIS database.

FME only

Parameter Description
Destination Database The name of the PostGIS-enabled PostgreSQL database. The database must exist in the RDBMS.
Coordinate Reference System

Required if the data store will be used in a session that will write data to Oracle.

This can be used to specify the CRS of the output data if it cannot be deduced from the input data. This will not re-project the data, but allows it’s current CRS to be defined.

See Coordinate Reference System for more information on when this is required.

Export FME Log File Download the FME log file created during export (to help identify any errors).
Reverse coordinate axis order (y, x) Reverse the x and y co-ordinate values.
Command timeout The timeout, in seconds, after which to terminate a query to the database if it has not yet returned a result. If set to zero, there is no timeout.
Export host name The host name for the PostGIS database.
Export port number The port number for the PostGIS database.
Export username The username for the PostGIS database.
Export password The password for the PostGIS database.
Spatial type is geography (default: geometry)

If selected, spatial type is geography.

If unselected, spatial type is geometry (the default).

Spatial column name Specify the column to use when writing spatial data to tables (default is GEOM).
Orient polygons

When writing geography (geodetic) data, polygons must be oriented according to the left-hand rule: outer boundaries must be counter-clockwise and inner boundaries must be clockwise.

If selected, polygons will be automatically re-oriented.

You may wish to disable this feature if your input polygons are known to have correct orientation.

Force geometry to be written with X, Y, Z, M

Select to output a fourth z or m ordinate for objects. Only takes effect if the geometry to be written has 3 coordinates.

For X, Y, Z, M data: Use zero rather than Null or NaN when writing ignored ordinate Select to write ignored values as zero in place of null/NaN (NaN is used for the as-standard PostGIS data store)

ClosedGoogle BigQuery