Announcement: On
November 13, 2024, all users will need to
use a Cloud project in order to access Earth Engine. After this date, continued individual access without a Cloud project will require
an exception.
CsvColumnDataType
Use ColumnDataType instead
Enums |
CSV_COLUMN_DATA_TYPE_UNSPECIFIED |
Default enum value, no effect on types. Do not use. |
CSV_COLUMN_DATA_TYPE_STRING |
The associated column should be treated as a string in the same encoding as the CSV file (useful if the column is auto-detected as numeric). |
CSV_COLUMN_DATA_TYPE_NUMERIC |
The associated column should be treated as a numeric (useful for columns with no data, which become strings by default). |
CSV_COLUMN_DATA_TYPE_LONG |
The associated column should be treated as a long. |
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-06-05 UTC.
[null,null,["Last updated 2024-06-05 UTC."],[[["This item, referring to the table of CSV column data types, is deprecated and users should utilize `ColumnDataType` instead."],["The table displays various CSV column data types including unspecified, string, numeric, and long, along with their descriptions and use cases."],["`CSV_COLUMN_DATA_TYPE_UNSPECIFIED` should be avoided as it has no effect on types, while `CSV_COLUMN_DATA_TYPE_STRING` ensures the column is treated as a string."],["`CSV_COLUMN_DATA_TYPE_NUMERIC` is used to treat the associated column as numeric, which is helpful for columns without data, and `CSV_COLUMN_DATA_TYPE_LONG` designates the column as a long data type."]]],[]]