Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Published by Scroll Versions from space DEV and version r0681

When referencing a data type within a transform, you can use the following strings to identify each type:

Info

NOTE: In

D s lang
transforms, these values are case-sensitive.

Info

NOTE: When specifying a data type by name, you must use the String value listed below. The Data Type value is the display name for the type.

Data TypeString
String'String'
Integer'Integer'
Decimal'Float'
Boolean'Bool'
Social Security Number'SSN'
Phone Number'Phone'
Email Address'Emailaddress'
Credit Card'Creditcard'
Gender'Gender'
Object'Map'
Array'Array'
IP Address'Ipaddress'
URL'Url'
HTTP Code'Httpcodes'
Zip Code'Zipcode'
State'State'
Date / Time'Datetime'


For custom types, you should reference the name of the type in the string value. For more information, see Create Custom Data Types.