Astera Data Stack
Version 7
Version 7
  • Welcome to Astera Data Stack Documentation
  • Release Notes
    • Upgrading Astera 6 to Version 7
    • Release Notes for Astera 7.1
    • What is New in Astera 7.4
    • What’s New in Astera 7.4.1.221
    • What’s New in Astera 7.6
    • Upgrading to Astera 7.6
  • Setting Up
    • System Requirements
    • Installing Astera Data Integrator
    • Setting up Astera Integration Server 7
    • UI Walkthrough - Astera Data Integrator
  • Dataflows
    • Introducing Dataflows
    • Sources
      • Setting Up Sources
      • Raw Text Filters in File Sources
      • COBOL File Source
      • Database Table Source
      • Data Model Source
      • Delimited File Source
      • Email Source
      • Excel Workbook Source
      • File System Items Source
      • Fixed Length File Source
      • PDF Form Source
      • Report Source
      • SQL Query Source
      • XML/JSON File Source
    • Transformations
      • Aggregate Transformation
      • Apply To All Transformation
      • Constant Value Transformation
      • Data Cleanse Transformation
      • Data Quality Rules Transformation
      • Denormalize Transformation
      • Distinct Transformation
      • Expression Transformation
      • Filter Transformation
      • Function Transformations
      • Join Transformation
      • Merge Transformation
      • Normalize Transformation
      • Passthru Transformation
      • Rest Client
      • Route Transformation
      • Sequence Generator Transformation
      • Sort Transformation
      • Sources as Transformations
      • Subflow Transformation
      • Tree Join Transformation
      • Union Transformation
      • Web Service Transformation
    • Destinations
      • Setting Up Destinations
      • Database Table Destination
      • Delimited File Destination
      • Excel Workbook Destination
      • Fixed Length File Destination
      • SQL Statement Destination
      • XML/JSON File Destination
    • Data Logging and Profiling
      • Creating Data Profile
      • Creating Field Profile
      • Data Quality Mode
      • Record Level Log
      • Using Data Quality Rules in Astera
    • Database Write Strategies
      • Database Write Strategies
    • Text Processors
      • Fixed Length Parser
      • Fixed Length Serializer
  • Workflows
    • Adding Workflow Tasks
    • Creating Workflows
    • Using Workflow Designer
    • Customizing Workflows With Parameters
    • Workflows with a Dynamic Destination Path
    • Resuming and Rerunning Workflows in Astera
  • Subflows
    • Using Subflows
  • Functions
    • Functions Glossary
    • Introducing Function Transformations
    • Custom Functions
    • Logical
      • Coalesce (Any value1, Any value2)
      • IsNotNull (AnyValue)
      • IsRealNumber (AnyValue)
      • IsValidSqlDate (Date)
      • IsDate (AnyValue)
      • If (Boolean)
      • If (DateTime)
      • If (Double)
      • Exists
      • If (Int64)
      • If (String)
      • IsDate (str, strformat)
      • IsInteger (AnyValue)
      • IsNullOrWhitespace (StringValue)
      • IsNullorEmpty (StringValue)
      • IsNull (AnyValue)
      • IsNumeric (AnyValue)
    • Conversion
      • GetDateComponents (DateWithOffset)
      • ParseDate (Formats, Str)
      • GetDateComponents (Date)
      • HexToInteger (Any Value)
      • ToInteger (Any value)
      • ToDecimal (Any value)
      • ToReal (Any value)
      • ToDate (String dateStr)
      • TryParseDate (String, UnknownDate)
      • ToString (Any value)
      • ToString (DateValue)
      • ToString (Any data, String format)
    • Math
      • Abs (Double)
      • Abs (Decimal)
      • Ceiling (Real)
      • Ceiling(Decimal)
      • Floor (Decimal)
      • Floor (Real)
      • Max (Decimal)
      • Max (Date)
      • Min (Decimal)
      • Min (Date)
      • Max (Real)
      • Max (Integer)
      • Min (Real)
      • Pow (BaseExponent)
      • Min (Integer)
      • RandomReal (Int)
      • Round (Real)
      • Round (Real Integer)
      • Round (Decimal Integer)
      • Round (Decimal)
    • Financial
      • DDB
      • FV
      • IPmt
      • IPmt (FV)
      • Pmt
      • Pmt (FV)
      • PPmt
      • PPmt (FV)
      • PV (FV)
      • Rate
      • Rate (FV)
      • SLN
      • SYD
    • String
      • Center (String)
      • Chr (IntAscii)
      • Asc (String)
      • AddCDATAEnvelope
      • Concatenate (String)
      • ContainsAnyChar (String)
      • Contains (String)
      • Compact (String)
      • Find (Int64)
      • EndsWith (String)
      • FindIntStart (Int32)
      • Extract (String)
      • GetFindCount (Int64)
      • FindLast (Int64)
      • GetDigits (String)
      • GetLineFeed
      • Insert (String)
      • IsAlpha
      • GetToken
      • IndexOf
      • IsBlank
      • IsLower
      • IsUpper
      • IsSubstringOf
      • Length (String)
      • LeftOf (String)
      • Left (String)
      • IsValidName
      • Mid (String)
      • PadLeft
      • Mid (String Chars)
      • LSplit (String)
      • PadRight
      • ReplaceAllSpecialCharsWithSpace
      • RemoveChars (String str, StringCharsToRemove)
      • ReplaceLast
      • RightAlign
      • Reverse
      • Right (String)
      • RSplit (String)
      • SplitStringMultipleRecords
      • SplitStringMultipleRecords (2 Separators)
      • SplitString (3 separators)
      • SplitString
      • SplitStringMultipleRecords (3 Separators)
      • Trim
      • SubString (NoOfChars)
      • StripHtml
      • Trim (Start)
      • TrimExtraMiddleSpace
      • TrimEnd
      • PascalCaseWithSpace (String str)
      • Trim (String str)
      • ToLower(String str)
      • ToProper(String str)
      • ToUpper (String str)
      • Substring (String str, Integer startAt)
      • StartsWith (String str, String value)
      • RemoveAt (String str, Integer startAt, Integer noofChars)
      • Proper (String str)
      • Repeat (String str, Integer count)
      • ReplaceAll (String str, String lookFor, String replaceWith)
      • ReplaceFirst (String str, String lookFor, String replaceWith)
      • RightOf (String str, String lookFor)
      • RemoveChars (String str, String charsToRemove)
      • SplitString (String str, String separator1, String separator2)
    • Date Time
      • AddMinutes (DateTime)
      • AddDays (DateTimeOffset)
      • AddDays (DateTime)
      • AddHours (DateTime)
      • AddSeconds (DateTime)
      • AddMonths (DateTime)
      • AddMonths (DateTimeOffset)
      • AddMinutes (DateTimeOffset)
      • AddSeconds (DateTimeOffset)
      • AddYears (DateTimeOffset)
      • AddYears (DateTime)
      • Age (DateTime)
      • Age (DateTimeOffset)
      • CharToSeconds (Str)
      • DateDifferenceDays (DateTimeOffset)
      • DateDifferenceDays (DateTime)
      • DateDifferenceHours (DateTimeOffset)
      • DateDifferenceHours (DateTime)
      • DateDifferenceMonths (DateTimeOffset)
      • DateDifferenceMonths (DateTime)
      • DatePart (DateTimeOffset)
      • DatePart (DateTime)
      • DateDifferenceYears (DateTimeOffset)
      • DateDifferenceYears (DateTime)
      • Month (DateTime)
      • Month (DateTimeOffset)
      • Now
      • Quarter (DateTime)
      • Quarter (DateTimeOffset)
      • Second (DateTime)
      • Second (DateTimeOffset)
      • SecondsToChar (String)
      • TimeToInteger (DateTime)
      • TimeToInteger (DateTimeOffset)
      • ToDate Date (DateTime)
      • ToDate DateTime (DateTime)
      • ToDateString (DateTime)
      • ToDateTimeOffset-Date (DateTimeOffset)
      • ToDate DateTime (DateTimeOffset)
      • ToDateString (DateTimeOffset)
      • Today
      • ToLocal (DateTime)
      • ToJulianDate (DateTime)
      • ToJulianDayNumber (DateTime)
      • ToTicks (Date dateTime)
      • ToTicks (DateTimeWithOffset dateTime)
      • ToUnixEpoc (Date dateTime)
      • ToUtc (Date dateTime)
      • UnixTimeStampToDateTime (Real unixTimeStamp)
      • UtcNow ()
      • Week (Date dateTime)
      • Week (DateTimeWithOffset dateTime)
      • Year (Date dateTime)
      • Year (DateTimeWithOffset dateTime)
      • DateToJulian (Date dateTime, Integer length)
      • DateTimeOffsetUtcNow ()
      • DateTimeOffsetNow ()
      • Day (DateTimeWithOffset dateTime)
      • Day (Date dateTime)
      • DayOfWeekStr (DateTimeWithOffset dateTime)
      • DayOfWeek (DateTimeWithOffset dateTime)
      • DayOfWeek (Date dateTime)
      • DateToJulian (DateTimeWithOffset dateTime, Integer length)
      • DayOfWeekStr (Date dateTime)
      • FromJulianDate (Real julianDate)
      • DayOfYear (Date dateTime)
      • DaysInMonth(Integer year, Integer month)
      • DayOfYear (DateTimeWithOffset dateTime)
      • FromUnixEpoc
      • FromJulianDayNumber (Integer julianDayNumber)
      • FromTicksUtc(Integer ticks)
      • FromTicksLocal(Integer ticks)
      • Hour (Date dateTime)
      • Hour (DateTimeWithOffset dateTime)
      • Minute (Date dateTime)
      • JulianToDate (String julianDate)
      • Minute (DateTimeWithOffset dateTime)
      • DateToIntegerYYYYMMDD (DateTimeWithOffset dateTime)
      • DateToIntegerYYYYMMDD (Date dateTime)
    • Files
      • AppendTextToFile (String filePath, String text)
      • CopyFile (String sourceFilePath, String destFilePath, Boolean overWrite)
      • CreateDateTime (String filePath)
      • DeleteFile (String filePath)
      • DirectoryExists (String filePath)
      • FileExists (String filePath)
      • FileLength (String filePath)
      • FileLineCount (String filePath)
      • GetDirectory (String filePath)
      • GetEDIFileMetaData (String filePath)
      • GetExcelWorksheets (String excelFilePath)
      • GetFileExtension (String filePath)
      • GetFileInfo (String filePath)
      • GetFileName (String filePath)
      • GetFileNameWithoutExtension (String filePath)
      • LastUpdateDateTime (String filePath)
      • MoveFile (String filePath, String newDirectory)
      • ReadFileBytes (String filePath)
      • ReadFileFirstLine (String filePath)
      • ReadFileText (String filePath)
      • ReadFileText (String filePath, String codePage)
      • WriteBytesToFile (String filePath, ByteArray bytes)
      • WriteTextToFile (String filePath, String text)
    • Date Time With Offset
      • ToDateTimeOffsetFromDateTime (dateTime String)
      • ToUtc (DateTimeWithOffset)
      • ToDateTimeOffsetFromDateTime
      • ToDateTimeOffset (String dateTimeOffsetStr)
      • ToDateTimeFromDateTimeOffset
    • GUID
      • NewGuid
    • Encoding
      • ToBytes
      • FromBytes
      • UrlEncode
      • UrlDecode
    • Regular Expressions
      • ReplaceRegEx
      • ReplaceRegEx (Integer StartAt)
    • TimeSpan
      • Minutes
      • Hours
      • Days
      • Milliseconds
    • Matching
      • Soundex
      • DoubleMetaphone
      • RefinedSoundex
  • Report Model
    • User Guide
      • Report Model Tutorial
    • Report Model Interface
      • Field Properties
      • Pattern Properties
      • Region Properties
      • Report Browser
      • Report Options
    • Use Cases
      • Applying Pattern to Line
      • Auto-Creating Data Regions and Fields
      • Auto-Parsing
      • Creating Multi-Column Data Regions
      • Floating Patterns and Floating Fields
      • How to Work with Microsoft Word (Doc/Docx) Files in a Report Model
      • How to Work With OCR Scanned Files in a Report Model
      • How to Work With PDF Scaling Factor in a Report Model
      • Line Count
      • Pattern Count
      • Pattern is a Regular Expression
    • Exporting Options
      • Exporting a Report Model
      • Exporting Report Model to a Dataflow
    • Miscellaneous
      • Astera Report Model: Performance on Different Hardware Settings and Case Complexities
      • Microsoft Word and Rich Text Format Support
      • Importing Monarch Models
  • Project Management
    • Project Management
      • Deployment
      • Parameterization
    • Job Scheduler
      • Scheduling and Running Jobs on a Server
  • Web Services
    • Configuring Google Drive API through REST Client in Astera
    • Connecting to Eloqua using Astera REST API
    • POSTing Data Using the REST Client
    • Using the REST Client to Download a Text File
  • Metadata Management
    • Lineage and Impact Analysis
  • Connectors and Providers
    • Setting Up Oracle ODP.Net Connectivity in Astera
    • Running Microsoft Access Database Engine with Astera
    • Oracle Client Tools Setup
    • Oracle Data Load Options
  • Miscellaneous
    • Job Trace Improvements
    • SmartMatch Feature
    • Synonym Dictionary File
    • Using the Data Source Browser in Astera
  • Best Practices
    • Astera Best Practices - Dataflows
    • Cardinality Errors FAQs
    • Overview of Cardinality in Data Modeling
