WO1996037817A1 - System and method for converting data from a first data format to a second data format - Google Patents

System and method for converting data from a first data format to a second data format Download PDF

Info

Publication number
WO1996037817A1
WO1996037817A1 PCT/US1996/007507 US9607507W WO9637817A1 WO 1996037817 A1 WO1996037817 A1 WO 1996037817A1 US 9607507 W US9607507 W US 9607507W WO 9637817 A1 WO9637817 A1 WO 9637817A1
Authority
WO
WIPO (PCT)
Prior art keywords
data
environment
tables
fields
format
Prior art date
Application number
PCT/US1996/007507
Other languages
French (fr)
Inventor
J. Todd Coleman
Original Assignee
Reliant Data Systems
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Reliant Data Systems filed Critical Reliant Data Systems
Priority to AU58737/96A priority Critical patent/AU5873796A/en
Publication of WO1996037817A1 publication Critical patent/WO1996037817A1/en

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/25Integrating or interfacing systems involving database management systems
    • G06F16/258Data format conversion from or to a database
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L9/00Cryptographic mechanisms or cryptographic arrangements for secret or secure communications; Network security protocols
    • H04L9/40Network security protocols
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L69/00Network arrangements, protocols or services independent of the application payload and not provided for in the other groups of this subclass
    • H04L69/08Protocols for interworking; Protocol conversion

