Import Mappers

Import Mappers are used to transform and align incoming data files (like payments, events, or bank transactions) into a format the Tridens Monetization system understands. They ensure that external data sources are correctly mapped to internal fields for accurate processing and automation.

Topics in this document:

Import mappers in Tridens Monetization allow you to transform and align external data (CSV, flat files, etc.) into system-compatible formats. Whether importing payment data, events, or bank transactions, import mappers ensure that the system correctly interprets and ingests structured data from external platforms.


Where to Find Mappers

Navigate to:
Business Configuration > Import

Import Mappers default page Figure 1: Import Mappers default page


Import Mapper Types

At the top of the Import Mappers screen, you’ll find four tabs — each representing a different data domain. All tabs share the same configuration structure:

  • Payment Mappers
  • Direct Debit Mappers
  • Event Mappers
  • Bank Mappers

Each tab allows you to Add a new mapper using a form like the one shown in the screenshot.


Adding a New Import Mapper

Click the Add button in any of the four tabs to open the Create Mapper form. The fields you must complete are identical across all mapper types.

Required Fields

Table 1: Required Fields

FieldDescription
NameA unique, descriptive name for the mapper (e.g. Bankart Payment Mapper)
CodeA system identifier used internally (e.g. BANKART_01)
DescriptionOptional. Add notes about the purpose or source of this mapper
PrefixOptional. Used to append unique values during mapping
Import ModeDefines the structure of the input file. Options: Single or Multi
DelimiterFile delimiter, typically comma ,, tab \t, or semicolon ;
FileUpload the mapping template file (usually CSV or TXT format)

Create Import Mapper page Figure 2: Create Import Mapper page


Example Use Case

You’re importing a CSV file from a payment provider (e.g. Stripe) that includes columns for transaction ID, customer ID, amount, and status.
You’ll create a Payment Mapper to align those columns with the fields expected in Tridens.


Available Tabs Overview

Each tab under Import Mappers accepts the same fields:

1. Payment Mappers

Used for importing raw transaction data from external payment systems.

2. Direct Debit Mappers

Maps debit order or mandate data from banks or PSPs.

3. Event Mappers

Imports events (e.g., usage events, triggers) that affect rating or charging logic.

4. Bank Mappers

Used for integrating imported bank statements or reconciliation files.


Best Practices

Info “Tip” - Use consistent naming conventions for codes and prefixes. - Always test your mapping file in a sandbox environment before production use. - Choose the correct delimiter based on your data source (CSV, TSV, etc.). - Keep backup copies of mapping templates and test files.