Powered by GitBook

© Copyright 2025, Astera Software

On this page
  • What is Astera?
  • Home Screen
  • Dataflows
  • Subflow
  • Workflow
  • Report Model
  • Scheduler
  • Deployment
  • Job Monitor
  • Miscellaneous
  1. Setting Up

UI Walkthrough - Astera Data Integrator

PreviousSetting up Astera Integration Server 7NextIntroducing Dataflows

Last updated 1 year ago

What is Astera?

Astera is designed to support the integration of complex and high-volume data. It is a powerful ETL (Extract, Transform, Load) tool that provides connectivity to all leading databases, and flat and hierarchical file sources, and even supports legacy systems such as COBOL.

Moreover, PDF form source, Email source, and Report source enable users to extract data from a PDF file, Email, and Report Models in Astera.

It combines data profiling, data transformation, and data reporting in a single seamless user interface. For further information, watch the or read the product brochure.

Home Screen

The above screenshot shows the start page layout of Astera 7.5. The items on the start page keep varying, however, the menu bar and icon bar abide by the arrangement shown.

On the top-left side of this page, there are some tabs and icons. These are described in the coming sections.

Menu Bar

The Menu Bar contains nine general menu items for the home screen, more items appear in the bar when working with Dataflows and Workflows. Each item expands in a list of options. The names of these items are mostly self-explanatory. A full description of each is as follows:

