For the complete documentation index, see llms.txt. This page is also available as Markdown.

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:

1

Log in to FPT Data Suite

Log in to the FPT Data Suite system.

2

Navigate to: Workspace > Data Warehouse > [Dataset] > Schema.

3

Update Display Name

Select the Field whose display name you want to update and make the necessary changes.

4

Adjust Data Type

Select the Field whose Data Type you want to adjust and update the Data Type accordingly.

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 or false.

Last updated