NetSuite
Table of Contents
The tap-netsuite
Singer tap pulls data from NetSuite that can then be sent to a destination using a Singer target.
-
- Repository: https://github.com/hotgluexyz/tap-netsuite
-
-
-
-
-
-
-
- Maintainer: Hotglue
- Meltano Stats (across all plugin variants):
-
-
Standalone usage #
Install the package using pip:
pip install git+https://github.com/hotgluexyz/tap-netsuite.git
For additional instructions, refer to the README in the repository.
Usage with Meltano #
Meltano helps you manage your configuration, incremental replication, and scheduled pipelines.
View the Meltano-specific tap-netsuite
instructions to learn more.
Capabilities #
These capabilities can also be overriden
by specifying the capabilities
key in your meltano.yml
file.
Settings #
tap-netsuite
requires the
configuration
of the following settings:
The settings for tap tap-netsuite
that are known to Meltano are documented below.
To quickly find the
setting you're looking for, use the Table of Contents at
the top of the page.
You can override these
settings or specify additional
ones in your meltano.yml
by adding the settings
key.
Please consider adding any settings you have defined locally to this definition on MeltanoHub by making a pull
request to the
YAML file
that defines the settings for this
tap.
NetSuite Account (ns_account
)
#
Your account Id. This can be found under Setup -> Company -> Company Information. Look for Account Id. Note “_SB” is for Sandbox account.
NetSuite Consumer Key (ns_consumer_key
)
#
Your consumer key for token based authentication consumer key for SOAP connection. Visit the https://support.cazoomi.com/hc/en-us/articles/360010093392-How-to-Setup-NetSuite-Token-Based-Authentication-as-Authentication-Type for details.
NetSuite Consumer Secret (ns_consumer_secret
)
#
Your consumer secret for token based authentication consumer key for SOAP connection. Visit the https://support.cazoomi.com/hc/en-us/articles/360010093392-How-to-Setup-NetSuite-Token-Based-Authentication-as-Authentication-Type for details.
NetSuite Token Key (ns_token_key
)
#
Your token key for token based authentication consumer key for SOAP connection. Visit the https://support.cazoomi.com/hc/en-us/articles/360010093392-How-to-Setup-NetSuite-Token-Based-Authentication-as-Authentication-Type for details.
NetSuite Token Secret (ns_token_secret
)
#
Your token secret for token based authentication consumer key for SOAP connection. Visit the https://support.cazoomi.com/hc/en-us/articles/360010093392-How-to-Setup-NetSuite-Token-Based-Authentication-as-Authentication-Type for details.
Select Fields By Default (select_fields_by_default
)
#
When new fields are discovered in NetSuite objects, the select_fields_by_default key describes whether or not the tap will select those fields by default.
Is Sandbox (is_sandbox
)
#
The is_sandbox should always be set to “true” if you are connecting Production account of NetSuite. Set it to false if you want to connect to SandBox acccount.
Start Date (start_date
)
#
Determines how much historical data will be extracted. Please be aware that the larger the time period and amount of data, the longer the initial extraction can be expected to take.
Looking for help? #
If you're having trouble getting the
tap-netsuite
tap to work, look for an
existing issue in its repository, file a new issue,
or
join the Meltano Slack community
and ask for help in the #plugins-general
channel.
Found an issue on this page? #
This page is generated from a YAML file that you can contribute changes to. Edit it on GitHub!