File

The File menu item has a standard layout and provides the option for:

  • Creating, opening, and saving a Dataflow, Subflow, Workflow, and a Report Model

  • Accessing the recently opened files, Dataflows, and Workflows from here

Edit

The Edit provides options to:

  • Cut, copy, and paste any file or item on the main screen of Dataflows, Subflows, Workflows, and Report models

  • Undo and redo any action/task performed

  • Locate any item on Dataflow, Subflow, and Workflow designer through Find

These options become available when you select an item on the designer.

View

View allows access to various task bars, descriptions, and links for each is given below.

Items

Shortcut-key

Description

Ctrl + Alt + X

It contains objects essential for performing tasks on Dataflow, Subflow and Workflow designer.

Server Explorer

Ctrl + Alt + E

It displays the server connected with Centerprise.

Ctrl + Alt + L

It verifies dataflow to list any errors and warnings present in the dataflow designer.

Ctrl + Alt + T

It displays status of the dataflow as it is being executed. This window also provides links to any error log files and the data profiler files.

Ctrl + Alt + W

It displays a sample of records for the selected object.

Ctrl + Alt + A

It displays statistical information for a sample of records from the selected object.

Thumbnail

Ctrl + Alt + K

It allows the user to select a particular part of the dataflow and focus the designer on that.

