Format string
This option is used by several subcommands: OPERATIONS: numtocurrency If set to 'euro', will format the currency to use '.' instead of ',' as separators (e.g. 1.000,00 instead of 1,000.00 ) thousands The thousands separator policy to use. The available policies are: comma, dot, space, underscore, hexfour (place a space every four hex digits) and indiancomma (place a comma every two digits, except the last three digits). (default: comma) round The number of decimal places to round to (default: 3) DATEFMT: The date format to use. For formats, see https://docs.rs/chrono/latest/chrono/format/strftime/ Default to ISO 8601 / RFC 3339 date & time format. [default: %+] DYNFMT: the template to use to construct a new column. GEOCODE: the place format to use with the geocode subcommand. The available formats are: - 'city-state' (default) - e.g. Brooklyn, New York - 'city-country' - Brooklyn, US - 'city-state-country' | 'city-admin1-country' - Brooklyn, New York US - 'city' - Brooklyn - 'county' | 'admin2' - Kings County - 'state' | 'admin1' - New York - 'county-country' | 'admin2-country' - Kings County, US - 'county-state-country' | 'admin2-admin1-country' - Kings County, New York US - 'country' - US