Annuncio: tutti i progetti non commerciali registrati per l'utilizzo di Earth Engine prima del
15 aprile 2025 devono
verificare l'idoneità non commerciale per mantenere l'accesso a Earth Engine.
CsvColumnDataType
Mantieni tutto organizzato con le raccolte
Salva e classifica i contenuti in base alle tue preferenze.
Enum |
CSV_COLUMN_DATA_TYPE_UNSPECIFIED |
Valore enum predefinito, nessun effetto sui tipi. Non utilizzare. |
CSV_COLUMN_DATA_TYPE_STRING |
La colonna associata deve essere trattata come una stringa con la stessa codifica del file CSV (utile se la colonna viene rilevata automaticamente come numerica). |
CSV_COLUMN_DATA_TYPE_NUMERIC |
La colonna associata deve essere trattata come numerica (utile per le colonne senza dati, che diventano stringhe per impostazione predefinita). |
CSV_COLUMN_DATA_TYPE_LONG |
La colonna associata deve essere trattata come un valore long. |
Salvo quando diversamente specificato, i contenuti di questa pagina sono concessi in base alla licenza Creative Commons Attribution 4.0, mentre gli esempi di codice sono concessi in base alla licenza Apache 2.0. Per ulteriori dettagli, consulta le norme del sito di Google Developers. Java è un marchio registrato di Oracle e/o delle sue consociate.
Ultimo aggiornamento 2025-07-26 UTC.
[null,null,["Ultimo aggiornamento 2025-07-26 UTC."],[[["\u003cp\u003eThis item, \u003ccode\u003eCSVColumnDataType\u003c/code\u003e, is deprecated and should no longer be used.\u003c/p\u003e\n"],["\u003cp\u003eDevelopers should utilize \u003ccode\u003eColumnDataType\u003c/code\u003e instead of \u003ccode\u003eCSVColumnDataType\u003c/code\u003e for specifying column types.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eCSVColumnDataType\u003c/code\u003e included options for treating columns as strings, numeric, or long data types.\u003c/p\u003e\n"],["\u003cp\u003eUsing the default \u003ccode\u003eCSV_COLUMN_DATA_TYPE_UNSPECIFIED\u003c/code\u003e enum value has no effect and should be avoided.\u003c/p\u003e\n"]]],["The provided information outlines deprecated item and lists available options for `ColumnDataType`. These options include `CSV_COLUMN_DATA_TYPE_UNSPECIFIED` (default, not for use), `CSV_COLUMN_DATA_TYPE_STRING` (forces string interpretation), `CSV_COLUMN_DATA_TYPE_NUMERIC` (forces numeric), and `CSV_COLUMN_DATA_TYPE_LONG` (forces long data type). These specify how a CSV column should be treated, allowing overrides of automatic detection. `ColumnDataType` is the recommended alternative.\n"],null,["# CsvColumnDataType\n\n| This item is deprecated!\nUse ColumnDataType instead\n\n| Enums ||\n|------------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------|\n| `CSV_COLUMN_DATA_TYPE_UNSPECIFIED` | Default enum value, no effect on types. Do not use. |\n| `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). |\n| `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). |\n| `CSV_COLUMN_DATA_TYPE_LONG` | The associated column should be treated as a long. |"]]