Ctrl + Alt + D

It helps connect to query data on a database server.

Ctrl + Alt + P

It displays a tree of items incorporated in a project.

Ctrl + Alt + B

It shows trail of all transformations and changes the data has been through. It only works if tasks are performed inside a project.

Report Browser

Ctrl + Alt + R

It displays the Model layout when working with Report Model in Centerprise.

Query Preview

Ctrl + Alt + Q

It displays the query of the execution of a Dataflow and Workflow task.

Server

The Server menu item has options for setting up a server connection from the Astera client. You have the options for:

  • Connecting to an existing server

  • Generating a new cluster database

  • Upgrading cluster databases in a repository

However, this repository needs to be set up on a server instance first where schedules, logs, and queues are kept.

Items

Description

It allows you to run your jobs, silently in the background; once, or repetitively according to a selected schedule.

It is a way for setting up Centerprise Projects to run on the Scheduler.

It shows the execution status and time of tasks.

Tools

The Tools menu tab provides options with which you can:

  • Change the format of the date

  • Deactivate, change or extend your license

  • Manage Database sequences

Project

As the name suggests, the Project menu tab deals with organizing various projects in Astera. You can

  • Create a new project

  • Open an existing one

  • Connect to Source Control systems such as TFS and VSTS for team collaboration on any integration project

