Managing Data Packages

This section shows how to manage data records in your packages. It also tells you how to define the deployment sequence for your data records.

Package lifecycle and states

A package has two states:

  • DEFINING

    A package is under development and can be updated.

  • FINAL

    A package can only be deployed once on a server. For further deployments, you need to update the package version.

Managing Data Records in a Package

You can manage data records through the Content tab in package editor.

Managing data records in a package in the IDE

This procedure follows the same steps as in the case of creating a data record but the difference is that the package name and version cannot be modified.

On the Definition tab, you can modify either the description or the status.

Adding data records to a package through a CSV file

You can perform a bulk import of records through a CSV file. This is useful when you want to import a large list of data records in one go.

Before you begin

  • The CSV file should follow this format: Component, Type, Record ID, Company.
  • The component should be t24data (in future, tapdata, t24retail, t24pw, etc.)
  • The type (for example ENQUIRY) should be non-empty and takes an Application Name.
  • Record ID (for example CUST*) should be non-empty and takes the full record ID of the application or wildcard symbol * to import in bulk mode. The formats supported by the wildcard and their corresponding actions are:
    • * = Imports all records for the selected application
    • Characters followed by * = Imports all records that begin with those characters. For example, AA* loads records beginning with AA.
    • * followed by characters = Imports all records that end with those characters. For example, *AA loads records ending with AA.
  • Company can be empty or not (for each line).

The below steps guide you to add data records to a package through a CSV file.

  1. Click the Import Data Records from CSV button that is in the upper-right area of the Content pane (tab).

    A pop-up window opens which allows you to select the chosen CSV file from the file system.

  2. Select the CSV file and click Open. All the records are loaded into the Data Records section.

    An error message will be displayed if the CSV file is invalid. For example, if the component name is not t24data, if the type or record ID or CSV file is empty, then the following import error is displayed:

Sequencing data records

This section provides details about sequencing the data records.

Validating a package

You can validate a package both in web browser and IDE mode. You can also validate a package through Maven or command line.


Field Name
|
Application/Table name

Temenos Headquarters SA
2 Rue de l'Ecole-de-Chimie
CH - 1205 Geneva
Switzerland

Copyright © 2020- Temenos Headquarters SA

Published on :
Tuesday, May 23, 2023 7:41:31 PM IST