Data Type Formatting
Each field in the PARS templates has an expected data type. The following table provides the required formatting and a few examples of each data type.
| Data Type | Required Formatting | Examples |
|---|---|---|
| Boolean |
TRUE or FALSE
|
TRUE
|
| Code |
Human readable identifier using
|
NEFSC_MA-RI_202202_COX01SOUNDTRAP-53423
|
| Code List |
Comma-separated list of Codes within a single string. Be sure to enclose the list in double quotes within the CSV file so it is not separated into multiple columns.
|
"RIWH,FIWH,BLWH"
|
| Date |
Date as YYYY-MM-DD
|
2025-03-26
|
| Float | Decimal number |
72.56281
|
| Integer | Integer number |
1
|
| Text | Text string (no character limit) |
Recorder lost at sea
|
| Timestamp |
Date and time in one of the following ISO-8601 formats (seconds and milliseconds are optional):
±HHMM, ±HH or Z (for UTC) formats. For example:
|
2025-03-26T15:34Z2025-03-26T15:34:27+042025-03-26T15:34:27-05002025-03-26T15:34:27.921-0500
|
| Timezone |
Timezone as UTC offset in one of the following formats:
|
UTCUTC+4UTC+04UTC-0500
|
| URL |
Valid web address (must begin with https://)
|
https://www.example.com
|