Windows

It provides the option to:

  • Customize windows into a floating and dockable layout

  • Hide windows

  • View in a tabular layout

Social

The Social menu item lists the options for:

  • Direct access to Astera’s Knowledge base

  • Connecting and interacting with Astera on social and customer support forums

Help

The Help menu lets users access guidelines, videos, and help articles regarding various objects and options available in Astera.

Icon Bar

Dataflows

The above screenshot shows the main screen of a Dataflow. To open a Dataflow, go to File > New > Dataflow. Here, you can see an additional menu item on the Menu Bar – Dataflow. There is also a secondary Icon bar and a Toolbox panel on the left side of the screen.

If the Toolbox is hidden, you can access it by going to View > Toolbox or using the shortcut Ctrl + Alt + X. Toolbox has different categories and we will discuss these categories in detail in the following sections.

Dataflow Menu Item

The Dataflow menu item provides options that allow users to:

  • Change the layout of various objects in the dataflow

  • Expand and collapse the objects’ view in the dataflow

  • Zoom in and zoom out of the designer

  • Change Links to orthogonal links

  • Replace parameter information

  • Run a task in Data quality mode

You can quickly access these options from the secondary icon bar.

Secondary Icon Bar

Toolbox - Dataflow

The items on the Toolbox are arranged into expandable sections. From each section, objects can be dragged on to the dataflow designer. In this section, we will discuss these items in detail.

Sources

The following types of sources are supported by Centerprise:

Items

Extension

Description of Sources

.cbl

COBOL (COmmon Business-Oriented Language) are fixed-width files containing text and/or binary data.

.dbo

Database files store data information in a series of tables, table fields, and field data values and organized according to a data model.

.csv

Delimited file is a text file that stores data in fields separated by a delimiter.

.xls , .xlsx

Excel file is a spreadsheet file.

File System item source provides metadata information about files found in a particular folder.

.txt

Fixed length file is a text file in which every field has fixed length.

.rmd

Report Source is a file with structured data extracted from an unstructured file using a Report Model.

Email Source in Astera Centerprise enable users to retrieve data from emails and process the incoming email attachments.

.sql

SQL (Structured Query Language) Query Source enables the user to retrieve data from a database using SQL query or a stored procedure.

.xml

XML (eXtensible Markup Language) stores data in a hierarchical structure.

Destinations

The following destinations are supported by Astera:

Items

Extension

Destinations

.dbo

Database destination provides the functionality to write data to a database table. Users can control how data is written to a database table.

.csv

Delimited file destination provides the functionality to write data to a delimited file with the ability to control the structure and content of the file.

.xls , .xlsx

Excel File Destination provides the functionality to write data to Microsoft Excel workbook and does not need Microsoft Excel to be installed on the machine.

.txt

Fixed-length file destination object allows user to write data to a fixed-length file.

.sql

SQL Statement Destination object offers extra flexibility over database destination objects in applying a custom INSERT, UPDATE, or DELETE SQL code that controls what will be written into the destination table.

.xml

XML/JSON file destination object allows you to write data to an XML or a JSON file.

Transformations

Transformations are used to perform a variety of operations on the data as it flows through a dataflow. Astera provides an extensive library of built-in transformations. These transformations are divided into two types:

The above screenshot shows the transformations toolbox as it appears in Astera . A brief description of each is given in the following table:

Items

Transformation type

Description

Creates aggregations of a dataset, using functions such as Sum, Count, Min, Max, Average, Variance or Standard Deviation.

Returns a single, prespecified value for all records.

Returns a single output field from the database lookup table, or a combination of fields in which lookup values matches the incoming values.

Combines several records into a single record. In other words, it transposes rows into columns.

Removes duplicate records from the dataset.

Expression

