/postman/IngestionWorkflows.postman_collection.json#L941 contains multiple typos for Longitude (Longuitude) which prevents the sample CSV data from loading the longitude values.
The typos are in the "CSV Parser Injestion\02 - Create a Schema" definition. All instances of the word longitude are spelled incorrectly as longuitude:
"LONGUITUDE": {
"x-slb-measurement": "Longuitude",
"description": "TBD",
"x-slb-aliasProperties": [
"TBD:TBD"
],
"title": "Longuitude",
"type": "string",
"example": [
-119.2,
"TBD"
]
},