Definitions

  • the present invention relates to methods for converting data between different formats, and more particularly to a data conversion language/engine which can be adapted to convert data from any of a number of first formats to any number of second formats.
  • a second method of data conversion that has appeared more recently is an attempt to automate the processes utilized in the above "brute force” method.
  • This method involves writing a "code-generating" program.
  • organizations use the skills of a programming team to develop a small engine capable of generating custom-built programs which perform the information transfer.
  • a team of programmers creates a code-generating engine, and this code-generating engine can then be used to facilitate the development of custom-built programs to perform the information transfer.
  • This method includes many of the drawbacks discussed above, and generally only automates the above "brute force” process. In essence, this method only removes a handful of the time and cost constraints which make the data conversion process a difficult task.
  • Applicant is aware of a company called Evolutionary Technologies, Inc. located in Austin, Texas which sells a product referred to as the Extract Migration package which performs data conversions. Applicant believes that this company is using one of the prior art methods described above. Some of the drawbacks of the Extract product is that this product is not easily adaptable to new environments without detailed programming knowledge of those environments. Also, all environments must be predefined and written before use of the Extract Migration package. Applicant is also aware of a company called Prism Software which uses similar methods to that described above.
  • the present invention comprises a data conversion system and method which provides a simpler and more cost-effective method for converting data between different software and hardware platforms.
  • the data conversion system and method of the present invention comprises a data conversion language/engine (DCLE) which is a powerful, hardware-independent, multi-user engine which requires no custom programming code.
  • DCLE data conversion language/engine
  • the DCLE of the present invention converts data from any number of different types or formats from any of various platforms to a single common data standard having a pre ⁇ defined generic data type, and the data is then converted from this generic type to a new desired format or type and stored on an existing or new destination platform.
  • the system and method of the present invention allows for multiple data base conversions to be created easily and efficiently.
  • the present invention comprises an object-oriented software system including a plurality of data objects which represent the data being converted as well as perform the data conversion between different platforms.
  • the present invention includes an environment data object which refers to a collection of tables, generally from a single application or data store, that have been grouped together into a single file.
  • the tables within an environment are data objects referred to as units.
  • a table comprises a plurality of records in various formats.
  • the present invention further comprises a data mapping object for the fields of the records themselves.
  • a record comprises a plurality of fields, and the present invention uses field definition data objects referred to as parts which define the inner workings of a record, i.e., the type, the size, and the format, etc. of each field in a record.
  • the data conversion system and method preferably executes on a general purpose computer.
  • the computer is preferably connected to the source storage medium storing the input data and a destination storage medium where the output data is to be stored. It is noted that the source and destination storage mediums can be the same medium.
  • a user can either directly use the computer executing the data conversion system and method, or the user can remotely connect to the DCLE application.
  • the data conversion process begins by first placing the data to be converted into a form usable by the conversion engine. This step can have many different variations.
  • the present invention makes the following assumptions regarding input data. First, since environments can only be bridged in a one to one or a one to many relationship, all input data destined for a single output environment is grouped in a single file. Secondly, all like records are grouped together into separate tables and have table delineations.
  • the first step in the data conversion is creating and defining input and/or output environments for the data within the DCLE engine.
  • the user first defines a complete key map or data map of the data to import exactly as the DCLE engine must read the data from the data store file. This process begins by declaring all imported tables. The user then details these tables or units by declaring the data fields or parts that define each of the individual table's records. Once this process is completed, a completely defined input data file has been created.
  • the user also defines a complete data map of the output data environment, i.e., defines the tables and parts of the data format of the output environment.
  • intermediate output environments are used for a variety of reasons including, first, to simplify the migration process itself by separating the process into smaller, more workable parts; second, to move a single store of imported data to multiple data base output files or even multiple different data base platforms; and third, to parse records into different output files for loading into separate databases or even separate database platforms.
  • Intermediate output environments behave identically to normal output environments, and the process used to declare or create an intermediate output environment is identical to the process used to create input or output environments described above.
  • an object referred to as a data bridge is created to logically connect or associate the environments in a one-to-one or one-to-many relationship.
  • Bridges can be created between an input environment and one or more output environments or between an input environment and one or more intermediate environments. Bridges can also be created between an intermediate and one or more output environments. Bridges can only have a one-to-one or one-to-many mapping relationship.
  • a user then enters logical associations between tables in the input and output data environments, and the data conversion system and method creates a logical association between tables in the respective input environment and tables in the respective output environment.
  • These logical associations are referred to as a stream data objects.
  • streams can form any relationship between input and output tables or units including one-to-one, one-to-many, many-to-one, and many-to- many.
  • the data conversion system and method creates an association between fields or parts in the tables (units) in the input environment and the fields in the output environment.
  • This essentially involves creating user specified mappings between fields in the input data environment and fields in the output data environment.
  • the user enters a plurality of commands referred to as MapTo commands, and these commands specify the mappings between fields or parts of tables.
  • MapTo command used in the present invention preferably follows similar guidelines to the syntax of an industry accepted standard transact SQL "select" statement.
  • MapTo commands or associations are used to create different types of associations between fields or parts of individual units in respective environments.
  • the MapTo command can also be used to create mathematical, logical, or conditional associations or statements.
  • Mathematical associations are created to perform mathematical manipulations or mathematical operations on fields or multiple fields.
  • Logical associations are used to place logical true or false values into an output field based on a logical comparison that is performed.
  • Conditional logic is used to evaluate one or more logical comparisons and then perform certain operations based on the result.
  • One example of the use of a conditional association or statement is to input certain values into an output table only if certain logical assumptions are true.
  • bridge data objects are used to connect input data environments and output data environments.
  • Streams comprise a subset of bridges and are used to connect individual tables or units in their respective input and output data environments.
  • the data mappings or MapTo commands are a subset of each stream and represent the mapping themselves between fields or parts.
  • the data conversion system and method When the above steps have been completed, the data conversion system and method has received essentially all the information required to begin a data conversion.
  • the data conversion system and method then receives an execute command from a user to perform an indicated data conversion.
  • the data conversion system and method accesses data from the first input environment, i.e., accesses data from the storage medium storing the data to be converted, and converts the data from the first input data environment to data having a predefined generic data type. Converting the data first to a pre-defined generic data type greatly simplifies the conversion process, since conversion code is only required to and from the generic data type and is not required between every possible data format. Thus, the development of conversion code is much simpler and more efficient.
  • the Generic data object comprises a block of memory which stores data of any type using one or more pre-defined format fields.
  • the Generic data object comprises a Store field and a Type field for each piece of data, and a new instance of the Gdata object is created for each piece of data.
  • the Store field is a buffer or segment of memory which stores the information portion of the data
  • the Type field stores the type of the data. For example, if the data being converted is a Social Security number, the Store field stores the actual eight numbers comprising the Social Security Number, and the Type field stores the data type, in this case an integer data type.
  • the Type field stores a numerical value which indexes into a list of types.
  • a single instance of a Gdata object comprises a single data store and a single type field corresponding to that store.
  • MapTo commands are executed to convert the data from the predefined generic data type to the output data using the second data format.
  • Execution of the MapTo commands comprises, for each table in the output data environment and for each stream to a respective table in the output data environment, performing a data conversion for each of the MapTo commands pointing to the respective output table for all of the streams to the respective output table.
  • the MapTo commands Once the MapTo commands have been executed, the data is converted to the new desired format.
  • the converted output data is stored in a destination medium. It is noted that this destination medium may be the same medium on which the input data was stored or may be a new medium.
  • the present invention comprises an improved system and method for converting data between different formats or types.
  • the present invention converts data to a pre-defined generic data object or generic data type and then converts data from this generic type to the new format. This simplifies the conversion process.
  • Figure 1 illustrates the data conversion system and method executing on a computer system to convert data from a first storage medium to a second storage medium
  • FIG. 1A illustrates data conversions between different input and output data formats using prior art methods
  • Figure 2B illustrates data conversions between different input and output data formats using the data conversion system and method of the present invention
  • Figure 3 is a flowchart diagram illustrating operation of the data conversion system and method of the present invention
  • Figure 4 illustrates the steps involved in creating a data environment as shown in
  • Figure 5 illustrates structure of the generic data object
  • Figure 6 illustrates the conversion of data from a first input data environment to data having a predefined generic data type and then to output data
  • Figure 7 illustrates execution of associations or MapTo commands to produce converted output data
  • Figure 8 illustrates generally the objects in the data conversion system and method
  • Figure 9 illustrates mapping from an input environment to an output environment and also illustrates objects comprised in the Workplace object of Figure 8.
  • the data conversion system and method of the present invention is preferably executed on a general purpose computer system.
  • the present invention is used to convert data stored on a first storage medium 24 in a first data format to a second storage medium 26 in a second data format, possibly located on the same physical computer system.
  • the data conversion system and method is also referred to herein as the Adata conversion language engine® or DCLE.
  • Adata format@ means any of various configurations or arrangements of data, including data types, among others.
  • the present invention not only performs conversions between different data types, but rather the present invention can also be used to perform conversions of the file formats, the headers and the footers of the file itself, as well as other conversions, as desired.
  • the present invention performs a plurality of different conversions other than, or in addition to, converting the data between data types.
  • the present invention can be used to convert a record having 5 fields to a record having 4 fields, or a record having 1 field, or a record having 7 fields.
  • the present invention can be used to convert a record having 5 fields to a record having
  • the computer system 22 executing the data conversion system and method of the present invention first receives input data from a user regarding the formats of the input and output data.
  • the present invention then accesses the data in the first data format on the first storage medium 24 and provides the converted data to the second storage medium 26, wherein the converted output data has the second data format.
  • Figure 1 is an illustrative example only and shows conversion from a mainframe computer system 24 to a PC-based system 26.
  • the data conversion system and method of the present invention may be used when converting data from many of various storage mediums having any of various data formats to any of various output storage mediums also having any of various data formats.
  • first and second storage mediums may be the same medium, i.e., the data conversion system and method executing on the computer 22 can read data from the storage medium 24, convert the data to a new format, and then output the converted data back to the same medium, i.e., the medium 24, as shown by the dotted line between the computer 22 and the computer 24.
  • a user enters various information into the computer 22 and then executes the data conversion system and method to perform the data conversion.
  • one or more users may be at various remote locations from the computer 22 and can access the computer 22 via Internet or TCP/IP connections to access the data conversion system and method executing on the computer system 22.
  • the computer systems 22 and 26 may be the same computer system.
  • the present invention may be used to convert data between any of various types of formats.
  • the data conversion system and method of the present invention can be used to convert data from a database in a first data format to a database having a second data format.
  • the present invention may be used to convert video data having a first compressed format to video data having a second compressed format.
  • Various other types of data format conversions can be performed using the present invention.
  • the data conversion system and method is a multi-user, object-oriented migration engine which converts or moves massive amounts of information between dissimilar platforms.
  • the DCLE system of the present invention offers true multi- platform design capabilities, allowing conversion of legacy mainframe data to any modern relational database management system (RDBMS), or from any R BMS to any mainframe platforms such as HP9000 running INFORMIX, or custom applications can be connected to the platform of choice.
  • RDBMS relational database management system
  • the present invention may also be used to convert data to a non-platform basis for data warehouse usage. Batch automation allows for hands-free data conversion on a nightly, weekly, or yearly basis - also perfectly suited for data warehousing.
  • the data conversion system of the present invention is preferably configured to operate with a variety of platforms, including Oracle, Sybase and other major RDBMS.
  • the present invention preferably includes interfaces to the DCLE for Xwindows/Motif, MS Windows, OS/2, DOS, and UNLX.
  • the data conversion system comprises a UNLX engine capable of converting and manipulating massive amounts of information. Alternate embodiments use MS Windows or OS/2 based engines, as desired.
  • the present invention further includes multi-user socket functionality coupled with object-orientated application development, and also includes full security at both the user and object level to allow for complete protection of both environment and data.
  • the present invention includes batch automation suited for both two and three tiered environments. Also, the data conversion system can be continually changed or modified according to the desired migration process, and is easily adaptable to new environments without detailed programming knowledge of those environments.
  • Figure 2 A illustrates prior art data conversion methods which assume a plurality of input platforms on the left labeled A, B, C, D, E, and a plurality of output platforms also labeled A, B, C, D, E, as shown.
  • prior art methods require custom conversion code to perform conversions between each input data platform and each output data platform having different formats.
  • a developer would have to create a complete library of programs, one for each combination of source and destination databases having different formats.
  • the present invention converts data from any of various different types of input data formats to a common pre-defined generic data format. Once the data has been converted to this common generic data format, the data is then converted to the desired output data format as shown. This greatly simplifies the data conversion method and allows for multiple data base conversions to be created easily and more efficiently.
  • the present invention uses a plurality of data objects which represent the input and output data.
  • the term "environment” is used herein to refer to the respective data, i.e., to the input data and to the output data. More specifically, the term “environment” refers to a collection of tables normally from a single data store or application that are grouped together in a single file. The tables within an environment are referred to herein as units.
  • a table comprises a plurality of records of data wherein each table has a different record format.
  • table-to-table conversions can have any of four mapping relationships including one-to-one, one-to-many, many-to-one, and many- to-many.
  • a table or unit can be defined simply as a collection of like records, i.e., a collection of records of like type.
  • One example of a table would be an employee's name, social security number, salary, date of birth, etc.
  • the present invention also includes a data mapping object for records which utilize this field definition referred to herein as parts. Parts define the actual interworkings of a record, i.e., the type, the size, and the format of a respective record.
  • the parts of the above employee data record would be the name field, the social security number field, the salary field, the date of birth field, etc.
  • the data conversion system and method of the present invention makes certain assumptions regarding the input data. First, the present invention assumes that since environments are only bridged in a one-to-one or one-to-many relationship, all input destined for a single output environment is grouped in a single file. The system and method of the present invention also assumes that all like records are grouped together in separate tables and the input file includes a table delineation.
  • a user is first required to input information regarding the input data in input data format and the desired output data format for the converted data.
  • the user first connects to the system.
  • the user can connect to the system in various manners including a TCP/IP connection utilities using a simple VT-100 style terminal connection program such as Telnet or
  • UNLX Host Presenter or other types of connection methods.
  • the user is then queried for the account name and password. If the user enters the correct values, the user then may access the command interpreter of the system and may begin work. Alternatively, if the user is physically located at the computer system 22 executing the data conversion system and method of the present invention, the user simply logs on and optionally enters an account name and/or password before beginning operation.
  • step 200 the system receives a user specified definition of the first data format, i.e., of the input environment where the data to be converted is stored.
  • the user enters information regarding the units and parts (tables and fields) of the input data.
  • Figure 4 illustrates more detail regarding the creation of a data environment.
  • creation of a data environment in step 400 includes specifying (or creating) all tables or units in step 402 and specifying (or creating) all fields or parts in step 404.
  • the user specifies the data format of the input environment including all of the tables or units and all of the parts or fields of the respective records in each of the respective tables.
  • the user In creating the initial input environment, the user enters a command similar to the following:
  • This command is used to begin the creation of the input environment. Commands are entered either through physical keyboard entry, or a GUI (graphical user interface) point and click command, or creating a batch command and uploading the command in the DCLE engine.
  • GUI graphical user interface
  • the user also defines, from the ground up, a complete key or data map of the input data exactly as the conversion system must read the data from the data store file.
  • This process begins by declaring imported tables using commands similar to the following: This process begins by declaring all imported tables using commands similar to: MK UNIT INPUT:TABLE 1 MK UNIT INPUT:TABLE 2 MK UNIT INPUT:TABLE 3 MK UNIT INPUT:TABLE N
  • the user then details these tables or units by declaring the data fields or parts that define each of the individual table's records. This step uses commands similar to the following:
  • the commands to add and remove items from the work file are: ADD WK INPUT.ENV ADD WK OUTPUT.ENV RM WK INPUT.ENV RM WK OUTPUT.ENV
  • the user can load all of the items presently listed in the work file by simply using the command LOAD WK.
  • a command referred to as SHOW WK is used to show the work file and is used if the user is unsure of the objects currently in the work file.
  • the input data format may be defined by a data dictionary associated with the input data environment.
  • the definition of the first data format is received by receiving the data dictionary of the first data format and then converting the data dictionary into a definition of the first data format useable by the data conversion system and method.
  • the data conversion system and method receives a definition of any desired intermediate data formats, i.e., any desired intermediate environments.
  • any desired intermediate data formats i.e., any desired intermediate environments.
  • one or more intermediate output environments may need to be created.
  • Intermediate output environments are used for a variety of reasons including, first, to simplify the migration process itself by separating the process into smaller, more workable parts; second, to move a single store of imported data to multiple data base output files or even multiple different data base platforms; and third, to parse records into different output files for loading into separate data bases or even separate data base platforms.
  • Intermediate output environments behave identically to normal output environments.
  • the only difference between a normal output environment and an intermediate output environment is that an intermediate output environment is used after execution as the input environment for another execution later on in the conversion process.
  • the process used to declare or create an output environment or an intermediate output environment is identical to the process used to create input environments described above.
  • the primary difference between the creation of input environments and output environments is the conceptual notion that the input environment is defined by the format of the data to be converted, whereas the data formatting fields of the output environment are created by the user based on his desires.
  • step 201 if the user desires to use one or more intermediate data environments in the data conversion process, the user enters information regarding the respective intermediate environments and units and parts for each of the respective intermediate environments. These definitions are received by the system in step 201. It is noted that the creation of intermediate environments is optional depending upon the user's application.
  • step 202 the data conversion system and method receives a definition of a second data format — in this example, the data format for the output environment. This involves the user entering information regarding the output or destination environment, including the desired tables that the output environment will have as well as the parts or fields for each of the respective tables. This step is discussed in greater detail with respect to Figure 4. It is noted that the creation of data formats does not require that the format be specified as an input format or an output format. Rather, once a data format environment has been created, this data format environment can be used as either an input, intermediate, or output data format.
  • the data conversion system and method has received the full information regarding a fully defined data migration or conversion process from an initial input environment to one or more output environments and including one or more intermediate environments as desired.
  • an object referred to as a data bridge is created to connect the environments in a one-to-one or one-to-many relationship.
  • Bridges can be created between an input environment and one or more output environments or between an input environment and one or more intermediate environments. Bridges can also be created between an intermediate and one or more output environments. Bridges can only have a one-to-one or one-to-many mapping relationship.
  • the command to create bridges between environments is:
  • a bridge essentially comprises a logical association between first and second environments — in this example between input and output data environments.
  • a bridge can also be created between input and intermediate data environments, between intermediate and intermediate data environments and intermediate and output data environments.
  • a bridge object When a bridge object is created, i.e., when a logical association is created between environments, the data conversion system creates pointers to the two environments.
  • a bridge object includes a pointer to the first environment and a pointer to the second environment, and also includes a pointer to a linked list of the respective streams between the two environments.
  • step 206 in response to a user entering logical associations between tables in the input and output data environments, the data conversion system and method creates a logical association between tables in the respective input environment and tables in the respective output environment.
  • logical associations are referred to as a stream data objects.
  • the command to create a stream between input and output tables is: CREATE STREAM [rN:TABLE][OUT:TABLE]
  • streams can form any relationship between input and output tables or units including one-to-one, one-to-many, many-to-one, and many-to-many.
  • the bridges and streams created in steps 204 and 206 are essentially logical connections between data areas, and it is noted that no information at the record level has been specified for conversion.
  • a stream object When a stream object is created, i.e., when a logical association is created between tables or units, the data conversion system creates a pointer to the respective source and destination tables.
  • a stream object includes a pointer to the respective bridge, a pointer to the source table, a pointer to the one or more destination tables, and also includes a pointer to a linked list of the respective MapTo commands within the respective stream object.
  • step 208 in response to user input, the data conversion system and method creates an association between fields or parts in the tables (units) in the input environment and the fields in the output environment. Therefore, step 208 essentially involves creating user specified mappings between fields in the input data environment and fields in the output data environment.
  • the user enters a plurality of commands referred to as MapTo commands and these commands specify the mappings between fields or parts of tables.
  • MapTo command used in the present invention preferably follows similar guidelines to the syntax of a transact SQL "select" statement.
  • the transact SQL select statement is the backbone of all SQL servers, examples of which include Sybase, oracle, ⁇ NFORMLX, ingres, etc.
  • the format of a transact SQL select statement is as follows:
  • the MapTo command according to the system and method of the present invention is similar to the above SQL select statement and is as follows:
  • MAPTO part this part details the destination of the information processing
  • this list is preferably comprehensive, i.e., there is preferably a column in this list for every column in the output table. If not, then for each record, columns not included will be populated with NULLS or 0.00's. The order of this list is unimportant, except that it must match the list on the input side, i.e., the FROM part of the
  • ⁇ Src column list> this list need not be a complete list ofall variables present in the source_env:source_table, but simply a comprehensive list of all variables the user desires to transfer into the destination table. The order of these variables destination side will be filled with the value of the first input column or the first constant provided in the
  • MapTostatement i.e., for each record processed by this
  • WHERE statement is evaluated to be TRUE.
  • MapTo commands or associations are used to create different types of associations between fields or parts of respective environments.
  • the MapTo command can be used to create either mathematical, logical, or conditional associations or statements.
  • Mathematical associations are created to perform mathematical manipulations or mathematical operations on fields or multiple fields. For example, mathematical associations are used to multiply certain fields by certain values to obtain new data, such as multiplying a salary field times a constant or another field within the record, or adding a certain value to the salary to obtain a new value for the salary to be placed in the output table.
  • Logical associations are used to place logical true or false values into an output field based on a logical comparison that is performed. For example, if the user desires to fill in a string or Boolean field on the output side with the values 0 or 1 or true or false, the result of the logical association would place a TRUE or FALSE value in the field.
  • a logic association or statement differs from a conditional statement because a mapping is performed regardless of the result of the comparison, i.e., for this record a value will be placed into the field of the respective output table. The only question is whether a true or false, or 0 or 1 , will be placed based on this logical equation.
  • Conditional logic is used to perform a logical comparison and then perform certain operations based on the result.
  • One example of the use of a conditional association or statement is to input certain values into a output table only if certain logical assumptions are true. A specific example is, if number of years employed is greater than X, then map name, street, address to the respective table.
  • conditional logic allows a user to create an association that doesn't necessarily populate for every record on the input side to the output side, but rather only the ones that fulfill the specified criteria.
  • the data conversion system includes a parser / map engine including an expression parser.
  • the expression engine also executes expression and returns the appropriate values, such as 50 x 20 + X x 4 divided by 30 times Y.
  • the map engine allows a user to include expression statements in MapTo commands. For example, if a user desired to multiply a salary value by a certain fraction to compute a raise, the user includes the appropriate mathematical expression in the MapTo command, and the map engine executes the expression.
  • the user would enter the appropriate expression which is then executed during the data conversion to compute the stock options.
  • the data being converted includes three classifications for a call center and it is desired that the output data have a much greater number of classifications for the call center
  • the user can include an expression including mathematical calculations on, for example, sales as a percentage of unit sold minus variable cost, wherein the result places data in a respective call center classification.
  • bridge data objects are used to connect input data environments and output data environments.
  • Streams comprise a subset of bridges and are used to connect individual tables or units in their respective input and output data environments.
  • the data mappings or MapTo commands are part of each stream and represent the mapping themselves between fields or part and are created using MapTo commands as previously described.
  • step 210 the data conversion system and method receives an execute command from a user to perform an indicated data conversion.
  • the format of the execute command is described below.
  • the data conversion system and method accesses data from the first input environment, i.e., accesses data from the storage medium storing the data to be converted.
  • the data conversion system and method converts the data from the first input data environment to data having a predefined generic data type.
  • the data conversion method immediately converts data from any of various data types including int, char, string, byte, float, packed, etc. to a generic data type.
  • the generic data type is a defined object referred to as Gdata (generic data) and has the capabilities of storing information regardless of the original format of the input data.
  • Gdata generator data
  • conversion of data to the Gdata type comprises creating an instance of the Gdata object and storing the information portion of the data in a first field and storing the type information of the data in a second field.
  • Converting the data first to a pre-defined generic data type greatly simplifies the conversion process, since conversion code is only required to and from the generic data type and is not required between every possible data format.
  • Figures 2A and 2B the development of conversion code is much simpler and more efficient.
  • Systems which do not use a generic data type require a much greater amount of mapping code than the present invention. For example, consider 6 data types such as integer, character, string, byte, float, and packed.
  • the present invention uses a specific conversion to a pre-defined generic data type. Any data type can be converted to the generic data type, and the generic data can be converted to any data type.
  • the generic data can be converted to any data type.
  • step 216 the associations created in step 208 are executed to produce converted output data using the second data format. Execution of these associations or MapTo commands converts the data from the generic data type to data having the second format. It is noted that steps 212-216 are essentially performed together, i.e., the respective data is accessed to convert it from the first input data environment to the predefined generic data type, and then the associations are executed to convert the data from the predefined generic data type to the output data using the second data format. In step 218 the converted output data is stored in a destination medium. It is noted that this destination medium may be the same medium on which the input data was stored or may be a new medium.
  • the Gdata or Generic Data Type object accommodates or consolidates all of the possible data types, including, but not limited to, string, integer, float, byte, packed, decimal. Data of any type can be converted to or from the generic data type, as desired.
  • the Gdata object is a standard block of memory which stores data of any type using one or more pre-defined format fields.
  • the Gdata object comprises a single large buffer space including a AStore@ field and a AType@ field.
  • the Store field is a buffer or segment of memory which stores the information portion of the data, and the Type field stores the type of the data.
  • the Store field stores the actual eight numbers comprising the Social Security Number
  • the Type field stores the data type, in this case an integer data type.
  • the Type field stores a numerical value which indexes into a list of types.
  • Gdata object i.e., to the generic data format, and is then converted from the Gdata format to the output format.
  • the Gdata object does not include a single AStore@ field, but rather includes a plurality of Aspace-holders@ or variables which are full or empty depending on the nature of the data type being converted.
  • the Gdata object includes a float space, an integer space, and a string space which is used for all of the information being converted of any data type. If the data type being converted is a string, the variable for string data types is created and contains data, if the data type being converted is an integer, the variable for integer data types is created and contains data, etc.
  • the Gdata object includes a plurality of variables within the object corresponding to different data types, and respective individual variables in the Gdata object are formed depending on the type of data being converted. It is noted that some of the variables are used for multiple data types. For example, the packed, fixed, and character data types are stored in the string variable or space. Also, the integer variable holds various types of variables, including short integers, long integers, etc.
  • Operator overwrites are included on the Gdata object to enable comparisons between the respective Gdata object and other Gdata objects. These operator overwrites allow various types of manipulations or operations on data in the Gdata object, allow comparisons and operations between different Gdata objects, and allow comparisons and operations between and among data in a respective Gdata object.
  • FIG. 6 a diagram is shown illustrating the conversion of data from an input record to the Gdata format, and then from the Gdata format to output data.
  • An input record comprises a plurality of parts, and the operations shown in Figure 6 are performed for each input record part.
  • an input record part such as part PN is first converted to the Gdata format.
  • Conversion of input data to the generic data format comprises storing the Adata@ or Ainformation@ portion of the data in a Store field and storing the type information of the data in a Type field as described above.
  • a source code listing is included with the present specification to further describe the operation of converting data to the Gdata object.
  • Execution of the MapTo commands in step 216 comprises, for each table in the output data environment and for each stream to a respective table in the output data environment performing a data conversion for each of the MapTo commands pointing to the respective output table for all of the streams to the respective output table as shown in steps 422-426.
  • the data conversion system and method comprises a plurality of software objects executing on the computer system 22 of Figure 1. These objects are shown generally in Figures 8 and 9.
  • the data conversion system and method includes a Server object which is an instance of the data conversion program.
  • the data conversion system further includes a Userlist object comprising a linked list of all User objects, and an Interface object comprising a list ofall Connection objects.
  • the data conversion system further includes a Workplacelist object comprising a linked list of all Workplace objects.
  • the objects comprised in the Workplace object are shown generally in Figure 9 in the context of mapping from an input environment to an output environment.
  • the Workplace object includes environment, unit and part objects, as well as bridge and stream objects, among others. The various objects comprised in the data conversion system are described below.
  • the server object is an instance of the entire data conversion program and is Aat the top@ of the object hierarchy.
  • the server allows a user to call or invoke the entire program to bind to a single port.
  • the entire program itself comprises a large object.
  • Interface The interface object connects to the socket which allows users to log in and connect to the data conversion system.
  • the interface object also allows for multi ⁇ user connectivity. An analogy can be made to a house where, if the server itself is a plot of land with the house on it, the interface is the front door, or more closely is akin to a butler that constantly listens for new people arriving at the house.
  • connection Whenever a new person connects to the data conversion system and method, a new connection object is created. In the analogy above, a connection is created every time a single user comes in and knocks on the door.
  • the user object is similar to the connection object except that the user actually has permission, i.e., the user actually has a name, a password and possibly other information that allows the user object access to the data conversion system.
  • a connection is simply a raw connection within the interface.
  • the workplace is the room that a person works within. Thus if a first user is working in one workplace and a second user is working in a second different workplace, the first and second users do not see each others information and cannot work on the same data conversion. It is noted that a user can be moved into a new workplace to work on a common data conversion, and that environments can be cloned for passing into other workplaces.
  • Userlist Workplacelist. Two objects referred to as Userlist and Workplacelist are used internally as commands to determine the current users and workplaces. Userlist is simply a linked list of all the users on line, i.e., a linked list of user objects.
  • the workplace list object comprises a linked list ofall currently opened workplaces.
  • the environment object refers to the respective data, i.e., to input data, output data, or any intermediate data. More specifically, the term "environment" refers to a collection of tables normally from a single data store or application that are grouped together in a single file.
  • the unit object comprises a plurality of records of data wherein each unit or table has a different record format.
  • a table or unit object can be defined as a collection of like records, i.e., a collection of records of like type.
  • One example of a table would be an employee's name, social security number, salary, date of birth, etc.
  • Part The part object comprises the actual interworkings of a record, i.e., the type, the size, and the format of a respective record.
  • the bridge object comprises a logical association between two environments. More specifically, a bridge object comprises pointers to two or more different environments.
  • the stream object comprises a logical association between unit objects within two or more environments connected by a bridge object.
  • Expression An expression object is used internally for the MapTo command.
  • a general MapTo command is more than a single object, but rather comprises a linked list of expression objects.
  • an expression object is a collection of pointers between parts in different environments.
  • a bridge object comprises a pointer to two different environments.
  • a stream object is a subset of a bridge object and includes pointers to the streams in the respective bridge object.
  • the stream object includes pointers to the input and output tables, and the MapTo commands within a stream comprise a linked list of expressions.
  • Each expression object includes a pointer on the input side and may include one or more constants and or operators that performs either mathematical, logical, or conditional operations on the data.
  • the data conversion system and method resolves each expression object when executing a MapTo command.
  • the format object contains the formatting for inputting and outputting data.
  • the string (%4b) indicates 4 bytes;
  • the string (#%6S ⁇ ) indicates a constant number sign plus a 6 byte string followed by a tilde or return.
  • This format is similar but not identical to standard data referencing used in the C programming language.
  • the I/O queue object and the interrupt queue object are used in the multi-user engine of the data conversion system to provide a buffering system for each user. Thus if a user is typing a command from a remote location and the connection starts going slowly, the engine buffers one or more commands to enable the user to continue working and these commands are fed through later. Thus if the system lags or slows down and the user continues entering data, the data conversion system will not lose any of the user's commands or data.
  • Ordlist is a linked list template or object class. The data conversion system uses a plurality of linked lists, and thus the Ordlist object serves as a higher level object class for each of the linked lists. Many of the objects in the data conversion system are of type Alinked list@ or Ordlist. For example, the workplace list and the user list
  • the member object comprises a portion of the expression object and is used in the internal parsing of the MapTo command.
  • File Mgr A user declares a file within the UNLX system by providing a filename and requesting a new instance of the file.
  • the File Manager object allows a user to perform open, close, read, write, and other operations on a file object.
  • the File Manager object comprises a linked list ofall files.
  • the File object is used for reading the input and output data stores, and is also used for the introduction and the help screens where the user logs in.
  • String The string object facilitates manipulations that are required for strings, including concatenating strings, reading strings, writing strings, performing string to string compares, string to strings compares assuming all uppercase, strings to strings compares assuming all lowercase, adding, subtracting, etc.
  • the Gdata or the generic data object is a large object which embodies the pre-defined generic data type.
  • the Gdata object performs conversions to and from the generic data type according to the present invention. Operator overwrites are included to enable the Gdata object to add strings to integers, integers to strings, is string greater than 5, etc.
  • conversions are performed from the Gdata object to and from all the other defined objects. As new objects are received, for example, a new packing algorithm is necessary for a new data type, it is only necessary to create conversion code for conversions to and from the Gdata object, and it is unnecessary to specifically develop conversion code for and between each of the types of objects.
  • This command allow the system administrator to instantly shutdown the DCLE process, killing any child processes without saving any of the conversion information. All connections to the engine are also instantly cut.
  • the DCLE process does not reinitialize unless it is initialized again from Unix.
  • This command simply allows any user to clear his/her screen of old information.
  • Chmod syntax chmod ⁇ workplacename> ⁇ username> ⁇ newsecuritylevel>
  • This command allows the systems administrator or workgroup owner to change the security permissions for a given user in a given workplace.
  • This command overrides a user's general security level to give or restrict access to sensitive information. If a * is used for ⁇ username> then this command globally assigns the security level to every user except the system administrator.
  • This command allows the system administrator to disconnect a user from his socket connection. For security purposes or for general maintenance it sometimes becomes necessary to remove a user from his connection to the DCLE.
  • This command allows a user to change workplaces within the DCLE work environment. For security reasons a user cannot simply access any given workplace unless his security level for that workplace allows it.
  • this command allows a user to make a copy of an environment including all units, parts, subparts, etc., but not including bridges and streams.
  • this command allows the user to transfer the environment to another workplace so that other users can manipulate the environment.
  • Version syntax version This command displays the current version number of the DCLE program.
  • This command allows a user to see who is logged on to the DCLE program. This command displays the name, workplace, and last command for every user that is logged on.
  • Finger syntax allows a user to find out information about other users. This command shows a user's real name, workplaces owned, date and time of last login, date and time of account creation, and the last site from which the user logged in.
  • This command shows a user the account name of the connection he/she currently has open in the DCLE program.
  • This command allows a user to see when another user last logged in to the
  • This command allows a user or the system administrator to change a user's account password.
  • a user can only change his/her own password and must enter his/her old password for security reasons.
  • the system administrator can change any user's password and does not have to enter that user's old password.
  • This command allows a system administrator to enable a new user account.
  • the system administrator must provide the new user name, password, and security level.
  • a new user defaults to the common workgroup.
  • the system administrator s discretion, the user's real name can be added to the account information. However, this field is completely optional .
  • This command allows a system administrator to disable an existing user account. This does not clean out a user's workplaces or destroy his/her work. Any workplace owned by the disabled account is reassigned to the system administrator and no other security levels are changed on those workplaces.
  • This command allows a user to create a new environment.
  • the new environment occurs within the user's current workplace and can be manipulated by any other user in that workplace.
  • This command loads an existing environment into the DCLE program from Unix. All attached units, parts, and subunits are also loaded. An environment is loaded into whatever workplace the user is in at the time. Note: Multiple environment of the same name cannot be loaded at the same time.
  • This command allows a user to save the current environment loaded in his workplace.
  • the user must provide the name of the environment and a filename under which the environment is to be saved. All attached units and parts are also saved.
  • Loadbdg syntax loadbdg ⁇ bridge.filename>
  • This command allows a user to load all existing bridges, streams, and mappings associated with a given environment into the DCLE program from Unix. All instances of conditional logic are also loaded. All bridges are loaded into whatever workplace the user is in at the time.
  • This command allows a user to save the current set of bridges currently in use in a given workplace.
  • the user must provide the name of the bridge and a filename under which the bridge is to be saved. All streams, maptos, and instances of conditional logic associated with a given bridge are also saved.
  • Loadwork syntax loadwork ⁇ workfile.name>
  • this command allows a user to load an environment and bridges all at one time.
  • This command is a combination of the loadbdg and loadenv commands and is simply used as a time saver.
  • This command allows users to include a new environment or bridge file to the existing workfile index. The next time the loadwork command is executed the new file is loaded. It is noted that the actual filename of the environment or bridge file must be used.
  • This command allows a user to remove an existing environment or bridge file from the workfile index. The next time the loadwork command is executed the removed file is not loaded. It is noted that the actual filename of the environment or bridge file must be used.
  • This command simply allows the user to display what filenames are included in the workfile index.
  • This command allows a user to create a new unit within an existing environment.
  • the user must specify which environment the unit is to be attached and the format of the unit, especially on the output environment.
  • Rmunit syntax rmunit ⁇ env:unit> This command allows a user to remove an existing unit from the list of units within a given environment. After a unit has been removed all other units are renumbered to prevent holes in the list. All existing parts and subunits attached to a unit are also lost.
  • This command allows the user to create a new part under an existing unit or subunit within the existing environment.
  • This command allows a the user to delete a part under an existing unit or subunit within the existing environment. All mappings associated with the part still remain, however all references to that part are removed.
  • This command allows the user to display information about a given environment.
  • the user provides the detail level he wants displayed within the environment. If only an environment name is provided the command shows all units and parts within the environment. If environment name, subunit, and part name are given then only the part is displayed.
  • This command is similar to the show command and allows a user to display information about a given bridge down to the detail level provided. If only a bridge name is provided the command shows all streams and mapto within the bridge. If bridge name, stream and mapto are provided then only the mapto is displayed.
  • Send syntax send ⁇ user> ⁇ text>
  • This command allows the user to send message to any user on the engine. Only the user specified receives the message and the name of the sending user is displayed along with the message.
  • Wall syntax wall ⁇ text> This command allows the system administrator to send a message to every user on the engine. This is extremely useful for making general announcements.
  • Users syntax allows the system administrator to display information about every user logged into the DCLE process. Information displayed includes socket number, user name, workplace, time connected, and site called from.
  • This command allows the users to toggle their log on or off. This simply tells the engine whether or not to display information to the user consisting of operations during an execution.
  • the log is generally used for debugging purposes.
  • Mapto (MapTo) syntax mapto ⁇ from> ⁇ where>
  • This command allows the user to create a link between parts for mapping purposes. After a mapto has been created the mapto command is attached to an existing stream within a bridge, and is given a virtual name. Any time after creation of the mapto command the user can refer to a mapto by streamname (i.e.
  • This command allows the user to initiate the data conversion process.
  • the command executes the conversion down to the lowest detail level provided. In most cases, this is the entire bridge and all streams and maptos are executed. However, for purposes of debugging, the user may specify a given stream or mapto within a bridge to execute.
  • This command allows the user to delete a mapto within an existing stream.
  • a mapto may be referred to by its virtual name.
  • This command logs a user off the DCLE process and closes his/her connection to the server. None of the user's work is saved and the time of logout is logged.
  • a common data conversion involves converting data from a mainframe hierarchical database to one or more relational database systems.
  • the example assumes a flat file to flat file conversion and that the platforms on either end of the conversion have no bearing on the conversion itself.
  • MapTo (output.out_customer_l : name, ssnum, sales, sex) from (intermediate.fem_customer_l : name, ssnum, sales, "Female") where create stream intermediate. male_customer_l output.out_customer_l
  • MapTo (output.out_customer_l : name, ssnum, sales, sex) from (intermediate.fem_custorner_ l : name, ssnum, sales, "Male") where create stream intermediate.
  • MapTo (output.out_customer_2b: name, ssnum, sex, sales) from (output.out_customer_temp: name, ssnum, sex, sales) where execute input intermediate execute intermediate output
  • the following pages comprise a source code listing of the Gdata object to further describe the Gdata object as well as mappings to and from the Gdata object.
  • gdata : ⁇ gdata( ) ⁇ gd_erase(0);
  • gd__refcount[count] in.gd_refcount[count];
  • gd_valid gd_refcount + 1 ;
  • gd_data gd_refcount + 2;
  • gd_ref NULL;
  • ⁇ gdjrype in.gd_type; if(in.gd ype .PREFERENCE)
  • nw newgdata
  • gdata&gdata :opgt(gdata*inl ) ⁇ gdata*nw;
  • nw new gdata
  • nw new gdata
  • the present invention comprises a data conversion system and method which is used to convert data between different formats.
  • the present invention may be used to convert data between any of various types of formats.
  • the present invention uses a pre-defined generic data type object (Gdata), and other data types are converted to and from the Gdata object to simplify the migration process.
  • Gdata generic data type object

Abstract

A data conversion system and method which converts data between different software and hardware platforms. The DCLE of the present invention converts data from any number of different types or formats from any of various platforms to a single common data standard having a pre-defined generic data type, and the data is then converted from this generic type to a new desired format or type and stored on an existing or new destination platform. Thus, the system and method of the present invention allows for multiple database conversions to be created easily and efficiently.

Description

Title: System and Method for Converting Data from a First Data Format to a
Second Data Format
Field of the Invention
The present invention relates to methods for converting data between different formats, and more particularly to a data conversion language/engine which can be adapted to convert data from any of a number of first formats to any number of second formats.
Description of the Related Art
The information systems (IS) departments of many corporations and business organizations have undergone radical change in recent years, including downsizing, rightsizing, or restructuring/reengineering. One component of this change has been the need for companies to perpetually upgrade their hardware, software, and data storage systems. Many corporations currently store data in legacy mainframe systems in the same manner as when the system was purchased, decades ago. However, as the data storage paradigm moves from mainframe storage systems to more cost-effective platforms, such as PC-based client-server systems, businesses with decades worth of archived business-dependent information stored in mainframe systems have faced difficulties in moving to PC-based client-server systems. In general, moving data between systems having different data storage formats, for example, from mainframe systems to PC-based client-server systems, is a very difficult, time-consuming task, which can take months or even years to complete and all too often fails before any of the promised cost savings are realized.
Therefore, the process of data conversion, i.e., the process by which a large amount of information is moved from one informational system platform to another, has been very difficult. Today, corporations and other organizations process a large amount of transactions on any given day, including transactions related to financial reports, sales and accounting, human resources and personnel, or manufacturing and production. In general, information storage and information flow within an organization or business is very important to the success and well being of the business. As a result of the downsizing and corporate reengineering trends mentioned above, and due to the importance of information to a business or organization. Information systems and software processes are a prime target for corporate reengineering. This has traditionally involved converting data from large, mainframe-based systems to more cost-effective PC-based client server systems.
One difficulty in converting data between systems is that different data storage hierarchies are used in different systems. For example, mainframe systems use a hierarchical data storage method, whereas client-server systems use a relational database storage method. In addition, there are a large number of different data formats used in various systems.
One data conversion method that has been used historically can be referred to as the straightforward brute force method of data conversion. For this task, a core team of programmers is assembled for the sole purpose of creating one or more custom built programs from the ground up that will translate information from the platform currently in use to the format required by the destination platform. This process is time-consuming, cost-prohibitive and, more often than not, results in failure. This process also requires the use of highly-skilled programmers. Further, due to the custom nature of the software, the software is extremely difficult to change as problems arise.
A second method of data conversion that has appeared more recently is an attempt to automate the processes utilized in the above "brute force" method. This method involves writing a "code-generating" program. According to this method, organizations use the skills of a programming team to develop a small engine capable of generating custom-built programs which perform the information transfer. In other words, a team of programmers creates a code-generating engine, and this code-generating engine can then be used to facilitate the development of custom-built programs to perform the information transfer. This method includes many of the drawbacks discussed above, and generally only automates the above "brute force" process. In essence, this method only removes a handful of the time and cost constraints which make the data conversion process a difficult task. Applicant is aware of a company called Evolutionary Technologies, Inc. located in Austin, Texas which sells a product referred to as the Extract Migration package which performs data conversions. Applicant believes that this company is using one of the prior art methods described above. Some of the drawbacks of the Extract product is that this product is not easily adaptable to new environments without detailed programming knowledge of those environments. Also, all environments must be predefined and written before use of the Extract Migration package. Applicant is also aware of a company called Prism Software which uses similar methods to that described above.
Therefore, an improved system and method for data conversion is desired to assist organizations in converting data between different hardware/software/application platforms.
Summary of the Invention
The present invention comprises a data conversion system and method which provides a simpler and more cost-effective method for converting data between different software and hardware platforms. The data conversion system and method of the present invention comprises a data conversion language/engine (DCLE) which is a powerful, hardware-independent, multi-user engine which requires no custom programming code. The DCLE of the present invention converts data from any number of different types or formats from any of various platforms to a single common data standard having a pre¬ defined generic data type, and the data is then converted from this generic type to a new desired format or type and stored on an existing or new destination platform. Thus, the system and method of the present invention allows for multiple data base conversions to be created easily and efficiently.
The present invention comprises an object-oriented software system including a plurality of data objects which represent the data being converted as well as perform the data conversion between different platforms. The present invention includes an environment data object which refers to a collection of tables, generally from a single application or data store, that have been grouped together into a single file. The tables within an environment are data objects referred to as units. In general, a table comprises a plurality of records in various formats. The present invention further comprises a data mapping object for the fields of the records themselves. A record comprises a plurality of fields, and the present invention uses field definition data objects referred to as parts which define the inner workings of a record, i.e., the type, the size, and the format, etc. of each field in a record. The data conversion system and method preferably executes on a general purpose computer. The computer is preferably connected to the source storage medium storing the input data and a destination storage medium where the output data is to be stored. It is noted that the source and destination storage mediums can be the same medium. A user can either directly use the computer executing the data conversion system and method, or the user can remotely connect to the DCLE application.
The data conversion process begins by first placing the data to be converted into a form usable by the conversion engine. This step can have many different variations. The present invention makes the following assumptions regarding input data. First, since environments can only be bridged in a one to one or a one to many relationship, all input data destined for a single output environment is grouped in a single file. Secondly, all like records are grouped together into separate tables and have table delineations.
The first step in the data conversion is creating and defining input and/or output environments for the data within the DCLE engine. The user first defines a complete key map or data map of the data to import exactly as the DCLE engine must read the data from the data store file. This process begins by declaring all imported tables. The user then details these tables or units by declaring the data fields or parts that define each of the individual table's records. Once this process is completed, a completely defined input data file has been created. The user also defines a complete data map of the output data environment, i.e., defines the tables and parts of the data format of the output environment. It is noted that the only difference between the creation of input environments and output environments is the conceptual notion that the input environment is defined by the format of the data to be converted, whereas the data formatting fields of the output environment are created by the user based on his desires. Depending upon the complexity of changes to the data hierarchy itself, i.e., the arrangement and relationship of the units and parts between the different formats to be converted, one or more intermediate output environments may be created. Intermediate output environments are used for a variety of reasons including, first, to simplify the migration process itself by separating the process into smaller, more workable parts; second, to move a single store of imported data to multiple data base output files or even multiple different data base platforms; and third, to parse records into different output files for loading into separate databases or even separate database platforms. Intermediate output environments behave identically to normal output environments, and the process used to declare or create an intermediate output environment is identical to the process used to create input or output environments described above.
In order to logically connect the input data environment and the output data environment, an object referred to as a data bridge is created to logically connect or associate the environments in a one-to-one or one-to-many relationship. Bridges can be created between an input environment and one or more output environments or between an input environment and one or more intermediate environments. Bridges can also be created between an intermediate and one or more output environments. Bridges can only have a one-to-one or one-to-many mapping relationship. A user then enters logical associations between tables in the input and output data environments, and the data conversion system and method creates a logical association between tables in the respective input environment and tables in the respective output environment. These logical associations are referred to as a stream data objects. Unlike bridges, streams can form any relationship between input and output tables or units including one-to-one, one-to-many, many-to-one, and many-to- many.
In response to user input, the data conversion system and method creates an association between fields or parts in the tables (units) in the input environment and the fields in the output environment. This essentially involves creating user specified mappings between fields in the input data environment and fields in the output data environment. The user enters a plurality of commands referred to as MapTo commands, and these commands specify the mappings between fields or parts of tables. The MapTo command used in the present invention preferably follows similar guidelines to the syntax of an industry accepted standard transact SQL "select" statement. MapTo commands or associations are used to create different types of associations between fields or parts of individual units in respective environments. In addition to creating mappings between fields or parts, the MapTo command can also be used to create mathematical, logical, or conditional associations or statements.
Mathematical associations are created to perform mathematical manipulations or mathematical operations on fields or multiple fields. Logical associations are used to place logical true or false values into an output field based on a logical comparison that is performed. Conditional logic is used to evaluate one or more logical comparisons and then perform certain operations based on the result. One example of the use of a conditional association or statement is to input certain values into an output table only if certain logical assumptions are true.
Therefore, from high to low level, bridge data objects are used to connect input data environments and output data environments. Streams comprise a subset of bridges and are used to connect individual tables or units in their respective input and output data environments. The data mappings or MapTo commands are a subset of each stream and represent the mapping themselves between fields or parts.
When the above steps have been completed, the data conversion system and method has received essentially all the information required to begin a data conversion. The data conversion system and method then receives an execute command from a user to perform an indicated data conversion. In response to the execute command, the data conversion system and method accesses data from the first input environment, i.e., accesses data from the storage medium storing the data to be converted, and converts the data from the first input data environment to data having a predefined generic data type. Converting the data first to a pre-defined generic data type greatly simplifies the conversion process, since conversion code is only required to and from the generic data type and is not required between every possible data format. Thus, the development of conversion code is much simpler and more efficient.
The Generic data object comprises a block of memory which stores data of any type using one or more pre-defined format fields. In the preferred embodiment, the Generic data object comprises a Store field and a Type field for each piece of data, and a new instance of the Gdata object is created for each piece of data. The Store field is a buffer or segment of memory which stores the information portion of the data, and the Type field stores the type of the data. For example, if the data being converted is a Social Security number, the Store field stores the actual eight numbers comprising the Social Security Number, and the Type field stores the data type, in this case an integer data type. In the preferred embodiment, the Type field stores a numerical value which indexes into a list of types. Thus, a single instance of a Gdata object comprises a single data store and a single type field corresponding to that store. Once data has been converted to the generic data object, the associations or
MapTo commands are executed to convert the data from the predefined generic data type to the output data using the second data format. Execution of the MapTo commands comprises, for each table in the output data environment and for each stream to a respective table in the output data environment, performing a data conversion for each of the MapTo commands pointing to the respective output table for all of the streams to the respective output table. Once the MapTo commands have been executed, the data is converted to the new desired format. The converted output data is stored in a destination medium. It is noted that this destination medium may be the same medium on which the input data was stored or may be a new medium.
Therefore, the present invention comprises an improved system and method for converting data between different formats or types. The present invention converts data to a pre-defined generic data object or generic data type and then converts data from this generic type to the new format. This simplifies the conversion process.
Brief Description of the Drawings
A better understanding of the present invention can be obtained when the following detailed description of the preferred embodiment is considered in conjunction with the following drawings, in which:
Figure 1 illustrates the data conversion system and method executing on a computer system to convert data from a first storage medium to a second storage medium;
Figure 2A illustrates data conversions between different input and output data formats using prior art methods;
Figure 2B illustrates data conversions between different input and output data formats using the data conversion system and method of the present invention;
Figure 3 is a flowchart diagram illustrating operation of the data conversion system and method of the present invention; Figure 4 illustrates the steps involved in creating a data environment as shown in
Figure 3;
Figure 5 illustrates structure of the generic data object; Figure 6 illustrates the conversion of data from a first input data environment to data having a predefined generic data type and then to output data; Figure 7 illustrates execution of associations or MapTo commands to produce converted output data;
Figure 8 illustrates generally the objects in the data conversion system and method; and Figure 9 illustrates mapping from an input environment to an output environment and also illustrates objects comprised in the Workplace object of Figure 8.
Detailed Description of the Preferred Embodiment Referring now to Figure 1 , the data conversion system and method of the present invention is preferably executed on a general purpose computer system. The present invention is used to convert data stored on a first storage medium 24 in a first data format to a second storage medium 26 in a second data format, possibly located on the same physical computer system. The data conversion system and method is also referred to herein as the Adata conversion language engine® or DCLE. As used herein, the term Adata format@ means any of various configurations or arrangements of data, including data types, among others.
It is noted that the present invention not only performs conversions between different data types, but rather the present invention can also be used to perform conversions of the file formats, the headers and the footers of the file itself, as well as other conversions, as desired. Thus the present invention performs a plurality of different conversions other than, or in addition to, converting the data between data types. For example, the present invention can be used to convert a record having 5 fields to a record having 4 fields, or a record having 1 field, or a record having 7 fields. The present invention can be used to convert a record having 5 fields to a record having
5 fields but changing the data types of one or more of the records, or changing the delimiters, i.e., placing commas in between the fields, or adjusting the formatting, such as text formatting, placing Aenters@ in the data so that the data appears differently, etc.
As shown in Figure 1, the computer system 22 executing the data conversion system and method of the present invention first receives input data from a user regarding the formats of the input and output data. The present invention then accesses the data in the first data format on the first storage medium 24 and provides the converted data to the second storage medium 26, wherein the converted output data has the second data format. Figure 1 is an illustrative example only and shows conversion from a mainframe computer system 24 to a PC-based system 26. However, it is noted that the data conversion system and method of the present invention may be used when converting data from many of various storage mediums having any of various data formats to any of various output storage mediums also having any of various data formats. It is also noted that the first and second storage mediums may be the same medium, i.e., the data conversion system and method executing on the computer 22 can read data from the storage medium 24, convert the data to a new format, and then output the converted data back to the same medium, i.e., the medium 24, as shown by the dotted line between the computer 22 and the computer 24.
In one embodiment of the invention, a user enters various information into the computer 22 and then executes the data conversion system and method to perform the data conversion. In an alternate embodiment, one or more users may be at various remote locations from the computer 22 and can access the computer 22 via Internet or TCP/IP connections to access the data conversion system and method executing on the computer system 22. Also, it is noted that the computer systems 22 and 26 may be the same computer system.
It is also noted that the present invention may be used to convert data between any of various types of formats. For example, the data conversion system and method of the present invention can be used to convert data from a database in a first data format to a database having a second data format. Alternatively, the present invention may be used to convert video data having a first compressed format to video data having a second compressed format. Various other types of data format conversions can be performed using the present invention. The data conversion system and method is a multi-user, object-oriented migration engine which converts or moves massive amounts of information between dissimilar platforms. The DCLE system of the present invention offers true multi- platform design capabilities, allowing conversion of legacy mainframe data to any modern relational database management system (RDBMS), or from any R BMS to any mainframe platforms such as HP9000 running INFORMIX, or custom applications can be connected to the platform of choice. The present invention may also be used to convert data to a non-platform basis for data warehouse usage. Batch automation allows for hands-free data conversion on a nightly, weekly, or yearly basis - also perfectly suited for data warehousing. The data conversion system of the present invention is preferably configured to operate with a variety of platforms, including Oracle, Sybase and other major RDBMS. the present invention preferably includes interfaces to the DCLE for Xwindows/Motif, MS Windows, OS/2, DOS, and UNLX. In the preferred embodiment, the data conversion system comprises a UNLX engine capable of converting and manipulating massive amounts of information. Alternate embodiments use MS Windows or OS/2 based engines, as desired. The present invention further includes multi-user socket functionality coupled with object-orientated application development, and also includes full security at both the user and object level to allow for complete protection of both environment and data. The present invention includes batch automation suited for both two and three tiered environments. Also, the data conversion system can be continually changed or modified according to the desired migration process, and is easily adaptable to new environments without detailed programming knowledge of those environments. Figure 2 A illustrates prior art data conversion methods which assume a plurality of input platforms on the left labeled A, B, C, D, E, and a plurality of output platforms also labeled A, B, C, D, E, as shown. As discussed in the background section, prior art methods require custom conversion code to perform conversions between each input data platform and each output data platform having different formats. Thus, a developer would have to create a complete library of programs, one for each combination of source and destination databases having different formats.
As shown in Figure 2B, the present invention converts data from any of various different types of input data formats to a common pre-defined generic data format. Once the data has been converted to this common generic data format, the data is then converted to the desired output data format as shown. This greatly simplifies the data conversion method and allows for multiple data base conversions to be created easily and more efficiently.
Data Conversion Method
In order to perform data conversion between data having different formats, the input and output data are broken down into their respective component parts. The present invention uses a plurality of data objects which represent the input and output data. The term "environment" is used herein to refer to the respective data, i.e., to the input data and to the output data. More specifically, the term "environment" refers to a collection of tables normally from a single data store or application that are grouped together in a single file. The tables within an environment are referred to herein as units. A table comprises a plurality of records of data wherein each table has a different record format. According to the present invention, table-to-table conversions can have any of four mapping relationships including one-to-one, one-to-many, many-to-one, and many- to-many. A table or unit can be defined simply as a collection of like records, i.e., a collection of records of like type. One example of a table would be an employee's name, social security number, salary, date of birth, etc. The present invention also includes a data mapping object for records which utilize this field definition referred to herein as parts. Parts define the actual interworkings of a record, i.e., the type, the size, and the format of a respective record. In the example described above, the parts of the above employee data record would be the name field, the social security number field, the salary field, the date of birth field, etc. The data conversion system and method of the present invention makes certain assumptions regarding the input data. First, the present invention assumes that since environments are only bridged in a one-to-one or one-to-many relationship, all input destined for a single output environment is grouped in a single file. The system and method of the present invention also assumes that all like records are grouped together in separate tables and the input file includes a table delineation.
In order to begin the data conversion process, a user is first required to input information regarding the input data in input data format and the desired output data format for the converted data. In a system where the user is remote from the computer system 22 where the present invention is executing, the user first connects to the system. The user can connect to the system in various manners including a TCP/IP connection utilities using a simple VT-100 style terminal connection program such as Telnet or
UNLX Host Presenter or other types of connection methods. Once a connection has been made to the computer system 22 executing the data conversion system and method, the user is then queried for the account name and password. If the user enters the correct values, the user then may access the command interpreter of the system and may begin work. Alternatively, if the user is physically located at the computer system 22 executing the data conversion system and method of the present invention, the user simply logs on and optionally enters an account name and/or password before beginning operation.
Referring now to Figure 3, the data conversion method is shown. In step 200, the system receives a user specified definition of the first data format, i.e., of the input environment where the data to be converted is stored. In other words, here the user enters information regarding the units and parts (tables and fields) of the input data. Figure 4 illustrates more detail regarding the creation of a data environment. As shown, creation of a data environment in step 400 includes specifying (or creating) all tables or units in step 402 and specifying (or creating) all fields or parts in step 404. Thus, here the user specifies the data format of the input environment including all of the tables or units and all of the parts or fields of the respective records in each of the respective tables.
In creating the initial input environment, the user enters a command similar to the following:
MKENV INPUT
This command is used to begin the creation of the input environment. Commands are entered either through physical keyboard entry, or a GUI (graphical user interface) point and click command, or creating a batch command and uploading the command in the DCLE engine.
The user also defines, from the ground up, a complete key or data map of the input data exactly as the conversion system must read the data from the data store file. This process begins by declaring imported tables using commands similar to the following: This process begins by declaring all imported tables using commands similar to: MK UNIT INPUT:TABLE 1 MK UNIT INPUT:TABLE 2 MK UNIT INPUT:TABLE 3 MK UNIT INPUT:TABLE N
The user then details these tables or units by declaring the data fields or parts that define each of the individual table's records. This step uses commands similar to the following:
MKPARTINPUT:TABLE1:PART1 MKPARTINPUT:TABLE 1:PART2 MKPARTINPUT:TABLE1:PARTN
Once this process is completed, a completely defined input data file has been created.
It is noted that the user can save his work in this environment by using the command:
SAVE ENV OUT
Also, if the user desired to leave the session and reopen it later, the commands upon reentry would be: LOAD ENV INPUT LOAD ENV OUTPUT
Optionally, the user could place both environments in a work file. The commands to add and remove items from the work file are: ADD WK INPUT.ENV ADD WK OUTPUT.ENV RM WK INPUT.ENV RM WK OUTPUT.ENV
In addition, the user can load all of the items presently listed in the work file by simply using the command LOAD WK. A command referred to as SHOW WK is used to show the work file and is used if the user is unsure of the objects currently in the work file. It is also noted that the input data format may be defined by a data dictionary associated with the input data environment. In this embodiment, the definition of the first data format is received by receiving the data dictionary of the first data format and then converting the data dictionary into a definition of the first data format useable by the data conversion system and method.
In step 201, the data conversion system and method receives a definition of any desired intermediate data formats, i.e., any desired intermediate environments. In some data conversion applications, it may be undesirable and/or impractical to perform a full conversion between the source or input data environment and the destination or output data environment. In these situations, it may be easier to create one or more intermediate data environments where the input data is converted first to the intermediate data environment and then converted from the intermediate data environment to the output data environment. Thus, depending upon the complexity of changes to the data hierarchy itself, i.e., the arrangement and relationship of the units and parts between the different formats to be converted, one or more intermediate output environments may need to be created.
Intermediate output environments are used for a variety of reasons including, first, to simplify the migration process itself by separating the process into smaller, more workable parts; second, to move a single store of imported data to multiple data base output files or even multiple different data base platforms; and third, to parse records into different output files for loading into separate data bases or even separate data base platforms. Intermediate output environments behave identically to normal output environments. The only difference between a normal output environment and an intermediate output environment is that an intermediate output environment is used after execution as the input environment for another execution later on in the conversion process. The process used to declare or create an output environment or an intermediate output environment is identical to the process used to create input environments described above. The primary difference between the creation of input environments and output environments is the conceptual notion that the input environment is defined by the format of the data to be converted, whereas the data formatting fields of the output environment are created by the user based on his desires.
Therefore, in step 201, if the user desires to use one or more intermediate data environments in the data conversion process, the user enters information regarding the respective intermediate environments and units and parts for each of the respective intermediate environments. These definitions are received by the system in step 201. It is noted that the creation of intermediate environments is optional depending upon the user's application. In step 202 the data conversion system and method receives a definition of a second data format — in this example, the data format for the output environment. This involves the user entering information regarding the output or destination environment, including the desired tables that the output environment will have as well as the parts or fields for each of the respective tables. This step is discussed in greater detail with respect to Figure 4. It is noted that the creation of data formats does not require that the format be specified as an input format or an output format. Rather, once a data format environment has been created, this data format environment can be used as either an input, intermediate, or output data format.
After steps 200, 201 and 202 have completed, the data conversion system and method has received the full information regarding a fully defined data migration or conversion process from an initial input environment to one or more output environments and including one or more intermediate environments as desired.
Create Bridge Object In order to logically connect or logically associate the input data environment and the output data environment, an object referred to as a data bridge is created to connect the environments in a one-to-one or one-to-many relationship. Bridges can be created between an input environment and one or more output environments or between an input environment and one or more intermediate environments. Bridges can also be created between an intermediate and one or more output environments. Bridges can only have a one-to-one or one-to-many mapping relationship. The command to create bridges between environments is:
CREATE BRIDGE [INT ENV] [OUT ENV]
As shown in step 204, a bridge essentially comprises a logical association between first and second environments — in this example between input and output data environments. A bridge can also be created between input and intermediate data environments, between intermediate and intermediate data environments and intermediate and output data environments.
When a bridge object is created, i.e., when a logical association is created between environments, the data conversion system creates pointers to the two environments. A bridge object includes a pointer to the first environment and a pointer to the second environment, and also includes a pointer to a linked list of the respective streams between the two environments.
Create Stream Objects
In step 206, in response to a user entering logical associations between tables in the input and output data environments, the data conversion system and method creates a logical association between tables in the respective input environment and tables in the respective output environment. These logical associations are referred to as a stream data objects. The command to create a stream between input and output tables is: CREATE STREAM [rN:TABLE][OUT:TABLE]
Unlike bridges, streams can form any relationship between input and output tables or units including one-to-one, one-to-many, many-to-one, and many-to-many. The bridges and streams created in steps 204 and 206 are essentially logical connections between data areas, and it is noted that no information at the record level has been specified for conversion.
When a stream object is created, i.e., when a logical association is created between tables or units, the data conversion system creates a pointer to the respective source and destination tables. A stream object includes a pointer to the respective bridge, a pointer to the source table, a pointer to the one or more destination tables, and also includes a pointer to a linked list of the respective MapTo commands within the respective stream object.
Create MapTo Commands
In step 208, in response to user input, the data conversion system and method creates an association between fields or parts in the tables (units) in the input environment and the fields in the output environment. Therefore, step 208 essentially involves creating user specified mappings between fields in the input data environment and fields in the output data environment. In step 208, the user enters a plurality of commands referred to as MapTo commands and these commands specify the mappings between fields or parts of tables. The MapTo command used in the present invention preferably follows similar guidelines to the syntax of a transact SQL "select" statement. As is well known, the transact SQL select statement is the backbone of all SQL servers, examples of which include Sybase, oracle, ΓNFORMLX, ingres, etc. The format of a transact SQL select statement is as follows:
SELECT INTO <output_table> : <dest_varl, dest_var2, dest_var3, ..., dest_varN> FROM <input_table> : <src_varl, const 12345, src_var3, ..., src_varN> WHERE <src_varx || constants <operator> <src_vary || constant> < <operator> <another expression as above> > < ... ad infinitum ... >
The MapTo command according to the system and method of the present invention is similar to the above SQL select statement and is as follows:
MAPIO <outenv:outtable> {dest_coll, dest_col2, dest_col3, ..., dest_colN> FROM <inenv:intable> {src_varl, const 12345, src_col3, ..., src_colN> WHERE <src_varx || constant> <operator> <src_vary || constant> < <operator> <another expression as above> > < ... ad infinitum ... >
Thus, the core of every command has 3 distinct parts.
MAPTO part: this part details the destination of the information processing
<outenv:outtable> this tells you where the bridge/stream attaches on the destination side.
<dest column list> this list is preferably comprehensive, i.e., there is preferably a column in this list for every column in the output table. If not, then for each record, columns not included will be populated with NULLS or 0.00's. The order of this list is unimportant, except that it must match the list on the input side, i.e., the FROM part of the
MapTo statement. FROM part: this part details the source side of the information processing. <inenv:intable> this indicates where the bridge/stream attaches on the source side.
<Src column list> this list need not be a complete list ofall variables present in the source_env:source_table, but simply a comprehensive list of all variables the user desires to transfer into the destination table. The order of these variables destination side will be filled with the value of the first input column or the first constant provided in the
FROM section <src_column list>.
Note: Expressions are also allowed within the src column list, so that if the first column of the destination list were a string called 'Column 1' then the following would be acceptable examples of items to place as the first element of the FROM <src_column list> :
FROM <inenv:intable>in_columnl
'Test Column' '12345'
(in_columnl + in_column2) ('AAA' = 'bbb') /* this last would enter the string 'FALSE' */
WHERE part: The where section is the conditional logic section of this
MapTostatement, i.e., for each record processed by this
MapTo statement, only perform the mapping if this
WHERE statement is evaluated to be TRUE.
<src_varx || constant> <operator> <src_varx || constant> this is a standard expression, and may be coupled with other expressions using standard parenthetical operators to result in a final evaluation of either TRUE or FALSE. Whenever TRUE, the MapTo command will proceed with the mapping as specified in the MapTo and FROM sections of the statement, and when FALSE, this record will be skipped and no action will be taken. Note: The where section is optional. If the intention of the user is to migrate every record of the input table to the output table, with no conditions whatsoever, then the WHERE statement and all of its component parts can be eliminated from the MapTo command entirely.
MapTo Associations
MapTo commands or associations are used to create different types of associations between fields or parts of respective environments. In addition to creating mappings between fields or parts, the MapTo command can be used to create either mathematical, logical, or conditional associations or statements.
Mathematical associations are created to perform mathematical manipulations or mathematical operations on fields or multiple fields. For example, mathematical associations are used to multiply certain fields by certain values to obtain new data, such as multiplying a salary field times a constant or another field within the record, or adding a certain value to the salary to obtain a new value for the salary to be placed in the output table.
Logical associations are used to place logical true or false values into an output field based on a logical comparison that is performed. For example, if the user desires to fill in a string or Boolean field on the output side with the values 0 or 1 or true or false, the result of the logical association would place a TRUE or FALSE value in the field. One example of a logical association is ASex = Male@. The output of this association is a 1 or true value if the field of the record being examined indicates a male.
If not, then it would enter a 0 or false value in the field. A logic association or statement differs from a conditional statement because a mapping is performed regardless of the result of the comparison, i.e., for this record a value will be placed into the field of the respective output table. The only question is whether a true or false, or 0 or 1 , will be placed based on this logical equation.
Conditional logic is used to perform a logical comparison and then perform certain operations based on the result. One example of the use of a conditional association or statement is to input certain values into a output table only if certain logical assumptions are true. A specific example is, if number of years employed is greater than X, then map name, street, address to the respective table. Thus, conditional logic allows a user to create an association that doesn't necessarily populate for every record on the input side to the output side, but rather only the ones that fulfill the specified criteria.
The data conversion system includes a parser / map engine including an expression parser. The expression parser or engine examines expressions such as (((3+X) x 4) or sign true) x 50) >= 30 and returns a true or false value, depending on the values of X or Y or whatever variables are included in the expression. The expression engine also executes expression and returns the appropriate values, such as 50 x 20 + X x 4 divided by 30 times Y. The map engine allows a user to include expression statements in MapTo commands. For example, if a user desired to multiply a salary value by a certain fraction to compute a raise, the user includes the appropriate mathematical expression in the MapTo command, and the map engine executes the expression. As another example, is a user were performing a data conversion and desired to compute stock options for key employees, the user would enter the appropriate expression which is then executed during the data conversion to compute the stock options. As another example, if the data being converted includes three classifications for a call center and it is desired that the output data have a much greater number of classifications for the call center, the user can include an expression including mathematical calculations on, for example, sales as a percentage of unit sold minus variable cost, wherein the result places data in a respective call center classification.
Therefore, from high to low level, bridge data objects are used to connect input data environments and output data environments. Streams comprise a subset of bridges and are used to connect individual tables or units in their respective input and output data environments. The data mappings or MapTo commands are part of each stream and represent the mapping themselves between fields or part and are created using MapTo commands as previously described.
When steps 200-208 have been completed, the data conversion system and method has received essentially all the information required to begin a data conversion. In step 210, the data conversion system and method receives an execute command from a user to perform an indicated data conversion. The format of the execute command is described below. Data Conversion
In step 212, the data conversion system and method accesses data from the first input environment, i.e., accesses data from the storage medium storing the data to be converted. In step 214, the data conversion system and method converts the data from the first input data environment to data having a predefined generic data type. When an execute command is received, the input data is accessed, and the data conversion method immediately converts data from any of various data types including int, char, string, byte, float, packed, etc. to a generic data type. The generic data type is a defined object referred to as Gdata (generic data) and has the capabilities of storing information regardless of the original format of the input data. Thus the data conversion system and method of the present invention includes its own data type.
As described further below, conversion of data to the Gdata type comprises creating an instance of the Gdata object and storing the information portion of the data in a first field and storing the type information of the data in a second field. Converting the data first to a pre-defined generic data type greatly simplifies the conversion process, since conversion code is only required to and from the generic data type and is not required between every possible data format. Thus, as shown in Figures 2A and 2B, the development of conversion code is much simpler and more efficient. Systems which do not use a generic data type require a much greater amount of mapping code than the present invention. For example, consider 6 data types such as integer, character, string, byte, float, and packed. In order to convert from each of these data types to the other respective types, a program would have to be specifically developed for each conversion, such as integer to byte, integer to character, integer to string. Instead, the present invention uses a specific conversion to a pre-defined generic data type. Any data type can be converted to the generic data type, and the generic data can be converted to any data type. When it is desired to convert to or from a new data type, it is only necessary to create conversion code from the new data type to the generic data type and from the generic data type to the new data type. It is not necessary to create conversion code specifically for each data type to and from the new data type.
This reduces the amount of coding substantially.
The step of converting the data from the first input data environment to data having a predefined generic data type is discussed in greater detail with reference to Figures 5 and 6 below. Further, a source code listing is included with the present disclosure which further describes the operation of the generic data (Gdata) object of the present invention.
In step 216, the associations created in step 208 are executed to produce converted output data using the second data format. Execution of these associations or MapTo commands converts the data from the generic data type to data having the second format. It is noted that steps 212-216 are essentially performed together, i.e., the respective data is accessed to convert it from the first input data environment to the predefined generic data type, and then the associations are executed to convert the data from the predefined generic data type to the output data using the second data format. In step 218 the converted output data is stored in a destination medium. It is noted that this destination medium may be the same medium on which the input data was stored or may be a new medium.
Generic Data Object
Referring now to Figure 5, the Gdata or Generic Data Type object accommodates or consolidates all of the possible data types, including, but not limited to, string, integer, float, byte, packed, decimal. Data of any type can be converted to or from the generic data type, as desired. In the preferred embodiment, the Gdata object is a standard block of memory which stores data of any type using one or more pre-defined format fields. In the preferred embodiment, the Gdata object comprises a single large buffer space including a AStore@ field and a AType@ field. The Store field is a buffer or segment of memory which stores the information portion of the data, and the Type field stores the type of the data. For example, if the data being converted is a Social Security number, the Store field stores the actual eight numbers comprising the Social Security Number, and the Type field stores the data type, in this case an integer data type. In the preferred embodiment, the Type field stores a numerical value which indexes into a list of types. Thus, a single instance of a Gdata object comprises a single data store and a single type field corresponding to that store. In the preferred embodiment, a new instance of the Gdata object is created for each piece of data.
Various operators may be applied to the Gdata object, including Equal To (EQ),
Not Equal To (NE), Less Than (LT), Greater Than (GT), Less Than/Equal To (LE), Compare (CMP), Greater Than Equal To (GE), Multiply (MPY), Addition (ADD), Subtraction (SUB), and Division (DIV), among others. As shown at the bottom of Figure 5, input data is first converted to the Gdata object, i.e., to the generic data format, and is then converted from the Gdata format to the output format. In an alternate and less preferred embodiment, the Gdata object does not include a single AStore@ field, but rather includes a plurality of Aspace-holders@ or variables which are full or empty depending on the nature of the data type being converted. In one embodiment, the Gdata object includes a float space, an integer space, and a string space which is used for all of the information being converted of any data type. If the data type being converted is a string, the variable for string data types is created and contains data, if the data type being converted is an integer, the variable for integer data types is created and contains data, etc. Thus, in this embodiment, the Gdata object includes a plurality of variables within the object corresponding to different data types, and respective individual variables in the Gdata object are formed depending on the type of data being converted. It is noted that some of the variables are used for multiple data types. For example, the packed, fixed, and character data types are stored in the string variable or space. Also, the integer variable holds various types of variables, including short integers, long integers, etc.
Operator overwrites are included on the Gdata object to enable comparisons between the respective Gdata object and other Gdata objects. These operator overwrites allow various types of manipulations or operations on data in the Gdata object, allow comparisons and operations between different Gdata objects, and allow comparisons and operations between and among data in a respective Gdata object.
Referring now to Figure 6, a diagram is shown illustrating the conversion of data from an input record to the Gdata format, and then from the Gdata format to output data. An input record comprises a plurality of parts, and the operations shown in Figure 6 are performed for each input record part. As shown, an input record part such as part PN is first converted to the Gdata format. Conversion of input data to the generic data format comprises storing the Adata@ or Ainformation@ portion of the data in a Store field and storing the type information of the data in a Type field as described above.
Once the data has been converted to the generic data type, one or more operators are invoked on the data, depending on whether the user has specified operations on the data. In performing these operations, one or more Gdata objects or other constants may be called, as necessary. The MapTo executions are then performed to generate the output data in the correct output record part format.
A source code listing is included with the present specification to further describe the operation of converting data to the Gdata object.
MapTo Command Execution
Referring now to Figure 7, a more detailed flowchart diagram illustrating the steps performed in step 216 on Figure 3 is shown. Execution of the MapTo commands in step 216 comprises, for each table in the output data environment and for each stream to a respective table in the output data environment performing a data conversion for each of the MapTo commands pointing to the respective output table for all of the streams to the respective output table as shown in steps 422-426.
Object Descriptions The data conversion system and method comprises a plurality of software objects executing on the computer system 22 of Figure 1. These objects are shown generally in Figures 8 and 9. Referring now to Figure 8, the data conversion system and method includes a Server object which is an instance of the data conversion program. The data conversion system further includes a Userlist object comprising a linked list of all User objects, and an Interface object comprising a list ofall Connection objects. The data conversion system further includes a Workplacelist object comprising a linked list of all Workplace objects. The objects comprised in the Workplace object are shown generally in Figure 9 in the context of mapping from an input environment to an output environment. As shown in Figure 9, the Workplace object includes environment, unit and part objects, as well as bridge and stream objects, among others. The various objects comprised in the data conversion system are described below.
Server. The server object is an instance of the entire data conversion program and is Aat the top@ of the object hierarchy. The server allows a user to call or invoke the entire program to bind to a single port. Thus if the user desired that one copy of a program run on three separate ports, each having its own isolated workplaces, user entry and user list, this can be accomplished within a single execution of the program running three different times. Thus the entire program itself comprises a large object. Interface. The interface object connects to the socket which allows users to log in and connect to the data conversion system. The interface object also allows for multi¬ user connectivity. An analogy can be made to a house where, if the server itself is a plot of land with the house on it, the interface is the front door, or more closely is akin to a butler that constantly listens for new people arriving at the house.
Connection. Whenever a new person connects to the data conversion system and method, a new connection object is created. In the analogy above, a connection is created every time a single user comes in and knocks on the door.
User. The user object is similar to the connection object except that the user actually has permission, i.e., the user actually has a name, a password and possibly other information that allows the user object access to the data conversion system. In contrast, a connection is simply a raw connection within the interface.
Workplace. The workplace is where the Awork@ is performed, i.e., where the environments are created. Everything pertaining to a conversion is comprised within a single workplace, including environments, tables, and parts as well as streams, bridges, and MapTo=s. In the analogy above, the workplace is the room that a person works within. Thus if a first user is working in one workplace and a second user is working in a second different workplace, the first and second users do not see each others information and cannot work on the same data conversion. It is noted that a user can be moved into a new workplace to work on a common data conversion, and that environments can be cloned for passing into other workplaces.
Userlist. Workplacelist. Two objects referred to as Userlist and Workplacelist are used internally as commands to determine the current users and workplaces. Userlist is simply a linked list of all the users on line, i.e., a linked list of user objects. The workplace list object comprises a linked list ofall currently opened workplaces.
Environment. The environment object refers to the respective data, i.e., to input data, output data, or any intermediate data. More specifically, the term "environment" refers to a collection of tables normally from a single data store or application that are grouped together in a single file. Unit. The unit object comprises a plurality of records of data wherein each unit or table has a different record format. A table or unit object can be defined as a collection of like records, i.e., a collection of records of like type. One example of a table would be an employee's name, social security number, salary, date of birth, etc. Part. The part object comprises the actual interworkings of a record, i.e., the type, the size, and the format of a respective record. In the example described above, the parts of the above employee data record would be the name field, the social security number field, the salary field, the date of birth field, etc. Bridge. The bridge object comprises a logical association between two environments. More specifically, a bridge object comprises pointers to two or more different environments.
Stream. The stream object comprises a logical association between unit objects within two or more environments connected by a bridge object. Expression. An expression object is used internally for the MapTo command.
A general MapTo command is more than a single object, but rather comprises a linked list of expression objects. In general, an expression object is a collection of pointers between parts in different environments. Thus, a bridge object comprises a pointer to two different environments. A stream object is a subset of a bridge object and includes pointers to the streams in the respective bridge object. The stream object includes pointers to the input and output tables, and the MapTo commands within a stream comprise a linked list of expressions. Each expression object includes a pointer on the input side and may include one or more constants and or operators that performs either mathematical, logical, or conditional operations on the data. The data conversion system and method resolves each expression object when executing a MapTo command.
Format. The format object contains the formatting for inputting and outputting data. For example, the string (%4b) indicates 4 bytes; the string (#%6S~) indicates a constant number sign plus a 6 byte string followed by a tilde or return. This format is similar but not identical to standard data referencing used in the C programming language.
I/O Queue and InterruptQueue. The I/O queue object and the interrupt queue object are used in the multi-user engine of the data conversion system to provide a buffering system for each user. Thus if a user is typing a command from a remote location and the connection starts going slowly, the engine buffers one or more commands to enable the user to continue working and these commands are fed through later. Thus if the system lags or slows down and the user continues entering data, the data conversion system will not lose any of the user's commands or data. Ordlist. The Ordlist object is a linked list template or object class. The data conversion system uses a plurality of linked lists, and thus the Ordlist object serves as a higher level object class for each of the linked lists. Many of the objects in the data conversion system are of type Alinked list@ or Ordlist. For example, the workplace list and the user list
Member. The member object comprises a portion of the expression object and is used in the internal parsing of the MapTo command.
File Mgr. A user declares a file within the UNLX system by providing a filename and requesting a new instance of the file. The File Manager object allows a user to perform open, close, read, write, and other operations on a file object. The File Manager object comprises a linked list ofall files.
File. The File object is used for reading the input and output data stores, and is also used for the introduction and the help screens where the user logs in.
String. The string object facilitates manipulations that are required for strings, including concatenating strings, reading strings, writing strings, performing string to string compares, string to strings compares assuming all uppercase, strings to strings compares assuming all lowercase, adding, subtracting, etc.
Gdata. The Gdata or the generic data object is a large object which embodies the pre-defined generic data type. The Gdata object performs conversions to and from the generic data type according to the present invention. Operator overwrites are included to enable the Gdata object to add strings to integers, integers to strings, is string greater than 5, etc. As discussed above, conversions are performed from the Gdata object to and from all the other defined objects. As new objects are received, for example, a new packing algorithm is necessary for a new data type, it is only necessary to create conversion code for conversions to and from the Gdata object, and it is unnecessary to specifically develop conversion code for and between each of the types of objects.
System Commands
The system commands used in the data conversion system and method are as follows:
Shutdown Clear Syslog Chmod
Dc Goto Clone Pass Rename Version Who Finger
Whoami Last Passwd Useradd
Userdel Mkenv Rmenv Loadenv
Saveenv Loadbridge Savebridge Loadwork
Addwk Rmwk Listwk Mkunit
Rmunit Mkpart Rmpart Mksubpart
Rmsubpart Show View Msg
Send Wall Users Log
Mapto Execute Rmmapto Create
Move Quit
Command Definitions
Shutdown syntax: shutdown
This command allow the system administrator to instantly shutdown the DCLE process, killing any child processes without saving any of the conversion information. All connections to the engine are also instantly cut. The DCLE process does not reinitialize unless it is initialized again from Unix.
Clear syntax: clear
This command simply allows any user to clear his/her screen of old information.
Syslog syntax: syslog <on || off>
This command allows the systems administrator to toggle the system log on or off. This informs the engine whether or not to display certain system information to the administrator including connections, dc's, hangups, logins, logouts and executions. It is noted that, regardless of whether the system administrator has syslog on or off, the information is saved to a log file in Unix for later reference. Chmod syntax: chmod <workplacename> <username> <newsecuritylevel>
This command allows the systems administrator or workgroup owner to change the security permissions for a given user in a given workplace. This command overrides a user's general security level to give or restrict access to sensitive information. If a * is used for <username> then this command globally assigns the security level to every user except the system administrator.
Dc syntax: dc <socketnum>
This command allows the system administrator to disconnect a user from his socket connection. For security purposes or for general maintenance it sometimes becomes necessary to remove a user from his connection to the DCLE.
Goto syntax: goto <workplacename>
This command allows a user to change workplaces within the DCLE work environment. For security reasons a user cannot simply access any given workplace unless his security level for that workplace allows it.
Clone syntax: clone <envirormame> <newenvironname>
For purposes of sharing work, this command allows a user to make a copy of an environment including all units, parts, subparts, etc., but not including bridges and streams.
Pass syntax: pass <environname> <destworkplace>
After an environment has been Cloned, this command allows the user to transfer the environment to another workplace so that other users can manipulate the environment. Rename syntax: rename <environname> <newenvironname> rename <env:unitname> <env:newunitname> rename <env:unit:partname> <env:unit:newpartname> This command allows a user to change the name of an environment, unit, part, or subpart.
Version syntax: version This command displays the current version number of the DCLE program.
Who syntax: who
This command allows a user to see who is logged on to the DCLE program. This command displays the name, workplace, and last command for every user that is logged on.
Finger syntax: finger <user> This command allows a user to find out information about other users. This command shows a user's real name, workplaces owned, date and time of last login, date and time of account creation, and the last site from which the user logged in.
Whoami syntax: whoami
This command shows a user the account name of the connection he/she currently has open in the DCLE program.
Last syntax: last <user>
This command allows a user to see when another user last logged in to the
DCLE program. This command displays the account name, time and date of last login, and the last site from which the user logged in. Passwd syntax: passwd <user> <newpassword> <oldpassword>
This command allows a user or the system administrator to change a user's account password. A user can only change his/her own password and must enter his/her old password for security reasons. The system administrator can change any user's password and does not have to enter that user's old password.
Useradd syntax: <useradd> <user> <passwd> <seclevel> <usersrealname>
This command allows a system administrator to enable a new user account. The system administrator must provide the new user name, password, and security level. A new user defaults to the common workgroup. At the system administrator=s discretion, the user's real name can be added to the account information. However, this field is completely optional .
Userdel syntax: userdel <user>
This command allows a system administrator to disable an existing user account. This does not clean out a user's workplaces or destroy his/her work. Any workplace owned by the disabled account is reassigned to the system administrator and no other security levels are changed on those workplaces.
Mkenv syntax: mkenv <envname>
This command allows a user to create a new environment. The new environment occurs within the user's current workplace and can be manipulated by any other user in that workplace.
Rmenv syntax: rmenv <envname>
This command allows a user to delete an existing environment. When an existing environment is deleted, all attached units and parts are also lost. Loadenv syntax: loadenv <env.filename>
This command loads an existing environment into the DCLE program from Unix. All attached units, parts, and subunits are also loaded. An environment is loaded into whatever workplace the user is in at the time. Note: Multiple environment of the same name cannot be loaded at the same time.
Saveenv syntax: saveenv <envname> <env.filename>
This command allows a user to save the current environment loaded in his workplace. The user must provide the name of the environment and a filename under which the environment is to be saved. All attached units and parts are also saved.
Loadbdg syntax: loadbdg <bridge.filename>
This command allows a user to load all existing bridges, streams, and mappings associated with a given environment into the DCLE program from Unix. All instances of conditional logic are also loaded. All bridges are loaded into whatever workplace the user is in at the time.
Savebdg syntax: savebdg <bridge> <bridge.filename>
This command allows a user to save the current set of bridges currently in use in a given workplace. The user must provide the name of the bridge and a filename under which the bridge is to be saved. All streams, maptos, and instances of conditional logic associated with a given bridge are also saved.
Loadwork syntax: loadwork <workfile.name>
For the sake of convenience, this command allows a user to load an environment and bridges all at one time. This command is a combination of the loadbdg and loadenv commands and is simply used as a time saver. Addwk syntax: addwk <work.filename> <workfile.name>
This command allows users to include a new environment or bridge file to the existing workfile index. The next time the loadwork command is executed the new file is loaded. It is noted that the actual filename of the environment or bridge file must be used.
Rmwork syntax: rmwork <work.filename> <workfile.name>
This command allows a user to remove an existing environment or bridge file from the workfile index. The next time the loadwork command is executed the removed file is not loaded. It is noted that the actual filename of the environment or bridge file must be used.
Listwk syntax: listwork <workfile.name>
This command simply allows the user to display what filenames are included in the workfile index.
Mkunit syntax: mkunit <env:unitname> <unitformat>
This command allows a user to create a new unit within an existing environment. The user must specify which environment the unit is to be attached and the format of the unit, especially on the output environment. When a new unit is created it is added to the bottom of the list ofall existing units
Rmunit syntax: rmunit <env:unit> This command allows a user to remove an existing unit from the list of units within a given environment. After a unit has been removed all other units are renumbered to prevent holes in the list. All existing parts and subunits attached to a unit are also lost. Mkpart syntax: mkpart <env:unit:partname> <dataformat> <datatype> <bytelength>
This command allows the user to create a new part under an existing unit or subunit within the existing environment.
Rmpart syntax: rmpart <env:unit:(subunit):partname>
This command allows a the user to delete a part under an existing unit or subunit within the existing environment. All mappings associated with the part still remain, however all references to that part are removed.
Show syntax: show <env:unit:(subunit):part>
This command allows the user to display information about a given environment. The user provides the detail level he wants displayed within the environment. If only an environment name is provided the command shows all units and parts within the environment. If environment name, subunit, and part name are given then only the part is displayed.
View syntax: view <bridge:stream:mapto>
This command is similar to the show command and allows a user to display information about a given bridge down to the detail level provided. If only a bridge name is provided the command shows all streams and mapto within the bridge. If bridge name, stream and mapto are provided then only the mapto is displayed.
Msg syntax: msg <text>
This command allows the user to send messages to every other user within the user's respective workplace. The name of the sending user is given followed by the message. Send syntax: send <user> <text>
This command allows the user to send message to any user on the engine. Only the user specified receives the message and the name of the sending user is displayed along with the message.
Wall syntax: wall <text> This command allows the system administrator to send a message to every user on the engine. This is extremely useful for making general announcements.
Users syntax: users This command allows the system administrator to display information about every user logged into the DCLE process. Information displayed includes socket number, user name, workplace, time connected, and site called from.
Log syntax: log <on || off>
This command allows the users to toggle their log on or off. This simply tells the engine whether or not to display information to the user consisting of operations during an execution. The log is generally used for debugging purposes.
Mapto (MapTo) syntax: mapto <from> <where>
This command allows the user to create a link between parts for mapping purposes. After a mapto has been created the mapto command is attached to an existing stream within a bridge, and is given a virtual name. Any time after creation of the mapto command the user can refer to a mapto by streamname (i.e.
<bridgename%streamname%maptoXX> ).
For further information on the mapto command, please see the discussion on the mapto command structure above. Execute syntax: execute <bridge:stream:mapto>
This command allows the user to initiate the data conversion process. The command executes the conversion down to the lowest detail level provided. In most cases, this is the entire bridge and all streams and maptos are executed. However, for purposes of debugging, the user may specify a given stream or mapto within a bridge to execute.
Rmmapto syntax: rmmapto <bridge:stream:mapto>
This command allows the user to delete a mapto within an existing stream. For purposes of this command a mapto may be referred to by its virtual name.
Create syntax: create bridge <bridgename> <inenv> <outenv> create stream <bridge:streamname> <inunit> <outunit> create stream <streamname> <inenv:inunit> <outenv:outunit> This command allows the user to create a new bridge or create a stream within an existing bridge. When a new bridge is created, linking two environments, it is noted that a single input environment may have multiple outputs, but an output may have only one input. For easy reference the bridge name is often a combination of the source and destination environment names (i.e. environment 'input' and environment 'output' have bridge 'inout' ). The creation of a stream is similar except that it creates a link between tables and is attached to an existing bridge.
Move syntax: move <envnum:unitnum> <envnum:unitnum> move <envnum:unitnum:partnum> <envnum:unitnum:partnum> This command allows the user to reshuffle the order of units, subunits, or parts within a given environment, or to go back and add a new unit, subunit or part to the list within an existing environment. Since pieces are read and written in the order they are created this command allows for easy manipulation. Quit syntax: quit
This command logs a user off the DCLE process and closes his/her connection to the server. None of the user's work is saved and the time of logout is logged.
EXAMPLE MIGRATION PROJECT
The following illustrates a simple example data conversion problem and illustrates the general design and commands necessary to use the data conversion system and method of the present invention. The following example, it is assumed that the physical origination and destination of the information is irrelevant. A common data conversion involves converting data from a mainframe hierarchical database to one or more relational database systems. However, for the purpose of this example, the example assumes a flat file to flat file conversion and that the platforms on either end of the conversion have no bearing on the conversion itself.
Input Side Output Side 2 Tables, 3 Output Tables
Customer- 1 Out-Customer- 1 Customer-2 Out-Customer-2A
Out-Customer-2B
The Table Definitions are as follows:
Input ' rabies Output Tables
name: Customer 1 name: Out Customer l
fields: Name fields: Name
Soc. Sec. Num. Soc. Sec. Num.
Sex Sex
Sales New - Sales
name: Customer 2 name: Out Customer 2A fields: Name fields: Name
Soc. Sec. Num. Soc. Sec. Num.
Sex Sex Sales New_Sales
name: Out Customer 2B
fields: Name Soc. Sec. Num.
Sex New - Sales
In order to make use of every possible table-to-table relationship (one-to-one, one-to-many, many-to-one, many-to-many) we shall create a third, intermediate environment through which the data will be transferred in order to reach our destination (output) environment.
The Intermediate Environment 3 Tables
Fem-Customer-1 Male-Customer- 1 Customer-2-Temp The Table definitions are as follows:
Intermediates name: Fern Customer 1 fields: Name
Soc. Sec. Num. Sales name: Male Customer 1 fields: Name
Soc. Sec. Num. Sales name: Customer 2 Temp fields: Name
Soc. Sec. Num. Sex
Sales The relationships, input to intermediate to output, will be:
In: Customer- 1 (one to many) Fem-Customer-1 Male-Customer- 1
Customer-2 (many-to many) Customer-2-Temp
Inter: Fem-Customer-1 (many-to-one) Out-Customer- 1 Male-Customer- 1 Customer-2-Temp (one-to-many) Out-Customer-2A Out-Customer-2B
Out: Out-Customer- 1 Out-Customer-2A Out-Customer-2B
THE NECESSARY MAPPINGS WOULD BE AS FOLLOWS: Environment Bridge: Input to Intermediate
1 Stream: Customer 1 to Fem Customer 1 {Put all female mobs into the 1 Maps: Name-> Name
SSNum-> SSNum
Sales-> Sales
Conds: (Sex = = "female")
2 Stream: Customer 1 to Male-Customer 1 {Put all male customers into 1 Maps: Name-> Name
SSNum-> SSNum Sales-> Sales
Conds: (Sex = = "male")
1 Stream: Customer 2 to Customer 2 Temp {If a customer is female, set intermediate sales to double the original amount}
1 Maps: Name-> Name
SSNum-> SSNum
Sex-> Sex
Sales*2-> Sales
Conds: (Sex = = "female")
2Maps (ALL) -> (ALL) {If not female, map straight Conds: (Sex != "Female")
Environment Bridge: Intermediate to Output
1 Stream: Fern Cust 1 to Out Customer 1 {Put all female customers
1 Maps: Name-> Name SSNum-> SSNum Sales-> Sales "Female"-> Sex
Conds: (Sex = = "female")
2 Stream: Male Cust 1 to Out Customer 1 {Put all male customers into
1 Maps: Name-> Name
SSNum-> SSNum Sales-> Sales
"Male"-> Sex
Conds: (Sex = = "male")
3 Stream: Customer_2 Temp to Out Cust 2 2A {If customer sales are >= 100,000 then parse them out into a separate (2 A) table}
1 Maps: Name-> Name
SSNum-> SSNum
Sex-> Sex
Sales-> Sales
Conds: (Sales > = 100,000)
4 Stream: < Customer 2 Temp to Out Cust 2B {Master output table for in:customer_2, contains all records}
IMaps (ALL) -> (ALL)
Conds: (None)
THE NECESSARY COMMANDS FOR THESE MAPPINGS
Commands for Mapping and Execution
create bridge input intermediate create stream input.customer_l intermediate.fem_customer_l
MapTo (intermediate.fem_customer_l : name, ssnum, sales) from (input.customer_l : name, ssnum, sales) where (sex = "female") create stream input.customer_l intermediate.male_customer_l
MapTo (intermediate.male_customer_l : name, ssnum, sales) from (input.customer_l : name, ssnum, sales) where (sex = "male") create stream input.customer_2 intermediate.customer_2_temp
MapTo (intermeiate.customer_2_: name, ssnum, sales) from (input.customer_2: name, ssnum , sales*2) where (sex = "female")
MapTo (intermediate. customer_2_temp:*) from (input.customer_2: *) where (sex ! = "female")
create bridge intermediate output create stream intermediate. fem_customer_l output. out_customer_l
MapTo (output.out_customer_l : name, ssnum, sales, sex) from (intermediate.fem_customer_l : name, ssnum, sales, "Female") where create stream intermediate. male_customer_l output.out_customer_l
MapTo (output.out_customer_l : name, ssnum, sales, sex) from (intermediate.fem_custorner_ l : name, ssnum, sales, "Male") where create stream intermediate. customer_2_temp output.out_customer_2a MapTo (output.out_customer_2a: name, ssnum, sex, sales) from (intermediate.customer_2_temp: name, ssnum, sex, sales) where sales >= 100,000) create stream intermediate.customer_2_temp output.out_customer_2b
MapTo (output.out_customer_2b: name, ssnum, sex, sales) from (output.out_customer_temp: name, ssnum, sex, sales) where execute input intermediate execute intermediate output
Gdata Object Source Code Listing
The following pages comprise a source code listing of the Gdata object to further describe the Gdata object as well as mappings to and from the Gdata object.
/* Generic Data Class (data.c) class gdata definitions.. */
#ifhdefDATA_H #define DATA H
#include <stdio.h>
const int NOTHING = -1 const int STRING = 0; const int INTEGER = 1; const int FLOAT = 2; const int CHAR = 3; const int REFERENCE = 6; // Reference to another data object :
const int ERR TYPE l ;
const int EQUAL 1 const int LESS 2 const into GRTR 4
const char trueval =>T; const char falseval =>'F' class gdata
{ private: int gd_type; // Type of data
int gd_length; // Length of the string used to store the data
char *gd_refcount; // The structure of the is kinda strange, but char *gd_valid; // was necessary- it is an array of char, in the char *gd_data;
// following format:
// I refcount | valid j Actual data.... |
// byte: 0 1 2....gd_length+2
// *gd_refcount *gd_valid *gd_data // This mostly takes care of it when you make a
// Expression reference to a part, then delete the
// part., cleanup stuff mostly. Since it is opaque
// all is handled in the function implementation.
// valid = 0 no ref, valid = 1 ref, valid = -1 // resized ref
gdata *gd_ref; //Reference for TYPE_REFERENCE
void gd_init( ); // Initializes a new data object, regardless of // whether something was already there or not. void gd_erase(int valid); //called by destructor, sets valid. void gd_resize(int newsize); // resize data - internal use int gd_comp(gdata &in 1 ); // generic compare public: gdata &gd_deref( ); // find what reference points to gdata(int type = 0); // Create a new object of > 'type' =. STRING is default. gdata(gdata &in); // Copy constructor "gdata(); // Junk object.
void operator = (gdata &in); //assignment void operator = (int number); void operator = (char *intr); void operator = (char ch); void operator = (float fit); void operator &= (gdata &in); // Reference assignment gdata &opeq (gdata *inl); gdata &opne (gdata *inl ); gdata &oplt (gdata *inl); gdata &opgt (gdata *inl); gdata &ople (gdata *inl); gdata &opge (gdata *inl); gdata &opmpy (gdata *inl ); gdata &opadd (gdata *inl); gdata &opsub (gdata *inl); int istrue( ); void settype(int type) {gd_type = type;} ; // For the readin void print ( ) { if (gd_type != REFERENCE) printf("[%s] [%d]/n", gd_data, gdjength, gd_type); else { printfC'*"); gd_deref( ).print( ); } }; // Debugging tool
};
#endif #include <stdlib.h> #include <string.h> #include "data.h"
gdata: :gdata(int type)
{ gd_type = type; gd_refcount = NULL; gd_init( );
}
gdata: :~gdata( ) { gd_erase(0);
}
gdata: : gdata(gdata &in)
{ gd_type = in.gd_type; if (in.gd_type != REFERENCE)
{ int count: gd_resize(in.gd_length); for (count = 0; count <= gd_length + 2; count-H-) gd__refcount[count] = in.gd_refcount[count]; gd_valid = gd_refcount + 1 ; gd_data = gd_refcount + 2; gd_ref=NULL;
} else
{ gd_ref = in.gdjref; gd_refcount = in.gd_refcount; (*gd_refcount)++;
} }
void gdata: :gd__erase(int validity) { if (gdjrefcount != NULL)
{ if (gd_refcount != REFERENCE)
*gd_valid = validity; // References to .this object are now invalid. (* gdjrefcount)-- ; // Decrement reference count if (* gdjrefcount = 0) // If only reference, delete it delete gdjrefcount;
} }
void gdata: :dg_init( )
{ gd_erase(0);
gd ef+NULL;
if (gd ype != REFERENCE)
{ gdjrefcount = new char[4]; gd_valid = gdjrefcount + 1 ; gd_data = gdjrefcount + 2; gd ength = 0; *gd efcount + 1; *gd valid = 1; *gd_data = 0; *(gd_data + l) = 0;
switch (gd_type)
{ case INTEGER: case FLOAT:
*gd_data = >0=; gd ength = 1 ; break; case CHAR: case STRING: break;
}; } else { gdjrefcount =NULL gdjength = 0;
} }
void gdata: :gd resize(int newsize)
{ if (newsize <= gdjength)
{ gdjength=newsize; gd_data[gdjength]=0; return; { if (gdjrefcount = NULL) gdjnit( );
int count; char*newdata; newdata=new char[newsize+3]; for(count=0; count<=gdJength+2;count-H-) newdata[count]=gd _refcount[count] ; gd_erase(-l); gd efcount=newdata; gd_varid=gdjrefcount+l ; gd_data=gd_refcount+2; gdjength=newsize; }
void gdata: :operator=(gdata&in)
{ gdjrype=in.gd_type; if(in.gd ype .PREFERENCE)
{ int count; gd esize(in.gdjength); for(count=0; count<=gdjength+2;count++) gd efcount[count]=in.gd efcount[count] ; gd_ref=NULL;
else
{ gd ef=in.gd_ref; gd efcount=in.gd_refcount; (*gd_refcount)++; } } void gdata: :operator+(int number)
{ char buffer[ 1000]; spring(buffer, "%d", number);
(*tbis)=buffer; gdJype=INTEGER;
} void gdata: : operator=(char* str)
{ int len=strlen(str); int count; gd esize(len); gdjype=STRING; for(count=0; count<=len; count++)
Figure imgf000051_0001
} void gdata: :operator=(float number); { char tempstr[ 128]; springf(tempstr, "%f ', number); (*this)=tempstr; gd_tyρe=FLOAT; } void gdata: :operator=(char ch)
{ gd esize(l); gd_type=CHAR;
Figure imgf000051_0002
gd_data[l]=0;
} int gdata: :dg_comp(gdata&inl)
{ int distl, dist2; int count; char*tmp;
if(gd_type=REFERENCE) return (gd deref( ).gd_comp(inl)); if(inl .gd_type=REFERENCE) return(gd_comp(inl.gd_deref()));
if(gd_type Knl.gd ype) return ERR_TYPE;
switch (gd ype)
{ case STRING: case CHAR: distl=gdjength; break; case FLOAT: tmp=strchr(gd_data, "."; if(tmp=NULL) distl=gdjength; else dist 1 =(tmp-gd_data) ;
} switchønl .gd_type)
{ case STRING: case CHAR: dist2=0; break; case: P TEGER: dist2=inl .gdjength; break; case FLOAT: tmp=strchr(inl.gd_data, '.'); if(tmp = NULL) dist2 = inl .gdjength; else dist2 = (tmp - inl .gd_data);
} if(distl>dist2)return GRTR; if(distl<dist2)retum LESS; for(count=0; count<gdJength; count-H-) if(gd_data[count]>in 1.gd_data[count]) return GRTR; else if (gd_data[count]<inl .gd_data[count]) return LESS; if(gd Jength=inl .gdjength) return EQUAL; return LESS;
} gdata&gdata: : gd_deref()
{ gdata*error;
if(gd_type!=REFERENCE)
{ error=new gdata; return (*error);
} if((*gd_valid)=0 { error=new gdata;
(this) &= (error); return (*error); } if((*gd_valid = -l)
{ gd_erase(0); gd alid = gdjref->gd valid; }
return(*gd ef);
}
void gdata: :operator&=(gdata&in)
{ gd_erase(0); gd valid=in.gd_valid; gd_type=REFERENCE; gd ef=&in;
} int gdata: :istrue()
{
IF ((*gd_data = 'T';) && (gdjength = 1)) return 1 ; return 0;
}
gdata&gdta::opeq(gdata*inl)
{ gdata*nw; nw=new gdata;
if(gd_comp(*inl )=EQUAL) (*nw)-trueval; else
(*nw)=falseval; return(*nw);
}
gdata&gdata: :opne(gdata*inl )
{ gdata*nw;
nw=newgdata;
if(gd_comp(*inl )=EQUAL)
(*nw)=falseval; else (*nw)=trueval; return(*nw);
} gdata&gdata: :oplt)gdata*inl )
{ gdata*nw; nw=new gdata;
if(gd_comp(*inl )=LESS) (*nw)=trueval; else
(*nw)=falseval; retum(*nw); }
gdata&gdata: :opgt(gdata*inl ) { gdata*nw;
nw=new gdata;
if(gd_comp(*inl)=GRTR)
(*nw)=tureval; else
(*nw)=falseval; retum(*nw); }
gdata&gdata: :ople(gdata* in 1 )
{ gdata*nw;
nw=new gdata;
if(gd_comp(*inl)&(LESS | EQUAL))
(*nw)=trueval; else
(*nw)=falseval; retum(*nw);
} gdata&gdata: :opge(gdata*inl ) { gdata*nw; nw=new gdata;
if(gd_comp(*inl)&GRTR | EQUAL)) (*nw)=trueval; else
(*nw)=falseval; return(*nw); }
gdata&gdata::opmpy(gdata*inl)
{ floattempl,temp2; inttemp3,temp4; gdata*nw; nw=newgdata;
if((gd_type=FLOAT)d || EQUAL))(inl->gd ype=FLOAT))
{ temp 1 =atof(gd_data) ; temp2=atof(inl->gd_data);
*nw=(float empl *temp2;
} else if((gd_type=rNTEGER) | | (inl->gd_type=LNTEGER))
{ temp3=atoi(gd_data); temp4=atoi(inl ->gd_data); *nw=(int)temp3 *temp4;
} else *nw=0; return(*nw);
} gdata&gdataa: :opadd(gdata*inl )
} float tempi, temp2; int temp3, temp4; gdata *nw; nw=new gdata;
if((gd_type=FLOAT) | (inl ->gd_type=FLOAT))
{ templ=atof(gd_data); temp2=atof(inl ->gd_data);
*nw=(float)temp 1 +temp2;
}
Figure imgf000058_0001
{ temp3=atoi(gd_data); temp4=atoi(in 1 ->gd_data);
*nw=(int)temp3+temp4;
} else
*new=0; retum(*nw);
} gdata&gdata: :opsub(gdata* in 1 ) { float tempi, temp2; int temp3, temp4; gdata*nw; nw=new gdata;
if((gd_type=FLOAT)) { temp 1 =atof(gd_data) ; temp2=atof(inl ->gd_ddata); *nw=(float)temp 1 -temp2;
} else if((gd_type=INTEGER) I (inl->gd_type=INTEGER))
{ temp3=atoi(gd_data); temp4=atoi(inl ->gd_data);
*nw=(int)temp3-temp4; { else
*nw=0; return(*nw);
}
Conclusion
Therefore, the present invention comprises a data conversion system and method which is used to convert data between different formats. The present invention may be used to convert data between any of various types of formats. The present invention uses a pre-defined generic data type object (Gdata), and other data types are converted to and from the Gdata object to simplify the migration process.
Although the system and method of the present invention has been described in connection with the preferred embodiment, it is not intended to be limited to the specific form set forth herein, but on the contrary, it is intended to cover such alternatives, modifications, and equivalents, as can be reasonably included within the spirit and scope of the invention as defined by the appended claims.

Claims

Claims
1. A method for converting data from an input data environment using a first data format to an output data environment using a second data format, wherein the input data environment includes one or more tables, each of the one or more tables in the input data environment having records including one or more fields, wherein the output data environment includes one or more tables, each of the one or more tables in the output data environment having records including one or more fields, the method comprising the steps of: receiving a definition of the first data format; receiving a definition of the second data format; creating a logical association between the input data environment and the output data environment; creating one or more logical associations between the one or more tables in the input data environment and the one or more tables in the output data environment; creating one or more associations between the one or more fields in the one or more tables in the input data environment and the one or more fields in the one or more tables in the output data environment; receiving an execute command to perform a data conversion between the input data environment and the output data environment; accessing the data from the first input data environment; converting the data from the first input data environment using the first data format to data having a pre-defined generic format; and executing the associations between the one or more fields in the one or more tables in the input data environment and the one or more fields in the one or more tables in the output data environment in response to receiving said execute command, wherein said step of executing converts said data having said pre-defined generic format to output data having said second data format.
2. The method of claim 1 , wherein said step of executing comprises: for each table in the output data environment, for each of said logical associations between the one or more tables in the input data environment and a respective table in the output data environment, performing a data conversion for each of the associations between the one or more fields in the one or more tables in the input data environment and the one or more fields in the respective table in the output data environment.
3. The method of claim 1 , wherein said step of executing comprises: performing a data conversion for each of the associations between the one or more fields in one or more of the one or more tables in the input data environment and the one or more fields in a respective table in the output data environment; wherein said step of performing is performed for each of said logical associations between said one or more of the one or more tables in the input data environment and said respective table in the output data environment; wherein said step of performing is performed for each of said tables in said output data environment.
4. The method of claim 3, wherein the one or more tables in the output data environment have an order including a first table and a last table; wherein said step of performing is performed for each of said tables in said output data environment according to said order of the one or more tables in the output data environment beginning with said first table in the output data environment and ending with said last table in the output data environment.
5. The method of claim 3, wherein the one or more tables in the input data environment include an order including a first table and a last table; wherein said step of performing is performed for each of said logical associations between said one or more of the one or more tables in the input data environment and said respective table in the output data environment according to said order of the one or more tables in the input data environment' beginning with said first table in the input data environment and ending with said last table in the input data environment.
6. The method of claim 1, wherein said data from the first input data environment comprises a data portion and a type portion, wherein said step of converting the data from the first input data environment using the first data format to said data having said pre- defined generic format comprises: storing said data portion of said data from the first input data environment in a first memory field; and storing said type portion of said data from the first input data environment in a second memory field.
7. The method of claim 6, further comprising; creating an instance of a generic data object prior to said steps of storing said data portion and storing said type portion.
8. The method of claim 1, wherein said pre-defined generic format comprises a pre- defined generic data type, and wherein said step of converting the data from the first input data environment using the first data format to data having a pre-defined generic format comprises converting the data from the first input data environment using the first data format to data having said pre-defined generic data type.
9. The method of claim 1 , wherein said step of creating said one or more associations between the one or more fields in the one or more tables in the input data environment and the one or more fields in the one or more tables in the output data environment comprises: creating one or more mathematical associations between the one or more fields in the one or more tables in the input data environment and the one or more fields in the one or more tables in the output data environment; wherein said step of executing comprises executing said one or more mathematical associations between the one or more fields in the one or more tables in the input data environment and the one or more fields in the one or more tables in the output data environment.
10. The method of claim 1, wherein said step of creating said one or more associations between the one or more fields in the one or more tables in the input data environment and the one or more fields in the one or more tables in the output data environment comprises: creating one or more logical associations between the one or more fields in the one or more tables in the input data environment and the one or more fields in the one or more tables in the output data environment; wherein said step of executing comprises executing said one or more logical associations between the one or more fields in the one or more tables in the input data environment and the one or more fields in the one or more tables in the output data environment.
11. The method of claim 1, wherein said step of creating said one or more associations between the one or more fields in the one or more tables in the input data environment and the one or more fields in the one or more tables in the output data environment comprises: creating one or more conditional associations between the one or more fields in the one or more tables in the input data environment and the one or more fields in the one or more tables in the output data environment; wherein said step of executing comprises executing said one or more conditional associations between the one or more fields in the one or more tables in the input data environment and the one or more fields in the one or more tables in the output data environment.
12. The method of claim 1, wherein the data in the input data environment using said first data format comprises data having one or more different data types; and wherein the data in the output data environment using said second data format comprises data having one or more different data types.
13. The method of claim 1 , further comprising: storing said output data having said second data format in said output data environment after said step of executing.
14. The method of claim 13, wherein the input data environment comprises a first storage media storing the input data according to the first data format, and wherein the output data environment comprises a second storage media adapted to receive and store the output data according to the second data format; wherein said step of accessing the input data comprises accessing the input data from the first storage media; and wherein said step of storing said converted output data having said second data format comprises writing said converted output data having said second data format to said second storage media.
15. The method of claim 1, wherein said step of receiving a definition of the first data format comprises: receiving a user-specified definition of the first data format, including a definition of the one or more tables in the input environment and the one or more fields for each of said one or more tables.
16. The method of claim 1, wherein the input data environment includes a data dictionary defining said first data format; wherein said step of receiving said definition of the first data format comprises: receiving said data dictionary of the first data format; and converting said data dictionary of the first data format into said definition of the first data format.
17. The method of claim 1, wherein the one or more tables in the input data environment each comprise one or more records of like data type, wherein the one or more tables in the output data environment each comprise one or more records of like data type.
18. The method of claim 17, wherein said input data environment comprises a database and said output data environment comprises a database.
19. The method of claim 18, wherein said input data environment comprises a hierarchical database and said output data environment comprises a relational database.
20. The method of claim 1 , wherein said step of creating an association between the one or more fields in the one or more tables in the input data environment and the one or more fields in the one or more tables in the output data environment comprises: creating one or more MapTo commands between the one or more fields in the one or more tables in the input data environment and the one or more fields in the one or more tables in the output data environment.
21. A method for converting data from an input data environment using a first data format to an output data environment using a second data format, the method comprising the steps of: receiving a definition of the first data format; receiving a definition of the second data format; creating a logical association between the input data environment and the output data environment; creating one or more associations between data in the input data environment and data in the output data environment; receiving an execute command to perform a data conversion between the input data environment and the output data environment; accessing the data from the first input data environment; converting the data from the first input data environment using the first data format to data having a pre-defined generic format; and executing the associations between the data in the input data environment and the data in the output data environment in response to receiving said execute command, wherein said step of executing converts said data having said pre-defined generic format to output data having said second data format.
22. The method of claim 21 , wherein said step of executing comprises: for each table in the output data environment, performing a data conversion for each of the associations between the one or more fields in the one or more tables in the input data environment and the one or more fields in the respective table in the output data environment.
23. The method of claim 21 , wherein said step of executing comprises: performing a data conversion for each of the associations between the one or more fields in one or more of the one or more tables in the input data environment and the one or more fields in a respective table in the output data environment; wherein said step of performing is performed for one or more of said one or more tables in the input data environment and said respective table in the output data environment; wherein said step of performing is performed for each of said tables in said output data environment.
24. The method of claim 23, wherein the one or more tables in the output data environment have an order including a first table and a last table; wherein said step of performing is performed for each of said tables in said output data environment according to said order of the one or more tables in the output data environment beginning with said first table in the output data environment and ending with said last table in the output data environment.
25. The method of claim 21, wherein said data from the first input data environment comprises a data portion and a type portion, wherein said step of converting the data from the first input data environment using the first data format to said data having said pre- defined generic format comprises: storing said data portion of said data from the first input data environment in a first memory field; and storing said type portion of said data from the first input data environment in a second memory field.
26. The method of claim 25, further comprising; creating an instance of a generic data object prior to said steps of storing said data portion and storing said type portion.
27. The method of claim 21, wherein said pre-defined generic format comprises a pre- defined generic data type, and wherein said step of converting the data from the first input data environment using the first data format to data having a pre-defined generic format comprises converting the data from the first input data environment using the first data format to data having said pre-defined generic data type.
28. The method of claim 21 , wherein said step of creating said one or more associations between the one or more fields in the one or more tables in the input data environment and the one or more fields in the one or more tables in the output data environment includes: creating one or more mathematical associations between the one or more fields in the one or more tables in the input data environment and the one or more fields in the one or more tables in the output data environment; wherein said step of executing comprises executing said one or more mathematical associations between the one or more fields in the one or more tables in the input data environment and the one or more fields in the one or more tables in the output data environment.
29. The method of claim 21 , wherein said step of creating said one or more associations between the one or more fields in the one or more tables in the input data environment and the one or more fields in the one or more tables in the output data environment includes: creating one or more logical associations between the one or more fields in the one or more tables in the input data environment and the one or more fields in the one or more tables in the output data environment; wherein said step of executing comprises executing said one or more logical associations between the one or more fields in the one or more tables in the input data environment and the one or more fields in the one or more tables in the output data environment.
30. The method of claim 21 , wherein said step of creating said one or more associations between the one or more fields in the one or more tables in the input data environment and the one or more fields in the one or more tables in the output data environment includes: creating one or more conditional associations between the one or more fields in the one or more tables in the input data environment and the one or more fields in the one or more tables in the output data environment; wherein said step of executing comprises executing said one or more conditional associations between the one or more fields in the one or more tables in the input data environment and the one or more fields in the one or more tables in the output data environment.
31. The method of claim 21 , wherein the data in the input data environment using said first data format comprises data having one or more different data types; and wherein the data in the output data environment using said second data format comprises data having one or more different data types.
32. The method of claim 21 , further comprising: storing said output data having said second data format in said output data environment after said step of executing.
33. The method of claim 21, wherein said input data environment comprises a database and said output data environment comprises a database.
34. A system for converting data from a first data format to a second data format, the system comprising: a first storage medium for storing input data using a first data format, wherein the input data using the first data format includes one or more tables, each of the one or more tables in the input data having records including one or more fields; a second medium for storing output data using a second data format, wherein the output data using the second data format includes one or more tables, each of the one or more tables in the output data having records including one or more fields; an input data environment object which receives a definition of the first data format, wherein said definition of the first data format includes one or more tables each having one or more fields; an output data environment object which receives a definition of the second data format, wherein said definition of the second data format includes one or more tables each having one or more fields; a workplace object for storing one or more associations between the one or more fields in the one or more tables in the input data environment and the one or more fields in the one or more tables in the output data environment; a generic data object for storing data using a pre-defined generic format, means for converting the data from the first input data environment using the first data format to data having said pre-defined generic format; and means for executing the associations between the one or more fields in the one or more tables in the input data environment and the one or more fields in the one or more tables in the output data environment, wherein said means for executing converts said data having said pre-defined generic format to output data having said second data format.
35. The method of claim 34, wherein said data from the first input data environment comprises a data portion and a type portion; wherein said generic data object comprises a first memory field storing a data portion and a second memory field storing a type portion.
36. A system for converting data from a first data format to a second data format, the system comprising: a first storage medium for storing input data using a first data format; a second medium for storing output data using a second data format; an input data environment object which receives a definition of the first data format; an output data environment object which receives a definition of the second data format; a workplace object for storing one or more associations between the data in the input data environment and the data in the output data environment; a generic data object for storing data using a pre-defined generic format, means for converting the data from the first input data environment using the first data format to data having said pre-defined generic format; and means for executing the associations between the data in the input data environment and the data in the output data environment, wherein said means for executing converts said data having said pre-defined generic format to output data having said second data format.
37. The method of claim 36, wherein said data from the first input data environment comprises a data portion and a type portion; wherein said generic data object comprises a first memory field storing a data portion and a second memory field storing a type portion.
PCT/US1996/007507 1995-05-25 1996-05-24 System and method for converting data from a first data format to a second data format WO1996037817A1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
AU58737/96A AU5873796A (en) 1995-05-25 1996-05-24 System and method for converting data from a first data form at to a second data format

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
US08/450,040 US5708828A (en) 1995-05-25 1995-05-25 System for converting data from input data environment using first format to output data environment using second format by executing the associations between their fields
US08/450,040 1995-05-25

Publications (1)

Publication Number Publication Date
WO1996037817A1 true WO1996037817A1 (en) 1996-11-28

Family

ID=23786523

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/US1996/007507 WO1996037817A1 (en) 1995-05-25 1996-05-24 System and method for converting data from a first data format to a second data format

Country Status (3)

Country Link
US (1) US5708828A (en)
AU (1) AU5873796A (en)
WO (1) WO1996037817A1 (en)

Cited By (26)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO1998030962A2 (en) * 1997-01-07 1998-07-16 New Era Of Networks, Inc. Method for content-based dynamic formatting for interoperation of computing and edi systems
WO1998053409A1 (en) * 1997-05-20 1998-11-26 Detlef Arndt Method and device for transferring data between two computers
WO1999052047A1 (en) * 1998-04-07 1999-10-14 Sage Implementations, L.L.C. Method and system for migrating data
WO2000034892A1 (en) * 1998-12-09 2000-06-15 Nokia Networks Oy System and method for the optimization of data collection
GB2355818A (en) * 1999-10-26 2001-05-02 Mitel Corp Common data model
EP1107152A2 (en) * 1999-12-03 2001-06-13 Crossmar, INC. Method and system for managing communication of information
EP1117049A1 (en) * 2000-01-14 2001-07-18 Sun Microsystems, Inc. Dynamic conversion of data
GB2363866A (en) * 2000-05-31 2002-01-09 Intamission Ltd Removing structure from objects
FR2822268A1 (en) * 2001-03-16 2002-09-20 Ge Med Sys Information Tech CENTRALIZED MEDICAL INFORMATION SYSTEM, METHOD FOR INTEGRATING MEDICAL INFORMATION AND IMAGES, AND METHOD FOR ACCESSING MEDICAL INFORMATION AND IMAGES
WO2004077305A1 (en) * 2003-02-28 2004-09-10 Abb Research Ltd. System and method for managing and exchanging the data of a technical project, technical installation and individual installation components
EP1606734A1 (en) * 2003-03-21 2005-12-21 British Telecommunications Public Limited Company Conversion of structured information
EP0926607A3 (en) * 1997-12-23 2006-01-18 Ricoh Company, Ltd. Object-oriented system for mapping structered information to different structured information
EP1817687A1 (en) * 2004-10-20 2007-08-15 Electronics and Telecommunications Research Institute Apparatus and method for supporting content exchange between different drm domains
US7269664B2 (en) 2000-01-14 2007-09-11 Sun Microsystems, Inc. Network portal system and methods
US7281060B2 (en) 2000-01-14 2007-10-09 Sun Microsystems, Inc. Computer-based presentation manager and method for individual user-device data representation
EP2073129A3 (en) * 2007-11-02 2009-07-29 Branddialog, inc Application/data transaction management system and program for the same
WO2009093643A1 (en) * 2008-01-25 2009-07-30 Access Co., Ltd. Markup language document conversion system, device, method, and program
US7681119B2 (en) 1997-12-23 2010-03-16 Ricoh Company, Ltd. Method and apparatus for providing a graphical user interface for creating and editing a mapping of a first structural description to a second structural description
GB2466192A (en) * 2008-12-09 2010-06-16 Amt Sybex A method of processing a large data file
EP2705434A4 (en) * 2011-05-03 2015-04-08 Samsung Electronics Co Ltd Drm service providing method, apparatus and drm service receiving method in user terminal
CN105320440A (en) * 2014-06-13 2016-02-10 海克斯康方案应用与系统集成(青岛)有限公司 Information processing method, device and system
EP2624460A3 (en) * 2012-02-01 2017-01-11 Ricoh Company, Ltd. Information processing apparatus, information processing system, and data conversion method
EP1407347B1 (en) * 2001-06-19 2017-02-08 Accenture Global Services Limited Integrating enterprise support systems
WO2020187818A1 (en) * 2019-03-19 2020-09-24 Siemens Aktiengesellschaft Transformation module for a control system
EP3633514A4 (en) * 2017-05-24 2020-11-11 Toshin System, Ltd. Data exchange system, data exchange method, and data exchange program
US11647095B1 (en) * 2018-10-02 2023-05-09 Intuit Inc. Method and system for orchestrating communications between application services through a unified connector platform

Families Citing this family (247)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6098128A (en) 1995-09-18 2000-08-01 Cyberstorage Systems Corporation Universal storage management system
US6615251B1 (en) 1995-12-11 2003-09-02 John R. Klug Method for providing node targeted content in an addressable network
US6466783B2 (en) * 1995-12-11 2002-10-15 Openwave Systems Inc. Visual interface to mobile subscriber account services
US6591245B1 (en) 1996-02-02 2003-07-08 John R. Klug Media content notification via communications network
US6473609B1 (en) * 1995-12-11 2002-10-29 Openwave Systems Inc. Method and architecture for interactive two-way communication devices to interact with a network
US5790785A (en) * 1995-12-11 1998-08-04 Customer Communications Group, Inc. World Wide Web registration information processing system
US5809415A (en) * 1995-12-11 1998-09-15 Unwired Planet, Inc. Method and architecture for an interactive two-way data communication network
US6742022B1 (en) 1995-12-11 2004-05-25 Openwave Systems Inc. Centralized service management system for two-way interactive communication devices in data networks
US6345311B1 (en) * 1995-12-27 2002-02-05 International Business Machines Corporation Method and system of dynamically moving objects between heterogeneous execution environments
US6023694A (en) * 1996-01-02 2000-02-08 Timeline, Inc. Data retrieval method and apparatus with multiple source capability
US5802511A (en) * 1996-01-02 1998-09-01 Timeline, Inc. Data retrieval method and apparatus with multiple source capability
US6631382B1 (en) 1996-01-02 2003-10-07 Timeline, Inc. Data retrieval method and apparatus with multiple source capability
US6625617B2 (en) 1996-01-02 2003-09-23 Timeline, Inc. Modularized data retrieval method and apparatus with multiple source capability
US20020049745A1 (en) * 1996-05-10 2002-04-25 Global Media Online, Inc. Maintaining most current client version
US6282580B1 (en) * 1996-07-02 2001-08-28 Sun Microsystems, Inc. Bridge providing communication between different implementations of object request brokers
US5920880A (en) * 1996-09-04 1999-07-06 Apple Computer, Inc. Method and system for a dynamic rendering protocol
US6029181A (en) * 1996-09-26 2000-02-22 Honeywell, Inc. System and method for translating visual display object files from non-component object model (COM) objects to COM objects
US6018710A (en) * 1996-12-13 2000-01-25 Siemens Corporate Research, Inc. Web-based interactive radio environment: WIRE
US5893916A (en) * 1996-12-13 1999-04-13 Ncr Corporation Method of converting man pages to help topic files
US6429402B1 (en) 1997-01-24 2002-08-06 The Regents Of The University Of California Controlled laser production of elongated articles from particulates
WO1998039699A2 (en) * 1997-03-07 1998-09-11 Intelligent Compression Technologies Data coding network
US6157956A (en) * 1997-03-28 2000-12-05 Global Maintech, Inc. Heterogeneous computing interface apparatus and method using a universal character set
JP3671595B2 (en) * 1997-04-01 2005-07-13 株式会社日立製作所 Compound computer system and compound I / O system
JPH10307818A (en) * 1997-05-08 1998-11-17 Nec Corp Document translation system, its method and recording medium recording document translating program
US5923879A (en) * 1997-07-02 1999-07-13 Ncr Corporation Conversion system and method between corba and c/c++ architectures for corba data pairs/couples
DE19732011A1 (en) * 1997-07-25 1999-01-28 Abb Patent Gmbh Process for the location-transparent exchange of process data
JP4035872B2 (en) * 1997-10-27 2008-01-23 株式会社日立製作所 File format conversion method, file system, information system and electronic commerce system using the same
US6339775B1 (en) * 1997-11-07 2002-01-15 Informatica Corporation Apparatus and method for performing data transformations in data warehousing
US6014670A (en) * 1997-11-07 2000-01-11 Informatica Corporation Apparatus and method for performing data transformations in data warehousing
US6424978B1 (en) * 1997-12-05 2002-07-23 Siemens Corporate Research, Inc. Formatting card-based hypermedia documents by automatic scripting
US6272521B1 (en) * 1997-12-08 2001-08-07 Object Technology Licensing Corporation Apparatus and method for allowing object-oriented programs created with different framework versions to communicate
JP2000020424A (en) * 1998-06-26 2000-01-21 Class Technology:Kk System and method for inter-application communication and computer readable record medium recording the same method
US6275831B1 (en) 1997-12-16 2001-08-14 Starfish Software, Inc. Data processing environment with methods providing contemporaneous synchronization of two or more clients
US6038565A (en) * 1998-01-16 2000-03-14 International Business Machines Corporation Object oriented data format mapping mechanism
US6216131B1 (en) * 1998-02-06 2001-04-10 Starfish Software, Inc. Methods for mapping data fields from one data set to another in a data processing environment
US6088747A (en) * 1998-02-20 2000-07-11 Unisys Corp System for reformatting and burning of data files having a first format onto a compact disk to be utilized in a network using different format
US6128628A (en) * 1998-02-27 2000-10-03 Mci Communication Corporation Meta data processing for converting performance data into a generic format
US6820266B1 (en) * 1998-02-27 2004-11-16 Oracle International Corporation Application code conversion architecture
US6330617B1 (en) * 1998-02-27 2001-12-11 Sabre Inc System, method and computer program product for data conversion in a computer network
US6167405A (en) * 1998-04-27 2000-12-26 Bull Hn Information Systems Inc. Method and apparatus for automatically populating a data warehouse system
US6847384B1 (en) * 1998-05-14 2005-01-25 Autodesk, Inc. Translating objects between software applications which employ different data formats
US6295561B1 (en) 1998-06-30 2001-09-25 At&T Corp System for translating native data structures and specific message structures by using template represented data structures on communication media and host machines
US6564320B1 (en) * 1998-06-30 2003-05-13 Verisign, Inc. Local hosting of digital certificate services
US6252587B1 (en) * 1998-08-20 2001-06-26 International Business Machines Corporation Method and apparatus in a data processing system for accessing data
US6336124B1 (en) * 1998-10-01 2002-01-01 Bcl Computers, Inc. Conversion data representing a document to other formats for manipulation and display
US6253244B1 (en) * 1998-10-30 2001-06-26 Unisys Corp. System and computer-implemented method for providing access to host-based screen applications using business-centric software components
US6281892B1 (en) * 1998-12-16 2001-08-28 Alcatel Usa Sourcing, L.P. System and method of table-driven computer interface
US6523172B1 (en) 1998-12-17 2003-02-18 Evolutionary Technologies International, Inc. Parser translator system and method
US6711624B1 (en) * 1999-01-13 2004-03-23 Prodex Technologies Process of dynamically loading driver interface modules for exchanging data between disparate data hosts
US6785730B1 (en) * 1999-02-16 2004-08-31 Rebecca S. Taylor Generic communications protocol translator
ATE297033T1 (en) * 1999-02-18 2005-06-15 Sd & M Software Design & Man A METHOD AND SYSTEM FOR MANAGING DOCUMENTS
AU776882B2 (en) * 1999-03-19 2004-09-23 Computer Associates Think, Inc. Generating optimized computer data field conversion routines
US6625622B1 (en) * 1999-05-14 2003-09-23 Eisenworld, Inc. Apparatus and method for transfering information between platforms
DE19922836C2 (en) * 1999-05-19 2002-08-01 Me Technology Europ Gmbh Procedure for the function, implementation and self-configuration of a financial transaction interface
US6401104B1 (en) * 1999-07-03 2002-06-04 Starfish Software, Inc. System and methods for synchronizing datasets using cooperation among multiple synchronization engines
US6615212B1 (en) * 1999-08-19 2003-09-02 International Business Machines Corporation Dynamically provided content processor for transcoded data types at intermediate stages of transcoding process
US6654950B1 (en) 1999-08-24 2003-11-25 Bae Systems Mission Solutions Inc. Software rehosting system and method
US6615253B1 (en) 1999-08-31 2003-09-02 Accenture Llp Efficient server side data retrieval for execution of client side applications
US6601192B1 (en) 1999-08-31 2003-07-29 Accenture Llp Assertion component in environment services patterns
US6571282B1 (en) 1999-08-31 2003-05-27 Accenture Llp Block-based communication in a communication services patterns environment
US7289964B1 (en) 1999-08-31 2007-10-30 Accenture Llp System and method for transaction services patterns in a netcentric environment
US6606660B1 (en) * 1999-08-31 2003-08-12 Accenture Llp Stream-based communication in a communication services patterns environment
US6549949B1 (en) 1999-08-31 2003-04-15 Accenture Llp Fixed format stream in a communication services patterns environment
US6842906B1 (en) 1999-08-31 2005-01-11 Accenture Llp System and method for a refreshable proxy pool in a communication services patterns environment
US6636242B2 (en) 1999-08-31 2003-10-21 Accenture Llp View configurer in a presentation services patterns environment
US6742015B1 (en) 1999-08-31 2004-05-25 Accenture Llp Base services patterns in a netcentric environment
US6578068B1 (en) 1999-08-31 2003-06-10 Accenture Llp Load balancer in environment services patterns
US6640238B1 (en) 1999-08-31 2003-10-28 Accenture Llp Activity component in a presentation services patterns environment
US6640244B1 (en) 1999-08-31 2003-10-28 Accenture Llp Request batcher in a transaction services patterns environment
US6954220B1 (en) 1999-08-31 2005-10-11 Accenture Llp User context component in environment services patterns
US6601234B1 (en) 1999-08-31 2003-07-29 Accenture Llp Attribute dictionary in a business logic services environment
US6715145B1 (en) 1999-08-31 2004-03-30 Accenture Llp Processing pipeline in a base services pattern environment
US6640249B1 (en) 1999-08-31 2003-10-28 Accenture Llp Presentation services patterns in a netcentric environment
US7278094B1 (en) 2000-05-03 2007-10-02 R. R. Donnelley & Sons Co. Variable text processing for an electronic press
US6668253B1 (en) 1999-09-08 2003-12-23 Reynolds & Reynolds Holdings, Inc. Enterprise information management system and methods
AU7596500A (en) 1999-09-20 2001-04-24 Quintiles Transnational Corporation System and method for analyzing de-identified health care data
US6792416B2 (en) 1999-09-21 2004-09-14 International Business Machines Corporation Managing results of federated searches across heterogeneous datastores with a federated result set cursor object
US6370541B1 (en) 1999-09-21 2002-04-09 International Business Machines Corporation Design and implementation of a client/server framework for federated multi-search and update across heterogeneous datastores
US7113939B2 (en) * 1999-09-21 2006-09-26 International Business Machines Corporation Architecture to enable search gateways as part of federated search
US6466933B1 (en) 1999-09-21 2002-10-15 International Business Machines Corporation Delayed delivery of query results or other data from a federated server to a federated client until such information is needed
US7197491B1 (en) 1999-09-21 2007-03-27 International Business Machines Corporation Architecture and implementation of a dynamic RMI server configuration hierarchy to support federated search and update across heterogeneous datastores
EP1247165B1 (en) * 1999-10-01 2006-05-03 Infoglide Corporation System and method for transforming a relational database to a hierarchical database
US7904317B1 (en) 1999-10-14 2011-03-08 The TriZetto Group Method and apparatus for repricing a reimbursement claim against a contract
US6560772B1 (en) * 1999-10-15 2003-05-06 International Business Machines Corporation Method, system, and program for accessing data in different environments
US6772413B2 (en) * 1999-12-21 2004-08-03 Datapower Technology, Inc. Method and apparatus of data exchange using runtime code generator and translator
US7275046B1 (en) * 1999-12-30 2007-09-25 Dst Systems Inc. Simultaneous real-time access to financial information
US6523042B2 (en) * 2000-01-07 2003-02-18 Accenture Llp System and method for translating to and from hierarchical information systems
EP1132833A3 (en) * 2000-01-14 2005-08-03 Sun Microsystems, Inc. A method and structure for dynamic conversion of data
JP4010516B2 (en) * 2000-01-27 2007-11-21 株式会社日立製作所 Conversion rule derivation system
US6615299B1 (en) * 2000-01-31 2003-09-02 Intel Corporation Dynamically translating commands from an input device into commands understandable by an application
JP3917343B2 (en) * 2000-02-25 2007-05-23 株式会社東芝 Computer-readable recording medium having character code conversion method and character code conversion program recorded in multi-platform environment
US6947945B1 (en) 2000-03-21 2005-09-20 International Business Machines Corporation Using an XML query language to publish relational data as XML
IT1317243B1 (en) * 2000-04-13 2003-05-27 Txt E Solutions S P A PLATFORM FOR THE MANAGEMENT OF DIGITAL CONTENT COMING FROM SOURCES
US7055095B1 (en) * 2000-04-14 2006-05-30 Picsel Research Limited Systems and methods for digital document processing
US7576730B2 (en) 2000-04-14 2009-08-18 Picsel (Research) Limited User interface systems and methods for viewing and manipulating digital documents
US7009626B2 (en) * 2000-04-14 2006-03-07 Picsel Technologies Limited Systems and methods for generating visual representations of graphical data and digital document processing
US7320004B1 (en) * 2000-04-28 2008-01-15 Microsoft Corporation System and method for managing database files in a client management tool
US6757739B1 (en) * 2000-06-05 2004-06-29 Contivo, Inc. Method and apparatus for automatically converting the format of an electronic message
US7117215B1 (en) 2001-06-07 2006-10-03 Informatica Corporation Method and apparatus for transporting data for data warehousing applications that incorporates analytic data interface
EP1172736A1 (en) * 2000-07-11 2002-01-16 Columbus IT Partner Consulting A/S Database conversion or integration
US7159185B1 (en) * 2000-09-14 2007-01-02 Microsoft Corporation Function objects
US6718336B1 (en) * 2000-09-29 2004-04-06 Battelle Memorial Institute Data import system for data analysis system
EP1350185A2 (en) * 2000-10-10 2003-10-08 Koninklijke Philips Electronics N.V. Uml model and xml representations of digital imaging and communications in medicine structured reports (dicom sr)
US7991688B2 (en) * 2000-11-14 2011-08-02 Knowledge Works Inc. Methods and apparatus for automatically exchanging credit information
US7320038B1 (en) 2000-11-27 2008-01-15 General Electric Company Method and apparatus for interfacing a LAN to a drive
GB2369973B (en) * 2000-12-06 2002-12-04 Open Business Exchange Ltd Communication Router
US20020143821A1 (en) * 2000-12-15 2002-10-03 Douglas Jakubowski Site mining stylesheet generator
US7747948B2 (en) * 2001-01-08 2010-06-29 Lg Electronics Inc. Method of storing data in a personal information terminal
US6725231B2 (en) * 2001-03-27 2004-04-20 Koninklijke Philips Electronics N.V. DICOM XML DTD/schema generator
US7373600B2 (en) * 2001-03-27 2008-05-13 Koninklijke Philips Electronics N.V. DICOM to XML generator
US7269578B2 (en) * 2001-04-10 2007-09-11 Latanya Sweeney Systems and methods for deidentifying entries in a data source
US6792431B2 (en) * 2001-05-07 2004-09-14 Anadarko Petroleum Corporation Method, system, and product for data integration through a dynamic common model
FI20011156A (en) * 2001-06-01 2002-12-02 Inmecon Ltd Information service system and information delivery method
US7668144B2 (en) * 2001-06-04 2010-02-23 Taylor Rebecca S Dynamically extensible communications device
US7162643B1 (en) 2001-06-15 2007-01-09 Informatica Corporation Method and system for providing transfer of analytic application data over a network
US20030004703A1 (en) * 2001-06-28 2003-01-02 Arvind Prabhakar Method and system for localizing a markup language document
US7720842B2 (en) 2001-07-16 2010-05-18 Informatica Corporation Value-chained queries in analytic applications
US20030126138A1 (en) * 2001-10-01 2003-07-03 Walker Shirley J.R. Computer-implemented column mapping system and method
US7386478B2 (en) * 2001-10-15 2008-06-10 Sun Microsystems, Inc. Dynamic criteria based line-grouping mechanism and method for purchase order generation
US7337132B2 (en) 2001-10-17 2008-02-26 Sun Microsystems, Inc. Customizable two step mapping of extensible markup language data in an e-procurement system and method
US7644014B2 (en) * 2001-10-17 2010-01-05 Sun Microsystems, Inc. Document exchange framework for automated extensible markup language data in an e-procurement system and method
US7206785B1 (en) * 2001-10-24 2007-04-17 Bellsouth Intellectual Property Corporation Impact analysis of metadata
NL1019286C2 (en) * 2001-11-05 2003-05-07 Koninkl Kpn Nv Information storage system.
DE10157633A1 (en) * 2001-11-26 2003-08-28 Siemens Ag Medical system architecture with a component-oriented architecture for diagnosis and documentation
US6915287B1 (en) 2001-12-13 2005-07-05 Novell, Inc. System, method and computer program product for migrating data from one database to another database
US6820077B2 (en) 2002-02-22 2004-11-16 Informatica Corporation Method and system for navigating a large amount of data
US7350698B2 (en) * 2002-03-15 2008-04-01 Sun Microsystems, Inc. Line item approval processing in an electronic purchasing system and method
US20030187849A1 (en) * 2002-03-19 2003-10-02 Ocwen Technology Xchange, Inc. Management and reporting system and process for use with multiple disparate data bases
US7024409B2 (en) * 2002-04-16 2006-04-04 International Business Machines Corporation System and method for transforming data to preserve privacy where the data transform module suppresses the subset of the collection of data according to the privacy constraint
BR0309384A (en) 2002-04-19 2005-03-08 Computer Ass Think Inc System and method for native application data management
US6732000B2 (en) * 2002-05-30 2004-05-04 Taiwan Semiconductor Manufacturing Co., Ltd Unified method and system for manufacturing tool set performance analysis
EP1435059A1 (en) * 2002-08-30 2004-07-07 Sap Ag Method and software application for automated generation of bills
WO2004031990A1 (en) * 2002-10-01 2004-04-15 Johan Palmaer Method for integrating data in an integration system
US20040078788A1 (en) * 2002-10-17 2004-04-22 Wong Candy Wai-See Metamodel for IDL to XML parsing and translation
US20040090969A1 (en) * 2002-11-12 2004-05-13 International Business Machines Corporation Portlet data sharing system, method, and program product
US20040098370A1 (en) * 2002-11-15 2004-05-20 Bigchampagne, Llc Systems and methods to monitor file storage and transfer on a peer-to-peer network
JP4100156B2 (en) * 2002-12-06 2008-06-11 株式会社日立製作所 Data conversion system
JP4167889B2 (en) * 2002-12-06 2008-10-22 株式会社日立製作所 Data conversion method and computer system therefor
US7856454B2 (en) 2002-12-20 2010-12-21 Siebel Systems, Inc. Data model for business relationships
US8538840B2 (en) * 2002-12-20 2013-09-17 Siebel Systems, Inc. Financial services data model
US8473399B2 (en) * 2003-03-04 2013-06-25 Siebel Systems, Inc. Invoice data object for a common data object format
US8392298B2 (en) * 2003-03-04 2013-03-05 Siebel Systems, Inc. Invoice adjustment data object for a common data object format
US7912932B2 (en) * 2003-03-24 2011-03-22 Siebel Systems, Inc. Service request common object
US8489470B2 (en) * 2003-03-24 2013-07-16 Siebel Systems, Inc. Inventory location common object
US9704120B2 (en) * 2003-03-24 2017-07-11 Oracle International Corporation Inventory balance common object
US8510179B2 (en) * 2003-03-24 2013-08-13 Siebel Systems, Inc. Inventory transaction common object
US20070208577A1 (en) * 2003-03-24 2007-09-06 Leon Maria T B Position common object
JP2006523353A (en) * 2003-03-24 2006-10-12 シーベル システムズ,インコーポレイティド Common common object
US7904340B2 (en) * 2003-03-24 2011-03-08 Siebel Systems, Inc. Methods and computer-readable medium for defining a product model
JP2006521641A (en) * 2003-03-24 2006-09-21 シーベル システムズ,インコーポレイティド Custom common objects
US20070226037A1 (en) * 2003-03-25 2007-09-27 Shailendra Garg Modeling of opportunity data
US20050027564A1 (en) * 2003-06-18 2005-02-03 Yantis David Brook Term management system suitable for healthcare and other use
US7433878B2 (en) * 2003-06-23 2008-10-07 American Express Travel Related Services Company, Inc. Method and system for interfacing with accounting systems
EP1513076A1 (en) * 2003-09-05 2005-03-09 Sap Ag Method and computer system for data conversion
US7421458B1 (en) 2003-10-16 2008-09-02 Informatica Corporation Querying, versioning, and dynamic deployment of database objects
US7254590B2 (en) * 2003-12-03 2007-08-07 Informatica Corporation Set-oriented real-time data processing based on transaction boundaries
EP1562193A1 (en) * 2004-02-06 2005-08-10 Sony International (Europe) GmbH System for storing and rendering multimedia data
US7185030B2 (en) 2004-03-18 2007-02-27 Hitachi, Ltd. Storage system storing a file with multiple different formats and method thereof
US7500185B2 (en) * 2004-04-29 2009-03-03 Koninklijke Philips Electronics N.V. Framework of validating DICOM structured reporting documents using XSLT technology
US8095871B2 (en) * 2004-05-06 2012-01-10 Siemens Corporation System and method for GUI supported specifications for automating form field extraction with database mapping
US8112296B2 (en) * 2004-05-21 2012-02-07 Siebel Systems, Inc. Modeling of job profile data
US7865390B2 (en) * 2004-05-21 2011-01-04 Siebel Systems, Inc. Modeling of employee performance result data
US20060010175A1 (en) * 2004-06-17 2006-01-12 International Business Machines Corporation Apparatus, system, and method for automated conversion of content having multiple representation versions
WO2006003351A1 (en) * 2004-07-02 2006-01-12 Omprompt Limited Analysing data formats and translating to common data format
US7617501B2 (en) 2004-07-09 2009-11-10 Quest Software, Inc. Apparatus, system, and method for managing policies on a computer having a foreign operating system
US20060026587A1 (en) * 2004-07-28 2006-02-02 Lemarroy Luis A Systems and methods for operating system migration
US8768729B2 (en) 2004-10-14 2014-07-01 Trizetto Corporation System and method for using a first electronic representation of contract terms for generating a second electronic representation of the contract terms
US8099736B2 (en) 2004-10-14 2012-01-17 The Trizetto Group, Inc. Systems and methods providing intelligent routing of data between software systems
US20060085376A1 (en) * 2004-10-14 2006-04-20 The Trizetto Group, Inc. Centralized management of software adapters
US20060085361A1 (en) * 2004-10-14 2006-04-20 The Trizetto Group, Inc. Anomaly detector in a health care system using adapter
US8620816B2 (en) * 2004-10-14 2013-12-31 Google Inc. Information vault, data format conversion services system and method
US8321465B2 (en) * 2004-11-14 2012-11-27 Bloomberg Finance L.P. Systems and methods for data coding, transmission, storage and decoding
US20060174170A1 (en) * 2005-01-28 2006-08-03 Peter Garland Integrated reporting of data
KR20070116893A (en) * 2005-03-30 2007-12-11 웰치알린인코포레이티드 Communication of information between a plurality of network elements
US7774332B2 (en) * 2005-04-12 2010-08-10 International Business Machines Corporation Enabling interactive integration of network-accessible applications in a content aggregation framework
US20060253860A1 (en) * 2005-05-09 2006-11-09 The Trizetto Group, Inc. Systems and methods for interfacing an application of a first type with multiple applications of a second type
US20060282460A1 (en) * 2005-06-09 2006-12-14 International Business Machines Corporation Method and system for generic data objects
US9792351B2 (en) * 2005-06-10 2017-10-17 International Business Machines Corporation Tolerant and extensible discovery of relationships in data using structural information and data analysis
US20060282470A1 (en) * 2005-06-10 2006-12-14 Hong-Lee Yu Determining compliance of a database architecture to an enterprise data standard
US7827562B1 (en) 2005-06-16 2010-11-02 The Trizetto Group, Inc. System and method for flexible publishing and consumption of data between disparate applications
EP1920357A1 (en) * 2005-08-30 2008-05-14 Veit Florian Lier Migration and transformation of data structures
US7660638B2 (en) * 2005-09-30 2010-02-09 Rockwell Automation Technologies, Inc. Business process execution engine
US7904949B2 (en) 2005-12-19 2011-03-08 Quest Software, Inc. Apparatus, systems and methods to provide authentication services to a legacy application
US8087075B2 (en) * 2006-02-13 2011-12-27 Quest Software, Inc. Disconnected credential validation using pre-fetched service tickets
US8024421B2 (en) * 2006-03-30 2011-09-20 Welch Allyn, Inc. Device data sheets and data dictionaries for a dynamic medical object information base
US20070271229A1 (en) * 2006-05-17 2007-11-22 Jauder Ho System and method for data searching among multiple enterprise applications
US20080033750A1 (en) * 2006-06-02 2008-02-07 The Trizetto Group, Inc. Enhanced systems and methods for processing of healthcare information
US8429712B2 (en) * 2006-06-08 2013-04-23 Quest Software, Inc. Centralized user authentication system apparatus and method
US8086710B2 (en) * 2006-10-30 2011-12-27 Quest Software, Inc. Identity migration apparatus and method
EP1923755A1 (en) * 2006-11-20 2008-05-21 Siemens Aktiengesellschaft Method for joint representation of flow diagrams
US8515912B2 (en) 2010-07-15 2013-08-20 Palantir Technologies, Inc. Sharing and deconflicting data changes in a multimaster database system
US8688749B1 (en) 2011-03-31 2014-04-01 Palantir Technologies, Inc. Cross-ontology multi-master replication
US9355273B2 (en) 2006-12-18 2016-05-31 Bank Of America, N.A., As Collateral Agent System and method for the protection and de-identification of health care data
US8490051B2 (en) * 2007-02-28 2013-07-16 Microsoft Corporation Generic interface for numeric types
US8103704B2 (en) * 2007-07-31 2012-01-24 ePrentise, LLC Method for database consolidation and database separation
US9171344B2 (en) 2007-10-30 2015-10-27 Onemednet Corporation Methods, systems, and devices for managing medical images and records
US7996413B2 (en) * 2007-12-21 2011-08-09 Make Technologies, Inc. Data modernization system for legacy software
US8150896B2 (en) * 2007-12-21 2012-04-03 Make Technologies, Inc. Auditing tool for a legacy software modernization system
US8639675B2 (en) * 2008-08-28 2014-01-28 Make Technologies, Inc. Linking of parent-child data records in a legacy software modernization system
US20100241893A1 (en) * 2009-03-18 2010-09-23 Eric Friedman Interpretation and execution of a customizable database request using an extensible computer process and an available computing environment
JP5538742B2 (en) * 2009-04-01 2014-07-02 キヤノン株式会社 Message communication apparatus and processing method thereof
WO2010126797A1 (en) * 2009-04-29 2010-11-04 Onemednet Corporation Methods, systems, and devices for managing medical images and records
WO2010127216A2 (en) * 2009-05-01 2010-11-04 Telcodia Technologies, Inc. Automated determination of quasi-identifiers using program analysis
US8255984B1 (en) 2009-07-01 2012-08-28 Quest Software, Inc. Single sign-on system for shared resource environments
US8214566B2 (en) * 2009-07-24 2012-07-03 Welch Allyn, Inc. Configurable health-care equipment apparatus
US20110202635A1 (en) * 2010-02-18 2011-08-18 Alcatel-Lucent Canada Inc. Policy controller application enablement api for wireline/wireless converged solution
USD635681S1 (en) 2010-07-22 2011-04-05 Welch Allyn, Inc. Patient-monitor housing
USD671222S1 (en) 2010-07-22 2012-11-20 Welch Allyn, Inc. Module for a patient-monitor or the like
USD632397S1 (en) 2010-07-22 2011-02-08 Welch Allyn, Inc. Portions of a patient-monitor housing
US9465660B2 (en) * 2011-04-11 2016-10-11 Hewlett Packard Enterprise Development Lp Performing a task in a system having different types of hardware resources
US8756075B1 (en) 2011-05-18 2014-06-17 Trizetto Corporation System and method for processing payment bundles
US10296976B1 (en) 2011-09-23 2019-05-21 Cognizant Trizetto Software Group, Inc. System and method for calculating estimated payment based on partial coding data
US8782101B1 (en) * 2012-01-20 2014-07-15 Google Inc. Transferring data across different database platforms
US8782004B2 (en) 2012-01-23 2014-07-15 Palantir Technologies, Inc. Cross-ACL multi-master replication
US9946737B2 (en) * 2012-06-08 2018-04-17 Business Objects Software Ltd. System and method for simplifying data access between tiers in a multi-tier system
US10318923B1 (en) 2012-08-01 2019-06-11 Cognizant Trizetto Software Group, Inc. Payment assurance and claim pre-validation
US9081975B2 (en) 2012-10-22 2015-07-14 Palantir Technologies, Inc. Sharing information between nexuses that use different classification schemes for information access control
US9501761B2 (en) 2012-11-05 2016-11-22 Palantir Technologies, Inc. System and method for sharing investigation results
US9717171B2 (en) 2013-03-07 2017-08-01 Blue River Technology Inc. System and method for automated odometry calibration for precision agriculture systems
CN103177119A (en) * 2013-04-09 2013-06-26 上海华力微电子有限公司 Data type automatic conversion system and method based on database
US8886601B1 (en) 2013-06-20 2014-11-11 Palantir Technologies, Inc. System and method for incrementally replicating investigative analysis data
US10182038B2 (en) * 2013-07-29 2019-01-15 Mobitv, Inc. Efficient common storage of partially encrypted content
US9569070B1 (en) 2013-11-11 2017-02-14 Palantir Technologies, Inc. Assisting in deconflicting concurrency conflicts
US10078699B2 (en) * 2013-12-31 2018-09-18 Facebook, Inc. Field mappings for properties to facilitate object inheritance
US9009827B1 (en) 2014-02-20 2015-04-14 Palantir Technologies Inc. Security sharing system
US9785773B2 (en) 2014-07-03 2017-10-10 Palantir Technologies Inc. Malware data item analysis
US9021260B1 (en) 2014-07-03 2015-04-28 Palantir Technologies Inc. Malware data item analysis
US10572496B1 (en) 2014-07-03 2020-02-25 Palantir Technologies Inc. Distributed workflow system and database with access controls for city resiliency
US10439908B2 (en) 2014-12-23 2019-10-08 Talari Networks Incorporated Methods and apparatus for providing adaptive private network centralized management system time correlated playback of network traffic
EP3057009A1 (en) 2015-02-10 2016-08-17 ResearchGate GmbH Online publication system and method
US9727567B2 (en) * 2015-03-25 2017-08-08 Ca, Inc. Transferring data using a data bridge structure
EP3096277A1 (en) 2015-05-19 2016-11-23 ResearchGate GmbH Enhanced online user-interaction tracking
US10621198B1 (en) 2015-12-30 2020-04-14 Palantir Technologies Inc. System and method for secure database replication
US11093516B2 (en) * 2016-09-20 2021-08-17 Microsoft Technology Licensing, Llc Systems and methods for data type identification and adjustment
US10262053B2 (en) 2016-12-22 2019-04-16 Palantir Technologies Inc. Systems and methods for data replication synchronization
US20180225163A1 (en) * 2017-02-03 2018-08-09 FinancialForce.com, Inc. Custom connector for platforms
US10068002B1 (en) 2017-04-25 2018-09-04 Palantir Technologies Inc. Systems and methods for adaptive data replication
US10430062B2 (en) 2017-05-30 2019-10-01 Palantir Technologies Inc. Systems and methods for geo-fenced dynamic dissemination
US11030494B1 (en) 2017-06-15 2021-06-08 Palantir Technologies Inc. Systems and methods for managing data spills
US11113243B2 (en) * 2017-06-20 2021-09-07 Syncsort Incorporated Methods and apparatus for selective capture of mainframe operating system records
US10401816B2 (en) * 2017-07-20 2019-09-03 Honeywell International Inc. Legacy control functions in newgen controllers alongside newgen control functions
US10380196B2 (en) 2017-12-08 2019-08-13 Palantir Technologies Inc. Systems and methods for using linked documents
US10915542B1 (en) 2017-12-19 2021-02-09 Palantir Technologies Inc. Contextual modification of data sharing constraints in a distributed database system that uses a multi-master replication scheme
US20190294735A1 (en) * 2018-03-26 2019-09-26 Apple Inc. Search functions for spreadsheets
US11386112B2 (en) 2018-08-08 2022-07-12 Microsoft Technology Licensing, Llc Visualization platform for reusable data chunks
US11178005B2 (en) 2020-04-13 2021-11-16 Oracle International Corporation Methods, systems, and computer readable media for managing multiple software defined wide area network (SD-WAN) software versions
DE102021107322A1 (en) 2021-03-24 2022-09-29 Homag Gmbh Method and system for providing data

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5261080A (en) * 1987-08-21 1993-11-09 Wang Laboratories, Inc. Matchmaker for assisting and executing the providing and conversion of data between objects in a data processing system storing data in typed objects having different data formats
US5339434A (en) * 1992-12-07 1994-08-16 Trw Inc. Heterogeneous data translation system
US5410675A (en) * 1989-08-21 1995-04-25 Lisa M. Shreve Method of conforming input data to an output data structure and engine for accomplishing same
US5493671A (en) * 1993-06-04 1996-02-20 Marcam Corporation Method and apparatus for conversion of database data into a different format on a field by field basis using a table of conversion procedures
US5524253A (en) * 1990-05-10 1996-06-04 Hewlett-Packard Company System for integrating processing by application programs in homogeneous and heterogeneous network environments

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5261080A (en) * 1987-08-21 1993-11-09 Wang Laboratories, Inc. Matchmaker for assisting and executing the providing and conversion of data between objects in a data processing system storing data in typed objects having different data formats
US5410675A (en) * 1989-08-21 1995-04-25 Lisa M. Shreve Method of conforming input data to an output data structure and engine for accomplishing same
US5524253A (en) * 1990-05-10 1996-06-04 Hewlett-Packard Company System for integrating processing by application programs in homogeneous and heterogeneous network environments
US5339434A (en) * 1992-12-07 1994-08-16 Trw Inc. Heterogeneous data translation system
US5493671A (en) * 1993-06-04 1996-02-20 Marcam Corporation Method and apparatus for conversion of database data into a different format on a field by field basis using a table of conversion procedures

Cited By (41)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO1998030962A2 (en) * 1997-01-07 1998-07-16 New Era Of Networks, Inc. Method for content-based dynamic formatting for interoperation of computing and edi systems
WO1998030962A3 (en) * 1997-01-07 1998-09-17 New Era Of Networks Inc Method for content-based dynamic formatting for interoperation of computing and EDI systems
WO1998053409A1 (en) * 1997-05-20 1998-11-26 Detlef Arndt Method and device for transferring data between two computers
US7797627B2 (en) 1997-12-23 2010-09-14 Ricoh Company, Ltd. Method and apparatus for providing a graphical user interface for creating and editing a mapping of a first structural description to a second structural description
US7681119B2 (en) 1997-12-23 2010-03-16 Ricoh Company, Ltd. Method and apparatus for providing a graphical user interface for creating and editing a mapping of a first structural description to a second structural description
EP0926607A3 (en) * 1997-12-23 2006-01-18 Ricoh Company, Ltd. Object-oriented system for mapping structered information to different structured information
EP1862924A1 (en) * 1997-12-23 2007-12-05 Ricoh Company, Ltd. Object-oriented system for mapping structered information to different structured information
WO1999052047A1 (en) * 1998-04-07 1999-10-14 Sage Implementations, L.L.C. Method and system for migrating data
WO2000034892A1 (en) * 1998-12-09 2000-06-15 Nokia Networks Oy System and method for the optimization of data collection
US6643659B1 (en) 1999-10-26 2003-11-04 Mitel Knowledge Corporation Common data model including field interdependencies
GB2355818B (en) * 1999-10-26 2004-03-03 Mitel Corp Common data model including field interdependencies
GB2355818A (en) * 1999-10-26 2001-05-02 Mitel Corp Common data model
JP2001223739A (en) * 1999-12-03 2001-08-17 Crossmar Inc Method and system for managing information communication
US8301525B2 (en) 1999-12-03 2012-10-30 Citibank, N.A. Method and system for managing communication of information
EP1107152A2 (en) * 1999-12-03 2001-06-13 Crossmar, INC. Method and system for managing communication of information
EP1107152A3 (en) * 1999-12-03 2007-08-29 Citibank, N.A. Method and system for managing communication of information
EP1117049A1 (en) * 2000-01-14 2001-07-18 Sun Microsystems, Inc. Dynamic conversion of data
US7269664B2 (en) 2000-01-14 2007-09-11 Sun Microsystems, Inc. Network portal system and methods
US7281060B2 (en) 2000-01-14 2007-10-09 Sun Microsystems, Inc. Computer-based presentation manager and method for individual user-device data representation
GB2363866A (en) * 2000-05-31 2002-01-09 Intamission Ltd Removing structure from objects
GB2363866B (en) * 2000-05-31 2002-11-06 Intamission Ltd Data processing apparatus, method and system
FR2822268A1 (en) * 2001-03-16 2002-09-20 Ge Med Sys Information Tech CENTRALIZED MEDICAL INFORMATION SYSTEM, METHOD FOR INTEGRATING MEDICAL INFORMATION AND IMAGES, AND METHOD FOR ACCESSING MEDICAL INFORMATION AND IMAGES
EP1407347B1 (en) * 2001-06-19 2017-02-08 Accenture Global Services Limited Integrating enterprise support systems
US8290990B2 (en) 2003-02-28 2012-10-16 Abb Research Ltd System and method for managing and exchanging data of a technical project, technical installation and individual installation components
WO2004077305A1 (en) * 2003-02-28 2004-09-10 Abb Research Ltd. System and method for managing and exchanging the data of a technical project, technical installation and individual installation components
EP1606734A1 (en) * 2003-03-21 2005-12-21 British Telecommunications Public Limited Company Conversion of structured information
EP1817687A1 (en) * 2004-10-20 2007-08-15 Electronics and Telecommunications Research Institute Apparatus and method for supporting content exchange between different drm domains
EP1817687A4 (en) * 2004-10-20 2014-01-01 Korea Electronics Telecomm Apparatus and method for supporting content exchange between different drm domains
EP2073129A3 (en) * 2007-11-02 2009-07-29 Branddialog, inc Application/data transaction management system and program for the same
WO2009093643A1 (en) * 2008-01-25 2009-07-30 Access Co., Ltd. Markup language document conversion system, device, method, and program
GB2466192A (en) * 2008-12-09 2010-06-16 Amt Sybex A method of processing a large data file
EP2705434A4 (en) * 2011-05-03 2015-04-08 Samsung Electronics Co Ltd Drm service providing method, apparatus and drm service receiving method in user terminal
EP2624460A3 (en) * 2012-02-01 2017-01-11 Ricoh Company, Ltd. Information processing apparatus, information processing system, and data conversion method
US10042905B2 (en) 2012-02-01 2018-08-07 Ricoh Company, Ltd. Information processing apparatus, information processing system, and data conversion method
CN105320440A (en) * 2014-06-13 2016-02-10 海克斯康方案应用与系统集成(青岛)有限公司 Information processing method, device and system
EP3156898A4 (en) * 2014-06-13 2018-02-21 Hexagon Solutions (qingdao) Co., Ltd. Information processing method, device and system
US10176024B2 (en) 2014-06-13 2019-01-08 Hexagon Solutions (Qingdao) Co., Ltd. Information processing method, device and system
CN105320440B (en) * 2014-06-13 2020-06-16 海克斯康方案应用与系统集成(青岛)有限公司 Information processing method, device and system
EP3633514A4 (en) * 2017-05-24 2020-11-11 Toshin System, Ltd. Data exchange system, data exchange method, and data exchange program
US11647095B1 (en) * 2018-10-02 2023-05-09 Intuit Inc. Method and system for orchestrating communications between application services through a unified connector platform
WO2020187818A1 (en) * 2019-03-19 2020-09-24 Siemens Aktiengesellschaft Transformation module for a control system

Also Published As

Publication number Publication date
US5708828A (en) 1998-01-13
AU5873796A (en) 1996-12-11

Similar Documents

Publication Publication Date Title
US5708828A (en) System for converting data from input data environment using first format to output data environment using second format by executing the associations between their fields
US6161103A (en) Method and apparatus for creating aggregates for use in a datamart
US6212524B1 (en) Method and apparatus for creating and populating a datamart
US6189004B1 (en) Method and apparatus for creating a datamart and for creating a query structure for the datamart
US6438559B1 (en) System and method for improved serialization of Java objects
US7275024B2 (en) Automatic generation of a dimensional model for business analytics from an object model for online transaction processing
US6418446B1 (en) Method for grouping of dynamic schema data using XML
US10515094B2 (en) System and method for analyzing and reporting extensible data from multiple sources in multiple formats
US7917538B2 (en) Method and apparatus for data item movement between disparate sources and hierarchical, object-oriented representation
CA2241767C (en) A system for transforming and exchanging data between distributed heterogeneous computer systems
US7739224B1 (en) Method and system for creating a well-formed database using semantic definitions
US6907428B2 (en) User interface for a multi-dimensional data store
WO1999052044A1 (en) A system and method for accessing data stores as objects
US7353196B1 (en) Configuring dynamic database packageset switching for use in processing business transactions
KR20010040348A (en) Extensible distributed enterprise application intergration system
US20090157596A1 (en) System for converting message data into relational table format
EP1457878B1 (en) Automatic generation of an object model from a dimensional model
WO2005045656A1 (en) Systems, methods, and computer program products for developing enterprise software applications
US6542883B1 (en) Ordering relational database operations according to referential integrity constraints
JP3452531B2 (en) Method and system for data mining
WO2004038607A2 (en) A knowledge repository system for computing devices
US7461076B1 (en) Method and apparatus for creating a well-formed database system using a computer
AU782134B2 (en) Apparatus, systems and methods for electronic data development, management, control and integration in a global communications network environment
Soliman et al. A framework for emulating database operations in cloud data warehouses
US20030084070A1 (en) System and method for computer file tailoring

Legal Events

Date Code Title Description
AK Designated states

Kind code of ref document: A1

Designated state(s): AL AM AT AU AZ BB BG BR BY CA CH CN CZ DE DK EE ES FI GB GE HU IS JP KE KG KP KR KZ LK LR LS LT LU LV MD MG MK MN MW MX NO NZ PL PT RO RU SD SE SG SI SK TJ TM TR TT UA UG US UZ VN AM AZ BY KG KZ MD RU TJ TM

AL Designated countries for regional patents

Kind code of ref document: A1

Designated state(s): KE LS MW SD SZ UG AT BE CH DE DK ES FI FR GB GR IE IT LU MC NL PT SE BF BJ CF CG CI CM GA GN

DFPE Request for preliminary examination filed prior to expiration of 19th month from priority date (pct application filed before 20040101)
121 Ep: the epo has been informed by wipo that ep was designated in this application
REG Reference to national code

Ref country code: DE

Ref legal event code: 8642

NENP Non-entry into the national phase

Ref country code: CA

122 Ep: pct application non-entry in european phase