Defines an expression that can be used to process the incoming value (or values) according to the expression’s logic.

Looks for certain specified values in the source data, replaces them with the desired information and stores the replaced values in a file.

Filters out data according to a predefined rule.

Contains a series of built-in mathematical, logical, financial, conversion and encoding functions.

Joins records from two record sets with the help of a join key. It combines fields in the data.

Stores information in the metadata and is used to look for certain values in the source data and replace them with the desired value.

Combines records from two inputs into a single output stream with the same layout as the input streams.

Creates several records from a single record. In other words, it transposes columns into rows.

Passthru

Creates a new dataset based on the elements that were passed to the transformation.

Identifies and reconciles new, updated, or deleted entries within an existing data source.

Invokes one or more paths in the dataflow, according to some decision logic expressed as a set of rules.

Makes it easy to add sequences of integer values to your dataset.

Sorts values in the dataset – either in ascending or descending order of some key field(s).

Calls a subflow to run as part of your dataflow.

Matches source data for the criteria specified by the user, and wherever the criteria is met, it replaces the information in the particular field with the desired output.

Enables you to join datasets in a hierarchy and create tree structures.

Combines incoming data from two or more inputs into a single output. It combines rows in the dataset.

Function Transformations

Data Profiling

Data profiling is essentially related to collecting statistics on fields of data, performing data quality checks on the incoming data, and creating log files for records with errors and warnings.

Resources

_

This category contains options that enable users to parameterize the dataflows.

Database Write Strategy

Text Processors

  • Resolve data into components and write each component to a different field

  • Serialize different field components

Services

Using the SOAP and Rest web services connector, you can easily connect to any data source that uses SOAP protocol or can be exposed via Rest API.

EDI

In this screenshot, you can see the options for EDI (Electronic Data Interchange) supported by Centerprise. EDI is a special file format just like XML and JSON. Here, Source, Destination, Parser and Serializer have the same purpose as defined in the earlier sections.

Subflow

Toolbox - Subflow

You can view the Subflow option in the toolbox when you open a subflow. To open a subflow, go to File > New > Subflow.

The Toolbox for a subflow offers similar categories of actions and tasks as for a dataflow with an additional category of a subflow task which expands into two objects shown below.

A short description of these objects is given below.

Workflow

Toolbox - Workflow Tasks

To open a Workflow, go to File > New > Workflow.

Toolbox for a workflow offers similar categories of actions and tasks as for a dataflow with an additional category of a workflow task which expands into several objects as shown below.

In the screenshot above, you can see a list of tasks that are included in the Workflow Tasks category. A brief note on their purpose is as follows.

Report Model

The above image represents the main screen of a Report Model in Astera. To open a Report Model, go to File > New >Report Model.

In addition, a vertical panel – Report Browser – that contains Model Layout and Data Export Settings can be seen on the left side of the screen. There is also a toolbar specific to the Report Model interface. Each of these additional attributes is explained in the following sections.

Toolbar - Report Model

Report Browser

It contains features and layout panels for initiating and building an extraction template and exporting extracted data. There are two main panels in a Report Browser:

  1. Model Layout

  2. Data Export Settings

Model Layout

The Model Layout panel serves the purpose of building a layout of data extraction. It contains data regions and fields built according to a custom extraction logic from an unstructured file.

In the figure above, you can see a hierarchical layout of an extraction model with a single instance region as well as collection regions containing multiple fields.

Icons - Model Layout

Data Export Settings

Icons - Data Export Settings

Scheduler

Configure the Scheduler by going to the Deployed Job tab; add the status, name, and schedule type. Then, define a file path, server, and the frequency of the scheduled task. It further provides an option to run the scheduled dataflow in a pushdown mode.

Users can also set up email notifications by going to the Notification Email tab and filling in the necessary details.

An icon tab is highlighted in the screenshot, details of each are as follows:

Deployment

To open the Deployment window, go to Server > Deployment.

To configure Deployment; provide a name, an archived copy of the Project file (*.car), an optional file to specify project parameters, and a comment.

An icon tab is highlighted in the screenshot, details of each are as follows:

Job Monitor

With a Job Monitor, you can observe the job type, job execution server, executed file, duration of the job, its status, error records, etc.

In Job Monitor, a record in green shows a running job, a record in red signifies a job ending with error and a record in blue signifies a job ending with success.

