Difference between revisions of "Text"
(Created page with "The ''Text'' or ''String'' data type consists of a sequence of one or more than one alphanumeric character, like a word or a sentence. Numeric only sequences that are not su...") |
|||
(4 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
+ | <languages/> | ||
+ | |||
+ | |||
+ | <translate> | ||
+ | <!--T:1--> | ||
The ''Text'' or ''String'' data type consists of a sequence of one or more than one alphanumeric character, like a word or a sentence. | The ''Text'' or ''String'' data type consists of a sequence of one or more than one alphanumeric character, like a word or a sentence. | ||
+ | <!--T:2--> | ||
Numeric only sequences that are not supposed to be used in math operations (like sums and divisions) must also be considered as ''Text'' (ex.: Individual Social ID). | Numeric only sequences that are not supposed to be used in math operations (like sums and divisions) must also be considered as ''Text'' (ex.: Individual Social ID). | ||
+ | |||
+ | <!--T:3--> | ||
+ | Text data type columns have a limit of 255 characters; | ||
+ | |||
+ | |||
+ | <!--T:4--> | ||
+ | The data type of a column is defined in the data source creation, see [[Input Data Format]]. | ||
+ | </translate> |
Latest revision as of 13:07, 19 September 2017
The Text or String data type consists of a sequence of one or more than one alphanumeric character, like a word or a sentence.
Numeric only sequences that are not supposed to be used in math operations (like sums and divisions) must also be considered as Text (ex.: Individual Social ID).
Text data type columns have a limit of 255 characters;
The data type of a column is defined in the data source creation, see Input Data Format.