Skip to content

Incorrect mapping for LONGITUDE in IngestionWorkflows postman_collection ("02 - Create a Schema") #50

@troy-petrosys

Description

@troy-petrosys

/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"
                        ]
                    },

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions