Page Summary
-
The provided content outlines the specific data structure and formatting requirements for integrating cruise itineraries and prices into Google's Cruises search.
-
It details the required data types for field names in the CSV, including
currency(ISO 4217),date(ISO 8601 YYYY-MM-DD), anddatetime(ISO 8601 with UTC offset). -
Other specified data types include
decimal(dot-separated fractional part),integer,location(comma-separated City, State, Country),string(with handling for semicolons and escaped double quotes), andurl(RFC 3986 format).
The section specifies the data structure and formatting requirements for integrating cruise itineraries and prices into Google's Cruises search. The field names in the CSV should have the following data types for each fields as needed:
YYYY-MM-DDTHH:mm[:ss.SSS]+|-HH:mm[Z]
. Example: Time format for 6AM in Venice should be formatted as
follows: 2025-01-22T06:00:00+01:00
(.)
Example: 100.30
Example: 123
Example: "San Francisco,California,USA"
or "Venice,Italy"
It can be the following types:
- A basic string of characters.
Example:
Abc123 - Strings with Semicolon must be quoted.
";".Example:
"strings with ; semicolon" - Strings with double quotes must be escaped.
\".Example:
"String with escaped double quotes\"
url

