Fields Information
Datasets within FPT Data Suite contain information about their Fields. Users can modify and update some of this field information by following these steps:
3
Supported Data Types in FPT Data Suite:
String: A sequence of characters, which may include letters, numbers, special characters, spaces, and more.
Number: Whole numbers (integers without decimal points).
Double: Real numbers (with decimal points).
Date (yyyy-mm-dd): Date values in year-month-day format.
Datetime (yyyy-mm-dd hh:mm:ss): Date and time values in year-month-day hour:minute:second format.
Boolean (true / false): Logical values that can only be either
true
orfalse
.
Last updated
Was this helpful?