Infoworks 6.1.3
Onboard Data

Editing Table Schema

You can edit the target datatype of columns using the following steps:

  1. Click the Data Catalog menu and click View Source for the required source.

  2. Click the Configure button for the required table.

  3. Click the View Details button and edit the target data type for required columns. The Databricks metastore table will be created with the specified datatypes.

  4. The Options field allows you to edit the precision and scale of the specific column.

  1. You can use the Bulk Edit option to edit the precision and scale of all the columns.
  1. Click Save Schema.

Following are the datatype conversions supported:

Source DatatypeTarget Datatype
StringBoolean, Integer, Float, Double, Long, Decimal, Date, Timestamp.Following are date and timestamp formats supported:Date: yyyy-MM-ddTimestamp: yy-MM-dd hh:mm:ss
BooleanString
IntegerFloat, Double, Long, Decimal, String
FloatDouble, Long, Decimal, String
DoubleFloat, Long, Decimal, String
LongFloat, Double, Decimal, String
DecimalInteger, Float, Long, String
DateString
TimestampString
ByteString
On This Page
Editing Table Schema