- Release notes
- Getting started
- Installation
- Configuration
- Integrations
- Authentication
- Working with Apps and Discovery Accelerators
- AppOne menus and dashboards
- AppOne setup
- TemplateOne 1.0.0 menus and dashboards
- TemplateOne 1.0.0 setup
- TemplateOne menus and fashboards
- TemplateOne 2021.4.0 setup
- Purchase to Pay Discovery Accelerator menus and dashboards
- Purchase to Pay Discovery Accelerator Setup
- Order to Cash Discovery Accelerator menus and dashboards
- Order to Cash Discovery Accelerator Setup
- Basic Connector for AppOne
- SAP Connectors
- Introduction to SAP Connector
- Loading data directly from the SAP database
- Loading data via .CSV files
- Loading data via an ODBC connection
- SAP input
- Checking the data in the SAP Connector
- Adding process specific tags to the SAP Connector for AppOne
- Adding process specific Due dates to the SAP Connector for AppOne
- Adding automation estimates to the SAP Connector for AppOne
- Adding attributes to the SAP Connector for AppOne
- Adding activities to the SAP Connector for AppOne
- Adding entities to the SAP Connector for AppOne
- SAP Order to Cash Connector for AppOne
- SAP Purchase to Pay Connector for AppOne
- SAP Connector for Purchase to Pay Discovery Accelerator
- SAP Connector for Order-to-Cash Discovery Accelerator
- Superadmin
- Dashboards and charts
- Tables and table items
- Application integrity
- How to ....
- Working with SQL connectors
- Introduction to SQL connectors
- Setting up a SQL connector
- CData Sync extractions
- Running a SQL connector
- Editing transformations
- Releasing a SQL Connector
- Scheduling data extraction
- Structure of transformations
- Using SQL connectors for released apps
- Generating a cache with scripts
- Setting up a local test environment
- Separate development and production environments
- Useful resources
Loading data via .CSV files
.csv
files you must configure this in the SAP Connector.
csv
files from the SAP Connector you must upload the files in the Superadmin Server data tab.
In order to load data correctly you must specify the following settings in the SAP Connector.
SAP Setting |
Description |
---|---|
CSV Data path |
Data path in the Server Data that points to the place where the
.csv files are stored. For example O2C/ if all files can be found in the folder named O2C .
|
CSV Suffix |
By default the input files are read in by looking at the name of the table and possibly a suffix up to 2 digits. This suffix can be changed in the settings if this does not match the names of the input files. Note: this is an optional setting.
|
CSV File settings |
File settings: by default the file settings are a comma as delimiter and double quotes for quatations. This can be changed if needed in the settings. Note: this is an optional setting.
|
Follow these steps to set the enter the settings for the SAP Connection in the SAP Connector.
Step |
Action |
---|---|
1 |
Make sure the input type is set to use
.csv files. See Loading Data.
|
2 |
Open the SAP Connector in your development environment. |
3 |
Go to the Data tab and select the Connector_settings table. |
4 |
Edit the expressions in the CSV Settings folder to enter the correct values. See the illustration below. |
CSV Connection string
expression.
- There must be a separate
.csv
file for each input table. - The name of the
.csv
file must be the same as the name of the table. For example, for sales orders, there must be aVBAK.csv
file and aVBAP.csv
file. - The name of the columns must be the same as the name of the technical field names in SAP. For example, for sales organization
in the
VBAK
table, there must be a VKORG column. - The delimiter in the
.csv
files must be a comma ','. - The quotation of the
.csv
files must be double quotes: "" (escape quotes by using a double quote i.e. ""). - Date values in the
.csv
files must be in the formatYYYYMMDD
. - Time values in the
.csv
files must be in the formathhmmss
.
.csv
files for a table. In this case, the name of the file starts with the name of the table of which it contains data followed
by a suffix up to 2 digits. For example, the data from the VBAK
can be stored in multiple .csv
files with names VBAK1.csv
, VBAK2.csv
, etc. So for VBAK
, the O2C Connector loads the input files VBAK1.csv
up to VBAK99.csv
.
.csv
files. Make sure to use correct quotes in your .csv
file, which must be double quotes: "".