DATA CONVERSION SYSTEM
A data conversion system and method are provided. Specifically, under the present invention, a collection of data records is received from a first application. The data records include data fields for storing data entries, with at least one of the data fields including multiple data entries. Each data entry is tagged with a corresponding data header (meta data) and individually arranged, along with a corresponding record identifier, into a separate row of a table. This eliminates any multiple value data fields so that the data can be more accurately manipulated and reported by a second application.
This application is a continuation application of co-pending U.S. patent application Ser. No. 09/969,429, filed on Oct. 2, 2001, which is hereby incorporated by reference.
BACKGROUND OF THE INVENTION1. Field of the Invention
The present invention generally relates to a data conversion system and method. More particular, the present invention relates to a system and method in which data entries from a collection of data records are organized into a table for generation of a report and/or transferring data between different software systems, data systems, etc.
2. Background Art
As the use of computer technology becomes more prevalent, companies are increasingly seeking high technology solutions to track job performance. Specifically, a company may undertake numerous projects that require several tasks to be completed. In many instances, such projects are performed by numerous individuals with each individual being assigned one or more tasks in the project. For example, company “A” might desire to have a computer server set up in the human resources department. This project could be assigned to the information technology (IT) department (or an outside provider), which would assign any necessary tasks for completing the project to certain individuals. Thus, individual “A” might be responsible for setting up the hardware, individual “B” might be responsible for setting up the software, and individual “C” might be responsible for networking the server. In such a case, it would be valuable to track and report the status of the assigned tasks. However, since a company could be performing numerous projects simultaneously, and each project could involve numerous individuals, accurate tracking and reporting of this information is difficult. Specifically, in many instances, the data is initially collected and organized using a first (software) application. The data may then be transferred to a second (software) application that generates any desired reports. However, the format of the data as organized by the first application may be incompatible or foreign to the second application. For example, the first application may organize the data so that multiple data entries appear in the same data field (i.e., a multiple value data field). However, the second application might not be able to interpret/handle multiple value fields. Thus, there exists a danger that reports generated by the second application are inaccurate.
Heretofore, attempts have been made at developing computerized solutions to track and report project data. Such attempts, however, fail to provide a way to accurately convert data from a format of a first application (i.e., first format) to a format of a second application (i.e., second format). For example, no such attempt provides a way for multiple value fields generated by a first application to be converted to single value fields for use by a second application. Moreover, no such attempt creates a relationship between data entries and data headers so that common occurrences can be readily identified.
In view of the foregoing, there exists a need for a data converting system and method. Specifically, a need exists for a system and method whereby data can be converted from a first format to a second format. A further need exists for a multiple value data field, as used by a first application, to be converted to a single value data field for use by a second application.
SUMMARY OF THE INVENTIONThe present invention overcomes the drawbacks of the related art by providing a data converting system and method. Specifically, under the present invention, a collection of data records having data fields for storing data entries is received from a first application. Each data entry is tagged with a corresponding data header to create a relationship therebetween. A table is then constructed based upon the data records whereby the sets of tagged data entries and data headers are separately arranged into rows. These rows also include a record identifier corresponding to the data entry. A report based upon the table can then be generated by a second application. Thus, even if the collection of records includes a data field with more than one data entry, the individual tagging and organizing of the data entries into a separate row of the table allows the data to be accurately manipulated and/or reported by the second application.
According to a first aspect of the present invention, a method for converting data from a first format to a second format is provided. The method comprises the steps of: (1) providing a plurality of data fields for storing data entries, wherein at least one of the data fields has a plurality of data entries, and wherein each data field has an associated data header and an associated record identifier; and (2) building a table based upon the data entries, wherein the table comprises rows having a single data entry, a corresponding data header, and a corresponding record identifier.
According to a second aspect of the present invention, a method for converting data from a first format to a second format is provided. The method comprises the steps of: (1) providing a plurality of data records having data fields for storing data entries, wherein at least one of the data fields has a plurality of data entries, and wherein each data field has an associated data header and an associated record identifier; (2) tagging each data entry in the data fields with a corresponding data header; and (3) building a table based upon the data records, wherein the table has rows that comprise a single data entry, a corresponding tagged data header, and a corresponding record identifier.
According to a third aspect of the present invention, a method for converting data from a first format to a second format is provided. The method comprises the steps of: (1) providing a plurality of data records having data fields for storing data entries, wherein at least one of the data fields has a plurality of data entries, and wherein each data field has an associated data header and an associated record identifier; (2) building a table based upon the data records, wherein the table has rows that comprise a single data entry, a corresponding data header, and a corresponding record identifier; and (3) selecting predetermined rows of the table and arranging the selected rows into a report.
According to a fourth aspect of the present invention, a system for converting data from a first format to a second format is provided. The system comprises: (1) a data system for receiving data records having data fields for storing data entries, wherein at least one of the data fields has a plurality of data entries, and wherein each data field has an associated data header and an associated record identifier; and (2) a table system for building a table based upon the data records, wherein the table comprises rows that have a single data entry, a corresponding data header, and a corresponding record identifier.
According to a fifth aspect of the present invention, a system for converting data from a first format to a second format is provided. The system comprises: (1) a data system for receiving data records having data fields for storing data entries, wherein at least one of the data fields has a plurality of data entries, and wherein each data field has an associated data header and an associated record identifier; (2) a relationship system for tagging each data entry in the data fields with a corresponding data header; (3) a table system for building a table based upon the data records, wherein the table comprises rows that have a single data entry, a corresponding tagged data header, and a corresponding record identifier; and (4) an output system for outputting the table to a report generation application, wherein the report generation application generates a report based upon selected rows of the table.
According to a sixth aspect of the present invention, a program product stored on a recordable medium for converting data from a first format to a second format is provided. When executed, the program product comprises: (1) program code configured to receive data records having data fields for storing data entries, wherein at least one of the data fields has a plurality of data entries, and wherein each data field has an associated data header and an associated record identifier; and (2) program code configured to build a table based upon the data records, wherein the table comprises rows that have a single data entry, a corresponding tagged data header, and a corresponding record identifier.
Therefore, the present invention provides a data converting system and method.
These and other features and advantages of this invention will be more readily understood from the following detailed description of the various aspects of the invention taken in conjunction with the accompanying drawings in which:
The drawings are merely schematic representations, not intended to portray specific parameters of the invention. The drawings are intended to depict only typical embodiments of the invention, and therefore should not be considered as limiting the scope of the invention. In the drawings, like numbering represents like elements.
DETAILED DESCRIPTION OF THE INVENTIONIn general, the present invention provides a data converting system and method. Specifically, under the present invention, a plurality of data records having data fields for storing data entries is received from a first application. Each field has an associated record identifier and data header (i.e., “meta data,” which describes the data entries). Moreover, at least one of the data fields could include more than one data entry (i.e., a multiple value data field). However, as indicated above, many applications cannot accurately handle/manipulate multiple value data fields. Accordingly, a one-to-one relationship between each data entry and a corresponding data header will be developed so that each data entry can be arranged into a single value data field that another application can accurately manipulate. The relationship is preferably developed by tagging each data entry in the data fields with a corresponding data header. Then, a table is built based upon the records for arranging the data entries, the corresponding data headers, and the corresponding record identifiers. Specifically, each set of tagged data entry and data header will be arranged into a separate row in the table along with a corresponding record identifier. This allows a single multiple value data field of the records to be re-organized into multiple single value fields.
Referring now to
I/O interfaces 14 may comprise any system for exchanging information from an external source. External devices 18 may comprise any known type of external device, including a CRT, LED screen, hand-held device, keyboard, mouse, voice recognition system, speech output system, printer, facsimile, pager, personal digital assistant, cellular phone, web phone, etc. Bus 20 provides a communication link between each of the components in the computer system 10 and likewise may comprise any known type of transmission link, including electrical, optical, wireless, etc. In addition, although not shown, additional components, such as cache memory, communication systems, system software, etc., may be incorporated into computer system 10.
Database 22 provides storage for information necessary to carry out the present invention. Such resources could include, inter alia: (1) data entries; (2) data headers; and (3) record identifiers. Database 22 may include one or more storage devices, such as a magnetic disk drive or an optical disk drive. In another preferred embodiment database 22 includes data distributed across, for example, a local area network (LAN), wide area network (WAN) or a storage area network (SAN) (not shown). Database 22 may also be configured in such a way that one of ordinary skill in the art may interpret it to include one or more storage devices.
Under the present invention, data records 34 are received from a first application 35. Referring to
Data headers 42A-C (or “meta data” as known in the art) describe or define data entries 46A-I in data fields 40A-L. The data headers 42A-C shown include “In_Plan,” 42A “Out_Plan,” 42B and “Unknown” 42C. Individuals listed under the “In_Plan” data header 42A are those that have been assigned tasks that were planned for the particular project. Thus, “Tim” 46A and “Jennifer” 46B have been assigned tasks that were part of the plan for completing the project represented by data record 34A. If, as indicated above, data record 34A relates to the project of setting up a computer server, “Tim” 46A and “Jennifer” 46B could be responsible for installing computer server hardware. “Out_Plan” data header 42B indicates individuals that have been assigned tasks that are outside of the plan for the particular project. For example, “Debi” 46C could be responsible for obtaining legal department approval, not ordinarily part of the plan for setting up a computer server. “Unknown” data header 42C identifies individuals that have been assigned tasks that cannot be readily categorized as either “In_Plan” or “Out_Plan.” For example, “Fred” 46D could be responsible for providing instructional use of new equipment, which is under consideration to become “In_Plan.”
Record identifiers 44A-D are values assigned to each record 34A-D for easy identification thereof. For example, if data records 34A-D pertain to work projects, each data record 34A-D could be assigned a unique identifier 44A-D that identifies the underlying project. Thus, record identifier “1” 44A could identify the project of setting up a computer server. As further shown in
In any event, the data records 34A-D shown in
Referring back to
Once all data entries have been tagged, table system 30 will create a table. Each set of tagged date entries and data headers will then be arranged into a separate row of the table along with the corresponding record identifier.
Once the table 50 has been completed, output system 32 will transfer the table 50 to a second application 36 for generation of a report 40. Since multiple value data fields have been eliminated, the second application can accurately manipulate and arrange the data into a report. In generating a report, a user can preferably select particular rows of the table, which are then arranged into a report. This allows a user maximum flexibility in generating a report for particular projects or segments of data. For example, a user may wish to view a report only for the project corresponding to record identifier “1” (e.g., setting up a computer server). In this case, the user would select rows 52B, 52E, 52G, and 52I of table 50 for reporting. It should be understood that although
It should be understood that table 50 depicted in
As further depicted in
It is understood that the present invention can be realized in hardware, software, or a combination of hardware and software. Moreover, any kind of computer/server system(s)—or other apparatus adapted for carrying out the methods described herein—is suited. A typical combination of hardware and software could be a general purpose computer system with a computer program that, when loaded and executed, controls computer system 10 such that it carries out the methods described herein. Alternatively, a specific use computer, containing specialized hardware for carrying out one or more of the functional tasks of the invention could be utilized. The present invention can also be embedded in a computer program product, which comprises all the features enabling the implementation of the methods described herein, and which—when loaded in a computer system—is able to carry out these methods. Computer program, software program, program, or software, in the present context mean any expression, in any language, code or notation, of a set of instructions intended to cause a system having an information processing capability to perform a particular function either directly or after either or both of the following: (a) conversion to another language, code or notation; and/or (b) reproduction in a different material form.
The foregoing description of the preferred embodiments of this invention has been presented for purposes of illustration and description. It is not intended to be exhaustive or to limit the invention to the precise form disclosed, and obviously, many modifications and variations are possible. Such modifications and variations that may be apparent to a person skilled in the art are intended to be included within the scope of this invention as defined by the accompanying claims.
Claims
1. A system including a processor and memory for converting data from a first format to a second format, comprising:
- a data system for receiving data records having data fields for storing data entries, wherein at least one of the data fields has a plurality of data entries that are not separately addressed, and wherein each data field has an associated data header and an associated record identifier; and
- a table system for building a table based upon the data records, wherein the table comprises rows that have a single data entry, a corresponding data header, and a corresponding record identifier in a separate field from the corresponding data header.
2. The system of claim 1, further comprising a relationship system for tagging each data entry in the data fields with a corresponding data header.
3. The system of claim 1, further comprising an output system for outputting the table to a report application, wherein the report application generates a report based upon selected rows of the table.
4. The system of claim 1, wherein each row of the table comprises a first data field and a second data field.
5. The system of claim 4, wherein the first data field of at least one row comprises a single data entry and a corresponding data header, and wherein the second field of the at least one row comprises a record identifier corresponding to the single data entry.
6. A system including a processor and memory for converting data from a first format to a second format, comprising:
- a data system for receiving data records having data fields for storing data entries, wherein at least one of the data fields has a plurality of data entries that are not separately addressed, and wherein each data field has an associated data header and an associated record identifier;
- a relationship system for tagging each data entry in the data fields with a corresponding data header;
- a table system for building a table based upon the data records, wherein the table comprises rows that have a single data entry, a corresponding tagged data header, and a corresponding record identifier in a separate field from the corresponding tagged data header; and
- an output system for outputting the table to a report generation application, wherein the report generation application generates a report based upon selected rows of the table.
7. The system of claim 6, wherein each row of the table comprises a first data field and a second data field.
8. The system of claim 7, wherein the first data field of at least one row comprises a single data entry and a corresponding tagged data header, and wherein the second field of the at least one row comprises a record identifier corresponding to the single data entry.
9. A program product stored on a recordable medium for converting data from a first format to a second format, which when executed, comprises:
- program code configured to receive data records having data fields for storing data entries, wherein at least one of the data fields has a plurality of data entries that are not separately addressed, and wherein each data field has an associated data header and an associated record identifier; and
- program code configured to build a table based upon the data records, wherein the table comprises rows that have a single data entry, a corresponding tagged data header, and a corresponding record identifier in a separate field from the corresponding data header.
10. The program product of claim 9, further comprising program code configured to tag each data entry in the data fields with a corresponding data header.
11. The program product of claim 9, further comprising program code configured to output the table to a report generation application, wherein the report generation application generates a report based upon selected rows of the table.
Type: Application
Filed: Jan 12, 2009
Publication Date: May 7, 2009
Inventor: Debra L. Zeggert (Binghamton, NY)
Application Number: 12/351,976
International Classification: G06F 17/30 (20060101);