Skip to content

Limited Schema #49

Open
Open
@Grimi94

Description

After going through the guide at https://hub.meltano.com/extractors/tap-netsuite/ I found that when running the command meltano select tap-netsuite --list --all I would only get the fields defined in tap-netsuite/netsuite/schemas/object_definition.json

For now I have copied the line as well as the Total from the Sales Order and added to the Invoice object within that file:

{"displayName": "SalesRep", "name": "salesRep", "type": "string"},
{"displayName": "Total", "name": "total", "type": "number"},

What is the best way to add fields that are not defined in the object_definition.json file?

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