Overview

General

The following table shows the correspondence between Python built-in types, SDK Connector types and Workflows types.

Built-In Type Maptek Python SDK Type Workflows Type
str

StringConnectorType

String
int

IntegerConnectorType

Integer
float

DoubleConnectorType

Double
bool

BooleanConnectorType

Boolean
list

CSVStringConnectorType

CSV String
datetime.datetime

DateTimeConnectorType

DateTime
pathlib.Path

FileConnectorType

File
(not applicable)

DirectoryConnectorType

Folder
(not applicable)

Point3DConnectorType

Point 3D
(not applicable) WorkflowSelection Maptek Database Object