• Recent Articles

    jsiwila

    Processing Records Rejected by a Read File Operator

    This is a companion article to Processing Rejected Records. That deals with records rejected by the Read Excel operator and applies to Read operators in other expressor Extensions and to the Read Custom operator.

    Parsing records rejected by the Read File operator is simpler than parsing records from Read Excel and related operators. The Read File operator retains the sequence of fields and attributes when it writes them to the RecordData field of the Reject Record Schema. Because of that, it is not necessary for the Read File operator to write header records to describe the field and attribute sequence. That greatly simplifies the datascript required to parse the RecordData field and reconstruct the rejected records.

    As explained in the Processing Rejected Records article, when a Read operator... read more
    jsiwila 05-14-2012, 03:33 PM
    jlifter

    expressor tutorials

    In this section you will find a collection of older tutorials that demonstrate the features of expressor Studio and the entire expressor Data Integration Platform. Though... read more
    jlifter 05-08-2012, 04:08 PM
    jsiwila

    Release Notes - expressor 3.6.0, 3.6.1, 3.6.2, 3.6.3, and 3.6.4

    expressor 3.6.4 fixes four bugs, three in Studio (STU-4728, STU-4730, and STU-4744) and one having to do with reading Informix databases from dataflows running on Linux (PRO-2634). See the resolved issues section below for a description of each of the fixed bugs.

    Also, see STU-4729in the known issues section below. STU-4729 describes an issue encountered when upgrading artifacts in a Repository Workspace.

    Note that the Informix ODBC drivers shipped with expressor software do not support Unicode on Linux.

    expressor 3.6.3 fixes three bug in Studio: one covering memory leaks, another dealing with binding to the Oracle NUMBER data type, and the third corrects unnecessary rounding when converting a double precision value to decimal. See STU-4641, STU-4625, and PRO-2622 under resolved issues below. Also see STU-4657 in the known issues section immediately following for a workaround to a problem dealing with NUMBER... read more
    jsiwila 05-08-2012, 09:02 AM
    jsiwila

    Processing Rejected Records

    When records produce errors because they violate constraints set on Composite Type
    attributes or other reasons, the operator that encounters the error can handle them
    by skipping them, aborting the dataflow, or rejecting the offending records. In some
    cases, it is sufficient to simply send rejected records to a Write File operator
    and examine the records in the output file. If the intent is, however, to correct
    or otherwise use those records, examining each error and changing the data could
    be very cumbersome. The more efficient approach would be to reprocess the records
    as they come out the reject port.

    Records rejected by input operators such as Read File, Read Table, and Read Excel are structured into the following fields:

    RejectType
    RecordNumber
    RecordData
    RejectReason
    RejectMessage

    The record data as it was constituted before being rejected is contained in the RecordData field. To process that data, it must first be reconstructed from the rejected record format. Several factors affect the reconstruction. The order of the record data fields can be different from the order represented in the original Schema, and some of the records emitted from the reject port do not contain record data. For example, RejectType 1 errors are constraint violations, but before they are emitted, a RejectType 4 record is emitted. The RejectType 4 record contains the record data field order for the subsequent RejectType 1 errors in its RecordData field. The RejectTypes are fully explained in the Using the Reject Port section of the Read Custom operator topic in the product documentation.

    Note: All non-input operators that have a reject port emit rejected records with the existing attributes of the record, that is, they do not restructure the records the way input operators do. Reprocessing records rejected by non-input operators do not have to be reconstructed
    ... read more
    jsiwila 05-07-2012, 10:00 AM
  • expressor 3.4 RSS Feed

    by Published on 10-19-2011 01:36 PM

    expressor 3.4.2 is a 32 bit ETL application that can be deployed onto computers running the Windows operating system. expressor Studio should be installed onto computers running Windows XP or Windows 7, 32 or 64 bit operating systems. expressor Repository and expressor Data Processing Engine may be installed onto computers running the Windows Server 2003 or 2008, Windows XP, SP3, or Windows 7 Professional or Enterprise, 32 or 64 bit operating systems.The following list of search terms can help locate specific issues. Many of the terms have more than one reference in the listings below. The terms occur either within the text of the issue description or in a search term list appended to the issue description. Use your browser's Find box to locate the references.
    • validate attributes
    • large number of attributes
    • table schema
    • delimited schema
    • lookup keys
    • output attributes
    • dataflow step
    • earlier versions
    • error handling
    • datascript module
    ...
    by Published on 10-13-2011 12:53 AM

    expressor 3.4.1 is a 32 bit ETL application that can be deployed onto computers running the Windows operating system. expressor Studio should be installed onto computers running Windows XP or Windows 7, 32 or 64 bit operating systems. expressor Repository and expressor Data Processing Engine may be installed onto computers running the Windows Server 2003 or 2008, Windows XP, SP3, or Windows 7 Professional or Enterprise, 32 or 64 bit operating systems.The following list of search terms can help locate specific issues. Many of the terms have more than one reference in the listings below. The terms occur either within the text of the issue description or in a search term list appended to the issue description. Use your browser's Find box to locate the references.
    • validate attributes
    • large number of attributes
    • table schema
    • delimited schema
    • lookup keys
    • output attributes
    • dataflow
    ...
    by Published on 09-21-2011 03:47 PM

    expressor 3.4 is a 32 bit ETL application that can be deployed onto computers running the Windows operating system. expressor Studio should be installed onto computers running Windows XP or Windows 7, 32 or 64 bit operating systems. expressor Repository and expressor Data Processing Engine may be installed onto computers running the Windows Server 2003 or 2008, Windows XP, SP3, or Windows 7 Professional or Enterprise, 32 or 64 bit operating systems.

    What's new in expressor 3.4

    expressor 3.4 includes the following new features and functionality.
    • Attribute Propagation: the behind-the-scenes transfer of data across transforming operators, which provides for simplified coding and higher throughput
    • Configuration Parameters: provides the ability to change operator properties, for example, database connection details, at runtime
    • Desktop Edition: a licensing upgrade to expressor Community Edition that offers a higher level of performance
    • Lookup Tables: an embedded relational database management system that supports creation and maintenance of localized data storage
    • Multi-step Dataflows: provide sequential processing of separate but related data processing tasks
    • New Operators:
      • Read Lookup Table
      • Write Lookup Table
      • Pivot Row
      • Pivot Column
      • Multi-test Filter Operator

    • Persistent Values: ability to pass values between operators within a dataflow and to retain values across sequential executions of a dataflow
    • Rules Editor: a graphical coding environment that makes it easy to exploit the power of Attribute Propagation and provides for more effective code reuse
    • Write Table Operator Merge Method: executes either an update or insert operation as appropriate

    Installation

    If you have used an earlier version of expressor Studio, be certain to back up ...
    by Published on 09-22-2011 06:48 PM
    content/attachments/229-installstudio3.4_1.png.html

    The expressor Community Edition is a free version of expressor Studio that comes with an unlimited duration license. Once you install the ...
    by Published on 09-09-2011 05:49 PM
    content/attachments/232-install_standard_3.4-3.png.html

    The expressor Standard Edition consists of three components:

    1. expressor Repository, the centralized version control system that enables team development and an easy mechanism to install expressor applications onto
    ...
    by Published on 09-22-2011 06:48 PM
    content/attachments/235-community_edition.png.html

    expressor 3.4 is available in three product editions with the licensing options and functional capabilities detailed in the following tables. ...

Gravatar as Default Avatar by 1e2.it

SEO by vBSEO 3.6.0