Softpedia
 


LINUX CATEGORIES:



GLOBAL PAGES >>
NEWS ARCHIVE >>
SOFTPEDIA REVIEWS >>
MEET THE EDITORS >>
WEEK'S BEST
  • BackTrack 5 R2
  • Wine 1.4 / 1.5.5
  • Mozilla Firefox 12...
  • Ubuntu 11.04
  • Angry Birds 1.1.2.1
  • Ubuntu 10.04.4 LTS
  • Linux Kernel 3.4
  • Ubuntu Manual 10.10
  • Adobe Flash Player...
  • Pidgin 2.10.4
  • 7-DAY TOP DOWNLOAD
    #
    Program
    Wine 1.4 / 1.5.5
    2,380 downloads
    Phorum 5.2.17
    2,349 downloads
    VLC 2.0.1
    2,082 downloads
    BackTrack 5 R2
    1,718 downloads
    Adobe Flash Player
    for Linux
    11.2.202.228

    1,579 downloads
    Google Chrome
    19.0.1084.52 /
    20.0.1132.17 Beta /
    21.0.1145.0 Alpha

    1,558 downloads
    Linux Mint 13
    1,387 downloads
    Yahoo Messenger
    1.0.4

    1,182 downloads
    Ultimate Edition 3.3
    1,130 downloads
    Ubuntu 12.04 LTS
    1,020 downloads
    TOP 10 LINUX DISTROS
    #
    Distribution
    BackTrack 5 R2
    787,793 downloads
    Fedora 16
    460,590 downloads
    Mandriva Linux 2011
    378,395 downloads
    KNOPPIX Live DVD
    6.7.1

    334,307 downloads
    Yellow Dog Linux 6.2
    247,754 downloads
    Kororaa AIGLXgl Live
    CD 0.3

    202,988 downloads
    openSUSE Linux 12.1
    / 12.2 Milestone 3

    190,936 downloads
    Red Hat Enterprise
    Linux 6.2 / 6.3 Beta

    187,760 downloads
    Slackware 13.37
    154,434 downloads
    Ubuntu 9.10
    126,453 downloads
    Home > Linux > Database > Database Engines > CloverETL Engine > Changelog

    CloverETL Engine 3.1.2 - Changelog


    What's new in CloverETL Engine 3.1.2:

    October 14th, 2011

    · Customization options for OEM partners.
    · Minor XMLWriter tweaks.
    · The file URLs form has been changed to be Java compliant.
    · A bug in the XMLExtract mapping editor has been fixed: it preserves the mapping of items mapped by ../ notation.



    What's new in CloverETL Engine 3.0.2:

    March 31st, 2011

    · CTL2: lists and maps of records are now possible.
    · XMLExtract now distinguishes between null and empty strings.
    · Aggregate: avg() and sum() aggregate functions now perform integer overflow check.
    · DataIntersection correctly reports unsorted input now.
    · UniversalDataReader and Writer now support the "Quote character" attribute for specifying.
    · There are additional fixes.



    What's new in CloverETL Engine 3.0.1:

    November 16th, 2010

    · The error ports of UniversalDataReader and LDAP Reader can also have byte/cbyte fields instead of just strings.
    · XMLExtract failing on opening input files in multiple phases has been fixed.
    · Recursive parameter definition is now properly detected and warned in the log.
    · CTL2 for cycle consuming memory has been fixed in CTL2 interpreted mode.
    · byte and cbyte types in CTL2 are now fully compatible.
    · ByteBufferUtils.encodeLength(ByteBuffer, int) has been fixed for 5-byte lengths.



    What's new in CloverETL Engine 3.0.0:

    August 25th, 2010

    · New Generation of CTL Language – “CTL2”
    · Distributed Transformation Processing
    · Data Dictionary full support in Designer
    · Fact Table Load Wizard
    · Server Modularity through OSGi



    What's new in CloverETL Engine 2.9.5:

    August 24th, 2010

    · This is a maintenance release.



    What's new in CloverETL Engine 2.9.3:

    June 4th, 2010

    · This release fixes an incorrect resolution of special characters in transforms specified by URL and a server thread recycling bug.



    What's new in CloverETL Engine 2.9.0:

    January 30th, 2010

    Infobright Data Writer:
    · In response to customer requests, this component writes data into Infobright software, a column-oriented relational database. Infobright is a provider of solutions designed to deliver a scalable data warehouse optimized for analytic queries.
    Web Services component:
    · The new component makes communication with Web Services easier than ever. It provides user friendly graphical interface for mapping your data into Web Service fields, automatically generates requests and process responses. It offers faster, easier and more comfortable way to interact with remote Web Services.
    Reading formatted values from XLS:
    · Additionally to reading plain data from MicrosoftTM ExcelTM sheets, the Excel component is now also capable of reading user-formatted values such as currencies, dates or numbers.
    New tracking option:
    · Customers can now see all absolute speed rates for finished data transformations, facilitating comparative analysis in pursuit of process improvements.
    New Aspell Lookup table:
    · Brand new implementation of this component brings better performance, improved configuration and better customization.
    Improved treatment of empty (NULL) values:
    · Developers can now specify special strings that should be treated as empty (NULL) when data is being parsed. This feature simplifies processing of typical application export files which often contain values insignificant for ETL processing. Additionally it may lead to improved processing throughput and lower memory consumption of data transformation.
    · More user friendly File URL dialog and improved LDAP functionality.



    What's new in CloverETL Engine 2.7.2:

    October 22nd, 2009

    · This version adds an optimized UniversalDataReader, Trash print ID, unification in treating null and empty fields in many components (Dedup, etc.), a -skipcheckconfig runtime option, and the ability to include comments in SQL queries.



    What's new in CloverETL Engine 2.7.1:

    June 3rd, 2009

    Features:
    · added CTL functions: bit_and bit_or, bit_xor
    · StringAproxComparatorLocaleRules for more languages
    · Clover-to-SQL conversions have been revised for all supported dbms, some data types changed
    · performace improvement in HashJoin

    Fixed:
    · multiple XPathReaders in one graph with different namespaces
    · writing data to port doesn't use unnecessary threads
    · updated our built-in mysql driver to version 5.1.17
    · DBExecute - NPE when executing stored procedure in Oracle, which have output parameter as not the first paramete
    · when query in DBInputTable finishes with ; strange error is thrown
    · OracleDataWriter leaves junk after execution
    · randomSeed doesn't work in DataGenerator
    · edit_distance function with strength 2
    · ExtSort with a locale
    · other fixes



    What's new in CloverETL Engine 2.7.0:

    April 24th, 2009

    · DataGenerator can use CTL function to generate random data, lookup table may be used
    · added support for XLSX format to both XLSReader and XLSWriter
    · new CTL functions
    · str2num ctl function has new pattern and locale parameters
    · added support for formatting of date/time fields using the Joda Time syntax
    · CloverDataReader can read multiple files
    · Tar protocol support for readers
    · xmlFeatures attribute for XMLExtract and XPathReader components
    · Skip and Number Records is implemented also for every source
    · XMLExtract has new numRecords and skipRecords in the mapping attribute
    · autofilling for DBInputTable and XMLExtract
    · autofilling has new attributes row_timestamp and reader_timestamp
    · better checkConfig for data record metadata
    · readers supports wildcards in archives
    · DBExecute can read statements from input port
    · bulkloaders use named pipes for data transfers when possible
    · new implementation of JdbcSpecific - DefaultConservativeJdbcSpecific
    · OracleSpecific has new attribute rowPrefetch (value can be changed in defaultProperties)
    · new JDBC specific for MSSQL 2005
    · edge debug can log up last N records
    · graph parameters are printed out by logger on debug level
    · MergeJoin finishes as soon as no slave data records are available (in case of inner join)
    · Merge runs and displays a warning if only a single input is connected
    · locale and date/number formats can be specified for an entire data record
    · "description" property added to both data record and data field meta data
    · "recordKey" property added to data record metadata
    · clover and clover.bat shell scripts now return a value specifying success/failure
    · added shell scripts for AnalyzeDB and DBFAnalyzer
    · BadDataFormatException returns also wrong value for parsers
    · XMLExtract has better error handling




    WindowsGamesDriversMacLinuxScriptsMobileHandheldNews

    SUBMIT PROGRAM   |   ADVERTISE   |   GET HELP   |   SEND US FEEDBACK   |   RSS FEEDS   |   UPDATE YOUR SOFTWARE   |   ROMANIAN FORUM