An icon tab is highlighted in the screenshot, details of each are as follows:

Miscellaneous

View > Toolbox, Server Explorer, Data Source Browser, Job Progress, Verify, Data Preview and Quick Profile will generate a shortcut tab of each of these options on the bottom of the Main screen. Moreover, tabs on Level 1 will expand into a vertical panel on the left side of the Main screen whereas tabs on Level 2 will expand into a horizontal panel at the bottom of the screen.

*

For more information, read .

You can hide and close the Toolbox panel from these icons respectively.

Read more on Dataflows .

Data is extracted from a source and brought to the Astera client for further transformation and integration. Source objects from the Toolbox can be added to the dataflow designer through a simple drag-and-drop action. Read more on setting up sources .

All these destinations can be added to the dataflow designer through a drag-and-drop interface. Read more on setting up destinations .

- creates derived values by applying a lookup, function, or expression to fields from a single record

- operates on a group of records and may result in joining, reordering, elimination, or aggregation of records

Applies an transformation to all mapped elements. This transformation is useful when applying a common transformation to the entire dataset without the need of using multiple transformation objects.

This item contains the built-in functions provided by Astera . These functions are further classified into various categories (Math, Financial, Date-Time, String, etc.). Read more about using functions in the .

is used to perform database write actions such as INSERT, UPDATE, UPSERT, or DELETE. These actions are directly performed in the database table destination. Four different options are available in Astera Centerprise.

enable the users to:

Learn more about the Delimited Parser .

can be perceived as ‘black boxes’ inside a dataflow, simplifying and streamlining the dataflow design. Subflows can be called in a dataflow by dragging and dropping the subflow transformation object onto the dataflow designer.

A is designed to orchestrate an automated and iterative execution of ordered tasks. Tasks are performed according to some predefined path and custom logic. For an in-depth understanding of workflows, refer to this article on working with and the help .

The objective of a is to convert unstructured data into a structured format. This unstructured data is normally a text file, a PDF file, or an image file; it can even be an Excel file or a Word file as long as the data stored is unstructured.

Read more on how to create a Report Model .

deals with all the settings related to the export of data into an Excel sheet, a CSV file, or a database table. Depending on the file format it is exported to, this exported data can later be called in a dataflow, subflow, or a workflow through Excel Workbook Source, Delimited File Source, or a Database Table Source.

Astera offers a built-in to perform quotidian tasks. The main screen of the Scheduler with options to customize a repetitive task can be seen in the above screenshot. To open the Scheduler window, go to Server > Job Schedules.

Understand how to set up a scheduling task through an example .

is a way for setting up Astera Projects to run on the Scheduler. Deployment enables the use of a Config File on a Project Archive (*.car) file, making the selected flow run independent of any local parameters.

Understand how to set up a project deployment through an example .

allows you to monitor the jobs that are executed on the server. To open a Job Monitor, go to Server > Monitor.

here
here
here
here
Single Record level
Set level
Functions Glossary
Database Write Strategy
Database Write Strategy
Text Processors
here
Subflows
Workflow
workflows
video
Report Model
here
Data Export Settings
Scheduler
here
Deployment
here
Job Monitor
Toolbox
Verify
Job Progress
Data Preview
Quick Profile
Data Source Browser
Project Explorer
Lineage and Impact analysis
Job Scheduler
Deployment
Job Monitor
COBOL Source
Database Table Source
Delimited File Source
Excel Workbook Source
File System Items Source
Fixed Length File Source
Report Source
Email Source
SQL Query Source
XML/JSON File Source
Database Table Destination
Delimited File Destination
Excel Workbook Destination
Fixed Length File Destination
SQL Statement Destination
XML/JSON File Destination
Aggregate
Set level
Apply To All
Single Record level
Expression
Expression
Expression
Constant Value
Set level
Database Lookup
Single Record level
Denormalize
Set level
Distinct
Set level
Single Record level
File Lookup
Single Record level
Filter
Set level
Function
Single Record level
Join
Set level
List Lookup
Single Record level
Merge
Set level
Normalize
Set level
Set level
Reconcile
Set level
Route
Set level
Sequence Generator
Single Record level
Sort
Set level
Subflow
Set level
Switch
Single Record level
Tree Join
Set level
Union
Set level
Astera Demo
Astera Data Integrator