Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion src/content/docs/components/extractors/erp/index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
---
title: ERP
title: ERP Data Source Connectors
slug: 'components/extractors/erp'
redirect_from:
- /extractors/erp/
---

Data source connectors import data from external sources and integrate it to the Keboola environment.
Expand Down
11 changes: 6 additions & 5 deletions src/content/docs/components/extractors/erp/k2/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@ In the Authorization settings, fill in the following items:
* Password for K2
* Service name; specification of the concrete API service, which you want to use
* Use SSH; if checked SSH setting opens up, and SSH tunnels will be used for connections
* Source Url; the root address of API. For example http://mujserver.cz
* Source URL; the address that is used to query the K2 API, e.g. https://myk2server.com

![Screenshot - Authorization](/components/extractors/erp/k2/auth_config.png)

Once all these settings are set click save and you can create a
new [Configuration row](https://help.keboola.com/components/#configuration-rows)
new [Configuration row](/components/#configuration-rows)
by clicking the **Add row** button.

## SSH Tunnel Configuration
Expand All @@ -40,9 +40,10 @@ In the SSH settings, fill in the following items:

* Username; The SSH User for connecting to your SSH server
* Private Key; The base64-encoded private key for the key pair associated with your SSH server
* Private Key Password; The password for the provided private key (leave empty if the key is not password-protected)
* Tunnel Host; the host name or host IP associated with your SSH server (Note: Don't use the load balancer as host)
* Remote Address; the address that is used to query the K2 API e.g. k2api.myfirm.cz
* Remote Port; The port of the K2 API e.g. 8080
* K2 API Source Address; the address that is used to query the K2 API e.g. k2api.myfirm.cz
* K2 API Port; The port of the K2 API e.g. 8080

Once all are filled in click **save**.

Expand All @@ -51,7 +52,7 @@ Once all are filled in click **save**.
In the row configuration fill in the name of the **Data object** (classname) that you want to fetch. You can optionally fill
in the **Fields** that you wish to fetch, if left empty all the fields are fetched. The fields should be separated
by a comma. After this, you can fill in **Conditions** on what data to fetch. These conditions, and how to construct them are explained
in the [K2 documentation](https://help.k2.cz/k2gaia/02/en/10023272.htm#o57577).
in the [K2 documentation](https://help.k2.cz/k2gaia/12/en/10023272.htm).

![Screenshot - Authorization](/components/extractors/erp/k2/config_row.png)

Expand Down
4 changes: 2 additions & 2 deletions src/content/docs/components/extractors/erp/netsuite/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Find more information in the [official documentation](https://docs.oracle.com/en

### Authorization and Credentials

First, it is necessary to set up the connection parameters in the [Credentials section](https://help.keboola.com/components/extractors/database/sqldb/#initial-setup).
First, it is necessary to set up the connection parameters in the [Credentials section](/components/extractors/database/sqldb/#initial-setup).
The `Account ID` and `Role ID` variables correspond to your account ID and role ID. These values, along with the hostname and role, are available on the SuiteAnalytics Connect Driver Download page
under Your Configuration.

Expand All @@ -27,7 +27,7 @@ For more information, see [Finding Your Settings Portlet](https://docs.oracle.co

### Row or Table Configuration

The configuration concepts are the same as for standard [SQL DB data sources](https://help.keboola.com/components/extractors/database/sqldb/).
The configuration concepts are the same as for standard [SQL DB data sources](/components/extractors/database/sqldb/).

You may select specific columns and tables to be downloaded, or switch to `Advanced mode` to provide a custom query. Data may be imported incrementally using the `incremental fetching` feature,
allowing the user to retrieve only new or updated data from their NetSuite account.
Expand Down
Loading