- 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
- 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
SAP input
.csv
files uploaded to the UiPath Process Mining server using the Files connection string type.
There are two types of input tables:
Table |
Description |
---|---|
Transactional data tables |
|
Master data tables |
|
For most of the input tables, only a subset of the available fields is used as datasource attributes in Process Mining.
.csv
files, you must make sure that all fields that are used in Process Mining are available in the .csv
files.
.csv
files, it is strongly recommended that you only extract the fields that are required in Process Mining. Loading data that
is not used in Process Mining will slow down the data load.
For some of the input tables, only a subset of the available records is used for Process Mining.
.csv
files, it is advised to apply the filtering on the input tables, to limit the size of the input .csv
files. If this filtering is not applied at the moment of the data extraction, the required filtering will be applied in the
connector in the first joins where the input tables are used.
By default, input trimming is enabled for all attributes in all document tables and master data tables to avoid arbitrarily or unintended different events. This means that any leading or trailing blank spaces will be removed when the data is loaded. If needed you can disable the input trimming for individual datasource attributes.
Follow these steps to disable the input trimming for a datasource attribute.
Step |
Action |
---|---|
1 |
Open the SAP Connector in your development environment. |
2 |
Go to the Data tab and locate the 1. Input section. |
3 |
Click on the input table that contains the attribute for which you want to disable the input trimming. |
4 |
In the table items list on the right, double click on the appropriate datasource attribute. |
5 |
In the Edit Datasource Attribute dialog disable the Trim input check box in the Parse format panel. See the illustration below for an example. |