Data Type Mapping
Data Type Mappings
The driver maps types from the data source to the corresponding data type available in the schema. The table below documents these mappings.
| NetSuite | CData Schema |
| Check Box | bool |
| Currency | float |
| Date | date |
| Date/Time | datetime |
| Decimal Number | float |
| Email Address | string |
| Free-Form Text | string |
| Hyperlink | string |
| Image | string |
| Integer Number | long |
| Long Text | string |
| Password | string |
| Percent | float |
| Phone Number | string |
| Rich Text | string |
| Text Area | string |
| Time Of Day | datetime |