Format | Encoding | Byte-order mark
|
Strip line breaks | ISO 8601 date & datetime format | CSV column separators |
BI | UTF-8
|
false | false | true | , |
Excel Window | UTF-8 | true | false | false | en ,
fr ;
|
Excel Mac | ISO-8859-15 | false | true | false | en ,
fr ;
|
Column type / format | BI | Windows EN
|
Windows FR | Mac EN | Mac FR |
Boolean | 1 / 0
|
true / false | vrai / faux | true / false | vrai / faux |
Date | 2013-09-24 | 09-24-2013 | 24/09/2013 | 09-24-2013 | 24/09/2013 |
Datetime | 2013-09-24T19:00+00:02 | 09-24-2013 19:00 | 24/09/2013 19:00 | 09-24-2013 19:00 | 24/09/2013 19:00 |
Float | 12.8 | 12.8 | 12,8 | 12.8 | 12,8 |
Type | Example | Description
|
Array | My Facebook Page, My Twitter Page
|
Represents a collection of elements, such as string or objectId |
Boolean | true | A boolean that can have the following values:
Excel : ‘true’ / ‘false’ or ‘vrai’ / ‘faux’
BI : 1 / 0
|
Date | 24/09/2013 | The Date format changes depending on your language and the format you choose.
Excel :
fr : "%d/%m/%Y" 24/09/2013
en : "%m-%d-%Y" 09-24-2013
BI : "%Y-%m-%d" 2013-09-24 ISO8601
|
Datetime | 24/09/2013 19:00 | Represents an instant in time, typically expressed as a date and time of day.
Format changes depending on your language
Excel :fr : "%d/%m/%Y %H:%M" 24/09/2013 19:00
en : "%m-%d-%Y %H:%M" 09-24-2013 19:00
BI : "%Y-%m-%d %H:%M%z" 2013-09-24T19:00+00:02
|
Integer | 12 | A number that can be written without a fractional or decimal component |
ObjectId | 523ffffb7aa58d1b6700000f | A unique 12-byte BSON type identifier |
String | “my Facebook Post title” | |
Text | “Hi, I cannot make phone calls using my new SIM card. Can you help me?” | |
Float | 12,5 | Represents a number with decimal component.The separator depend on your language:
Excel :fr : ,en : .
BI : .
|