US20090327343A1 - Schema-based data transfer between a data-based application and a document application - Google Patents

Schema-based data transfer between a data-based application and a document application Download PDF

Info

Publication number
US20090327343A1
US20090327343A1 US12/146,593 US14659308A US2009327343A1 US 20090327343 A1 US20090327343 A1 US 20090327343A1 US 14659308 A US14659308 A US 14659308A US 2009327343 A1 US2009327343 A1 US 2009327343A1
Authority
US
United States
Prior art keywords
document
data
database
data set
application
Prior art date
Legal status (The legal status 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 status listed.)
Granted
Application number
US12/146,593
Other versions
US8666960B2 (en
Inventor
Michael J. McCormack
Joern L. Mortensen
Marc V. El Haddad
Michelle A. Watkins
Rutuja V. Khanzode
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Microsoft Technology Licensing LLC
Original Assignee
Microsoft Corp
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 Microsoft Corp filed Critical Microsoft Corp
Priority to US12/146,593 priority Critical patent/US8666960B2/en
Assigned to MICROSOFT CORPORATION reassignment MICROSOFT CORPORATION ASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS). Assignors: HADDAD, MARC V. EL, MORTENSEN, JOERN L., KHANZODE, RUTUJA V., MCCORMACK, MICHAEL J., WATKINS, MICHELLE A.
Publication of US20090327343A1 publication Critical patent/US20090327343A1/en
Application granted granted Critical
Publication of US8666960B2 publication Critical patent/US8666960B2/en
Assigned to MICROSOFT TECHNOLOGY LICENSING, LLC reassignment MICROSOFT TECHNOLOGY LICENSING, LLC ASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS). Assignors: MICROSOFT CORPORATION
Active legal-status Critical Current
Adjusted expiration legal-status Critical

Links

Images

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

Definitions

  • a user of a data-based application may find it desirable to export data out of the data-based application into a document application, such as a spreadsheet or word processing application, for editing or report generation. This may be because the document application offers different or improved editing or report generation features as compared to the data-based application. This may also be because the user is simply more familiar with the editing or report generation features of the document application as compared to the data-based application.
  • a user of the data-based application may also find it desirable to import new or updated data from the document application back into the data-based application.
  • Conventional data-based and document applications also do not provide a seamless way to transfer data from a database associated with a data-based application to a document associated with a document application for editing and then to transfer the edited data from the document back into the database.
  • such applications do not provide a reliable means for matching and reconciling data entities in the database with updated copies of the same entities that are transferred back into the database from the document.
  • a method for updating a database associated with a data-based application based on data stored in a document associated with a document application is described herein.
  • a copy of connection information stored in association with the document is received.
  • the connection information includes at least a schema identifier and data set identification information.
  • a schema definition is identified based on the schema identifier.
  • a target data set within the database is identified based at least on the data set identification information.
  • a structured data document is received that includes data entities extracted from the document.
  • the data entities are extracted from the structured data document based on the schema definition.
  • the target data set is updated based on the extracted data entities.
  • a method for exporting data from a database associated with a data-based application for use in updating a document associated with a document application is also described herein.
  • a copy of connection information stored in association with the document is received.
  • the connection information includes at least a schema identifier and data set identification information.
  • a schema definition is identified based on the schema identifier.
  • a source data set within the database is identified based at least on the data set identification information.
  • Data entities are extracted from the source data set.
  • the extracted data entities are inserted into a structured data document based on the schema.
  • the structured data document is transferred to the document application for updating of the document.
  • the integration engine includes first logic, second logic, third logic, fourth logic, fifth logic and sixth logic.
  • the first logic is configured to receiving a copy of connection information stored in association with the document, wherein the connection information includes at least a schema identifier and data set identification information.
  • the second logic is configured to identify a schema definition based on the schema identifier.
  • the third logic is configured to identify a target data set within the database based at least on the data set identification information.
  • the fourth logic is configured to receive a first structured data document that includes data entities extracted from the document.
  • the fifth logic is configured to extract the data entities from the first structured data document based on the schema.
  • the sixth logic is configured to update the target data set based on the data entities extracted from the first structured data document.
  • the integration engine also includes seventh logic, eighth logic, ninth logic and tenth logic.
  • the seventh logic is configured to identify a source data set within the database based at least on the data set identification information.
  • the eighth logic is configured to extract data entities from the source data set.
  • the ninth logic is configured to inserting the data entities extracted from the source data set into a second structured data document based on the schema.
  • the tenth logic is configured to transfer the second structured data document to the document application for updating of the document.
  • FIG. 1 is a block diagram of a system for performing schema-based data transfers between a data-based application and a document application in accordance with an embodiment of the present invention.
  • FIG. 2 is a block diagram of a system for performing a schema-based import of data into a document application from a data-based application in accordance with an embodiment of the present invention.
  • FIG. 3 depicts a flowchart of a method for performing a schema-based import of data into a document application from a data-based application in accordance with an embodiment of the present invention.
  • FIG. 4 is a block diagram of a system for performing a schema-based export of data from a document application to a data-based application in accordance with an embodiment of the present invention.
  • FIG. 5 depicts a flowchart of a method for performing a schema-based export of data from a document application to a data-based application in accordance with an embodiment of the present invention.
  • FIG. 6 is a block diagram of a system for performing a schema-based export of data from a data-based application to a document application in accordance with an embodiment of the present invention.
  • FIG. 7 depicts a flowchart of a method for performing a schema-based export of data from a data-based application to a document application in accordance with an embodiment of the present invention.
  • FIG. 8 is a block diagram of a system for performing a schema-based import of data into a data-based application from a document application in accordance with an embodiment of the present invention.
  • FIG. 9 depicts a flowchart of a method for performing a schema-based import of data into a data-based application from a document application in accordance with an embodiment of the present invention.
  • FIG. 10 is a block diagram of a system for updating a database associated with a data-based application based on a document associated with a document application based on pre-existing connection information in accordance with an embodiment of the present invention.
  • FIG. 11 depicts a flowchart of a method for updating a database associated with a data-based application based on a document associated with a document application based on pre-existing connection information in accordance with an embodiment of the present invention.
  • FIG. 12 is a block diagram of a system for refreshing a document associated with a document application based on a database associated with a data-based application based on pre-existing connection information in accordance with an embodiment of the present invention.
  • FIG. 13 depicts a flowchart of a method for refreshing a document associated with a document application based on a database associated with a data-based application based on pre-existing connection information in accordance with an embodiment of the present invention.
  • FIG. 14 depicts a flowchart of a method for synchronizing a database associated with a data-based application and a document associated with a document application based on pre-existing connection information in accordance with an embodiment of the present invention.
  • FIG. 15 depicts an example processor-based computer that may be used to implement various aspects of the present invention.
  • FIG. 1 is a block diagram of an example system 100 for performing schema-based data transfers between a data-based application and a document application in accordance with an embodiment of the present invention.
  • system 100 includes a data-based application 102 and a document application 104 .
  • Data-based application 102 is intended to broadly represent any software application that is configured to manage, populate and/or access a database in performing functions for or delivering services to a user.
  • data-based application 102 comprises a version of MICROSOFT OFFICE ACCOUNTING, published by Microsoft Corporation of Redmond, Wash.
  • Document application 104 is intended to broadly represent any software application that is configured to facilitate the generation of customized documents, such as spreadsheets or word processing documents, by or for a user.
  • document application 104 comprises a version of MICROSOFT EXCEL, a spreadsheet application published by Microsoft Corporation of Redmond, Wash., although the invention is not so limited.
  • document application 104 comprises a version of MICROSOFT WORD, a word processing application published by Microsoft Corporation of Redmond, Wash.
  • Each of data-based application 102 and document application 104 is installed in a memory of a computer system (not shown in FIG. 1 ) and is configured for execution by one or more processors associated with the computer system responsive to input from a user.
  • data-based application 102 and document application 104 are installed on and executed by the same computer system.
  • each of data-based application 102 and document application 104 are installed on and executed by a different computer system.
  • the two different computer systems are connected by a communication link, such as a local area or wide area network, which enables data to be transferred between the two applications in a manner to be described herein.
  • a user may launch and invoke functions of data-based application 102 or document application 104 through direct interaction with the computer system upon which each application is installed.
  • a user may launch and invokes functions of each of these applications by causing commands to be transmitted from a local computer to a remote computer upon which the application is installed.
  • the application may be termed an “online application.”
  • data-based application includes a database 122 and a database integration engine 124 .
  • Database 122 is intended to broadly represent any structured collection of records or data.
  • Database 122 may comprise, for example and without limitation, a relational database, a hierarchical database, or a network database.
  • database 122 comprises a relational database that stores accounting records associated with a particular company.
  • database 122 comprises one of multiple databases that may be managed, populated or accessed by data-based application 102 .
  • Database 122 is stored in memory accessible to the computer system upon which data-based application 102 is installed. Depending upon the implementation, the memory in which database 122 is stored may be local or remote with respect to the computer system upon which data-based application 102 is installed.
  • Database integration engine 124 comprises logic that is configured to enable data stored within database 122 to be transferred to document application 104 for insertion within or updating of a document associated with document application 104 .
  • Database integration engine 124 is also configured to enable data stored within a document associated with document application 104 to be received by data-based application 102 for insertion within or updating of database 122 .
  • the manner in which database integration engine 124 operates to perform these functions will be described in more detail herein.
  • document application 104 includes a document 142 and a document integration engine 144 .
  • Document 142 is intended to broadly represent any digital representation of information that may be generated or accessed by document application 104 for the purpose of viewing, printing or editing.
  • document application 104 is a version of MICROSOFT EXCEL
  • document 142 comprises a workbook, which itself comprises one or more spreadsheets.
  • document application 104 is a version of MICROSOFT WORD
  • document 142 comprises a word processing document.
  • Document 142 comprises one of multiple documents that may be generated or accessed by document application 104 .
  • Document 142 is stored in memory accessible to the computer system upon which document application 104 is installed.
  • the memory in which document 142 is stored may be local or remote with respect to the computer system upon which document application 104 is installed.
  • Document integration engine 144 comprises logic that is configured to enable data stored within document 142 to be transferred to data-based application 102 for insertion within or updating of a database associated with data-based application 102 .
  • Document integration engine 144 is also configured to enable data stored within a database associated with data-based application 102 to be received by document application 104 for insertion within or updating of document 142 . The manner in which document integration engine 144 operates to perform these functions will be described in more detail herein.
  • Each of database integration engine 124 and document integration engine 144 is configured to organize data to be transferred to the other application in a structured format, thereby generating a structured data document 114 .
  • the format used to generate structured data document 114 is specified by a schema definition 112 .
  • the structured data document 114 comprises a markup language document such as an Extensible Markup Language (XML) document, although the invention is not so limited.
  • schema definition 112 may comprise an XML schema definition (XSD).
  • an XSD defines a type of XML document by dictating what elements and attributes may appear in the XML document, the relationship between such elements and attributes, the types of data that may be associated with such elements and attributes, and the like.
  • Each of database integration engine 124 and document integration engine 144 is also configured to receive data transferred from the other application in the form of a structured data document 114 and to use a schema definition 112 to extract data entities therefrom.
  • Database integration engine 124 is configured to map each of these extracted data entities to a database schema associated with database 122 so that the extracted data entities may be inserted within database 122 or used to update corresponding data entities within database 122 .
  • Document integration engine 144 is configured to map each of these extracted data entities to unique fields within document 142 so that the extracted data entities may be inserted within those fields.
  • schema definition 112 is one of a plurality of schema definitions made available to data-based application 102 and document application 104 for the purpose of facilitating a schema-based data transfer between the two applications.
  • Each schema definition in the plurality of schema definitions may correspond to a particular type of data set to be imported into or exported out of database 122 by database integration engine 124 .
  • Such schema definitions may be provided to or obtained by the user from, for example, a publisher of either or both of data-based application 102 and document application 104 .
  • such schemas may be loaded into system memory during installation of either or both applications.
  • such schema definitions may be dynamically generated by database integration engine 124 based on a data entity map associated with a database to/from which data is to be transferred.
  • connection information used to perform that data transfer is maintained by document application 104 .
  • This connection information defines a link between fields within document 142 and a data set within database 122 that were involved in the initial data transfer.
  • This connection information is then advantageously used to allow for easy updating of the fields within document 142 based on information currently residing in the data set within database 122 as well as to allow for easy updating of the data set within database 122 based on information currently residing in the fields of document 142 .
  • Section B will describe a manner by which data entities are initially transferred between a database associated with data-based application 102 and a document associated with document application 104 and how the aforementioned connection information is established during the performance of such a data transfer.
  • Section C will then describe how this connection information may be used to facilitate easy updating of the document based on information currently residing in the database as well as easy updating of the database based on information currently residing in the document.
  • a user may perform an initial transfer of data entities between a database associated with data-based application 102 and a document associated with document application 104 by invoking import or export functionality associated with document application 104 or by invoking import or export functionality associated with data-based application 102 .
  • FIG. 2 is a block diagram of system 100 that depicts additional implementation details relevant to such a scenario. Steps involved in performing such an import will now be described in reference to flowchart 300 of FIG. 3 .
  • the method of flowchart 300 is described herein by way of example only and is not intended to limit the present invention. Furthermore, although the steps of flowchart 300 may be described with reference to various logical and/or physical entities shown in FIG. 2 , persons skilled in the relevant art(s) will readily appreciate that the method need not be implemented using such entities.
  • the method of flowchart 300 begins at step 302 in which import functionality of document integration engine 144 is invoked by a user.
  • the user may invoke the import functionality of document integration engine 144 , for example, by interacting with a graphical user interface (GUI) that is presented to the user by document application 104 .
  • GUI graphical user interface
  • a document and document fields into which data is to be imported are selected by the user.
  • the document may be explicitly selected by the user through interaction with import user interface (UI) logic 202 , which is part of document integration engine 144 as shown in FIG. 2 .
  • UI import user interface
  • the user may interact with GUI elements generated by import UI logic 202 to select the document into which data is to be imported.
  • the document may be implicitly selected by the user through some other user gesture.
  • a document that the user opened or was viewing prior to invoking the import functionality in step 302 may be deemed the selected document.
  • the document fields into which data is to be imported may also be explicitly selected by the user.
  • the user may explicitly select such document fields, for example, by selecting one or more cells or tables within document 142 into which data is to be imported in a case where document 142 is a spreadsheet.
  • the user may implicitly select the document fields through some other user gesture. A user may do this, for example, by selecting a template as the target document for import.
  • the term “template” refers to a document associated with document application 104 that has been specially designed for inputting, editing or viewing data to be transferred to/from a database associated with data-based application 102 .
  • a template includes a predefined notion of which document fields are to be targeted for import.
  • the document fields into which data is to be imported are selected automatically by document integration engine 144 in accordance with some default setting or user preference.
  • a database and data set within the database from which data is to be imported are selected by the user.
  • the user selects the database and the source data set through interaction with import UI logic 202 of document integration engine 144 .
  • import UI logic 202 of document integration engine 144 For the remainder of the description of this method, it will be assumed that the user has selected database 122 as the database from which data is to be imported.
  • data-based application 102 is an accounting application such as MICROSOFT OFFICE ACCOUNTING
  • the user may select the source data set by providing or selecting (1) a company, (2) a master record, document or report list associated with a company, and/or (3) one or more query parameters to be applied.
  • a master record, document or report list may comprise a table or view in database 122 .
  • the user may also select the source data set by specifying certain database fields that are to be included in the import.
  • At least a portion of the foregoing information used to select the source data set within database 122 is provided in association with a template selected by the user as the target document for import.
  • a template selected by the user may dictate the master record, document or report list from which data is to be imported but not the company from which such data is to be imported.
  • document integration engine 144 provides an identifier of the database selected in step 306 and information that identifies the data set selected in step 306 to database integration engine 124 .
  • This information may be provided by way of a communication link 204 established between document integration engine 144 and database integration engine 124 , as shown in FIG. 2 .
  • database integration engine 124 uses the received information to extract data entities from the identified data set in database 122 .
  • Database integration engine 124 also uses this information to select a schema definition that is appropriate for transferring data from the source data set. For the remainder of the description of this method, it will be assumed that schema definition 112 is selected as the schema definition that is appropriate for transferring data from the source data set.
  • Database integration engine 124 then inserts the data entities extracted from database 122 into a structured data document 114 .
  • Database integration engine 124 performs this step by mapping between elements and attributes of a database schema associated with database 122 and elements and attributes of schema definition 112 . Based on this mapping, database integration engine 124 inserts extracted data entities into structured data document 114 .
  • database integration engine 124 provides the data from the source data set within database 122 to document integration engine 144 in the form of structured data document 114 .
  • document integration engine 144 obtains schema definition 112 associated with structured data document 114 .
  • An identifier of the appropriate schema definition may be included within structured data document 114 .
  • an identifier of the appropriate schema definition may be communicated from database integration engine 124 to document integration engine 144 over communication link 204 .
  • the identity of the appropriate schema definition may be determined by document integration engine 144 based on the selection of a particular source data set by the user in step 306 , or based upon the selection of a particular template by the user as the import target document.
  • document integration engine obtains or generates a map 206 between the target document fields selected in step 304 and element or attributes of schema definition 112 .
  • the mapping of document fields to elements or attributes of a schema definition is known in the art.
  • U.S. Pat. No. 7,249,316 to Collie et al. describes a method by which a user can generate a map between cells and list objects of a spreadsheet and elements or attributes of a schema definition.
  • U.S. Pat. No. 7,249,316 further describes the use of such a map to import a markup language data file to the spreadsheet and to export a markup language data file from the spreadsheet.
  • Map 206 between the target document fields and elements or attributes of schema definition 112 may be generated by a user through interaction with import UI logic 202 in a similar manner to that described in U.S. Pat. No. 7,249,316. Alternatively, map 206 may be dynamically generated by document integration engine 144 during the import process. Once generated, map 206 is stored in association with document 142 . In the embodiment shown in FIG. 2 , map 206 is embedded within document 142 .
  • markers known as XPATHs are stored in a spreadsheet document to point a given cell or list object to a corresponding element or attribute in an associated schema definition.
  • the target document fields may be “pre-mapped” to the elements and attributes of schema definition 112 in an instance where a template is designated as the target document for the import.
  • map 206 exists in association with document 142 prior to execution of the import process.
  • document integration engine 144 extracts data entities from structured data document 114 and inserts the extracted data entities within the selected document fields in accordance with map 206 obtained or generated in step 314 and schema definition 112 .
  • connection information 208 used during the import process in association with document 142 .
  • connection information 208 is embedded within document 142 .
  • document 142 is an EXCEL spreadsheet
  • the embedding of connection information 208 within document 142 may be achieved, for example, by storing connection information 208 in a very hidden worksheet within document 142 .
  • connection information 208 in association with document 142 facilitates subsequent updates of the target document fields in document 142 with the latest data stored in the associated data set in database 122 . Also, the storage of connection information 208 in association with document 142 facilitates subsequent updating of data stored in the associated dataset in database 122 based on data currently stored in the target document fields in document 142 . Such updates may be performed in a manner that is highly automated, reliable and easily managed by a user.
  • connection information 208 includes information sufficient to identify database 122 from which data was imported, the data set within database 122 from which data was imported, and schema definition 112 used to generate structured data document 114 .
  • the information used to identify the data set within database 122 from which data was imported may include (1) a company, (2) a master record, document or report list associated with a company, and/or (3) one or more query parameters that were applied.
  • the information used to identify the data set may also include certain database fields that were included in the import.
  • connection information 208 shows example elements that may be included in connection information 208 in an embodiment in which data-based application 102 is a version of MICROSOFT OFFICE ACCOUNTING and document application 104 is a version of MICROSOFT EXCEL.
  • this table is provided by way of example only and persons skilled in the art will appreciate that other types of connection information and methods of organizing such information may be used in accordance with various embodiments of the present invention.
  • filter type The type of the parameter that is expected filter min Min value of a possible filter range filter max Max value of a possible filter range fields Collection of fields that are being returned field Name of the field that is being returned rowsChecksum Validation mechanism for verifying row data on the set row Repeating element that contains the row validation data row primaryKey Integer primary key of the row row checksum Checksum value for the row and columns identified and managed
  • a unique primary key associated with each database row imported from database 122 is stored as part of connection information 208 . As will be discussed in more detail herein, this allows for matching of rows stored in document 142 to rows stored in database 122 when data is subsequently transferred from document application 104 back to data-based application 102 . Such matching can advantageously be used to perform error checking operations.
  • a checksum value is also stored in association with each database row imported from database 122 . This checksum is based on the imported data entities associated with the row and may be advantageously used to determine if a user has changed the contents of the row in document 142 when data is subsequently transferred from document application 104 back to data-based application 102 .
  • FIG. 4 is a block diagram of system 100 that depicts additional implementation details relevant to such a scenario. Steps involved in performing such an export will now be described in reference to flowchart 500 of FIG. 5 .
  • the method of flowchart 500 is described herein by way of example only and is not intended to limit the present invention. Furthermore, although the steps of flowchart 500 may be described with reference to various logical and/or physical entities shown in FIG. 4 , persons skilled in the relevant art(s) will readily appreciate that the method need not be implemented using such entities.
  • the method of flowchart 500 begins at step 502 in which export functionality of document integration engine 144 is invoked by a user.
  • the user may invoke the export functionality of document integration engine 144 , for example, by interacting with a GUI that is presented to the user by document application 104 .
  • a document and document fields from which data is to be exported are selected by the user.
  • the document may be explicitly selected by the user through interaction with export user interface (UI) logic 402 , which is part of document integration engine 144 as shown in FIG. 4 .
  • UI export user interface
  • the user may interact with GUI elements generated by export UI logic 402 to select the document from which data is to be exported.
  • the document may be implicitly selected by the user through some other user gesture.
  • a document that the user opened or was viewing prior to invoking the export functionality in step 502 may be deemed the selected document.
  • the document fields from which data is to be exported may also be explicitly selected by the user.
  • the user may explicitly select such document fields, for example, by identifying one or more cells or tables within document 142 from which data is to be exported in a case where document 142 is a spreadsheet.
  • the user may implicitly select the document fields through some other user gesture. A user may do this, for example, by identifying a template as the source document for export.
  • a template is a document associated with document application 104 that has been specially designed for storing data to be transferred to/from a database associated with data-based application 102 .
  • a template includes a predefined notion of which document fields are to be used as a source for export.
  • the document fields from which data is to be exported are selected automatically by document integration engine 144 in accordance with some default setting or user preference.
  • a database and data set within the database into which data is to be exported are identified by the user.
  • the user selects the database and the target data set through interaction with export UI logic 402 of document integration engine 144 .
  • export UI logic 402 of document integration engine 144 For the remainder of the description of this method, it will be assumed that the user has selected database 122 as the database into which data is to be exported.
  • data-based application 102 is an accounting application such as MICROSOFT OFFICE ACCOUNTING
  • the user may select the target data set by providing or selecting (1) a company, (2) a master record, document or report list associated with a company, and/or (3) one or more query parameters to be applied.
  • the user may also identify the target data set by specifying certain database fields that are to be included in the export.
  • At least a portion of the foregoing information used to select the target data set within database 122 is provided in association with a template selected by the user as the source document for export.
  • a template selected by the user may dictate the master record, document or report list into which data is to be exported but not the company into which such data is to be exported.
  • document integration engine 144 provides an identifier of the database selected in step 506 and information that identifies the data set selected in step 506 to database integration engine 124 . This information may be provided by way of a communication link 404 established between document integration engine 144 and database integration engine 124 , as shown in FIG. 4 .
  • document integration engine 144 obtains a schema definition 112 for generating a structured data document 114 that will include the data to be exported from document 142 .
  • the identity of the appropriate schema definition may be determined by document integration engine 144 based on the selection of a particular source data set by the user in step 506 , or based upon the selection of a particular template by the user as the export source document.
  • the identity of the appropriate schema definition may be determined by database integration engine 124 and communicated from database integration engine 124 to document integration engine 144 over communication link 404 .
  • document integration engine 144 obtains or generates a map 406 between the source document fields selected in step 504 and elements or attributes of schema definition 112 .
  • Map 406 may be generated by a user through interaction with export UI logic 402 in a similar manner to that described in U.S. Pat. No. 7,249,316. Alternatively, map 406 may be dynamically generated by document integration engine 144 during the export process. Once generated, map 406 is stored in association with document 142 . In the embodiment shown in FIG. 4 , map 406 is embedded within document 142 .
  • the source document fields may be “pre-mapped” to the elements and attributes of schema definition 112 in an instance where a template is designated as the source document for the export.
  • map 406 exists in association with document 142 prior to execution of the export process.
  • document integration engine 144 extracts data entities from the source document fields in document 142 and inserts the extracted data entities within structured data document 114 in accordance with map 406 obtained or generated in step 512 and schema definition 112 .
  • document integration engine 144 provides the data from the source document fields within document 142 to database integration engine 124 in the form of structured data document 114 .
  • database integration engine 124 extracts data entities from structured data document 114 and stores the extracted entities in the target dataset within database 122 .
  • Database integration engine 124 performs this step by mapping between elements and attributes of schema definition 112 and a database schema associated with database 122 . Based on this mapping, database integration engine 124 inserts extracted data entities into the target data set within database 122 .
  • connection information 408 used during the export process in association with document 142 .
  • connection information 408 is embedded within document 142 .
  • document 142 is an EXCEL spreadsheet
  • the embedding of connection information 408 within document 142 may be achieved, for example, by storing connection information 408 in a very hidden worksheet within document 142 .
  • connection information 408 includes information sufficient to identify database 122 to which data was exported, the data set within database 122 to which data was exported, and schema definition 112 used to generate structured data document 114 .
  • the information used to identify the data set within database 122 to which data was exported may include (1) a company, (2) a master record, document or report list associated with a company, and/or (3) one or more query parameters that were applied.
  • the information used to identify the data set may also include certain database fields that were included in the import. An example of elements that may be included in connection information 408 was previously described with reference to Table 1.
  • FIG. 6 is a block diagram of system 100 that depicts additional implementation details relevant to such a scenario. Steps involved in performing such an import will now be described in reference to flowchart 700 of FIG. 7 .
  • the method of flowchart 700 is described herein by way of example only and is not intended to limit the present invention. Furthermore, although the steps of flowchart 700 may be described with reference to various logical and/or physical entities shown in FIG. 6 , persons skilled in the relevant art(s) will readily appreciate that the method need not be implemented using such entities.
  • the method of flowchart 700 begins at step 702 in which export functionality of database integration engine 124 is invoked by a user.
  • the user may invoke the export functionality of database integration engine 124 , for example, by interacting with a GUI that is presented to the user by data-based application 102 .
  • a database and data set within the database from which data is to be exported are selected by the user.
  • the database may be explicitly selected by the user through interaction with export user interface (UI) logic 602 , which is part of database integration engine 124 as shown in FIG. 6 .
  • UI export user interface
  • the user may interact with GUI elements generated by export UI logic 602 to select the database from which data is to be exported.
  • the database may be implicitly selected by a user through some other user gesture.
  • a database that the user opened or was viewing prior to invoking the export functionality in step 702 may be deemed the selected database.
  • the source data set within database 122 from which data is to be exported may also be explicitly selected by the user.
  • the user may explicitly select the data set, for example, through interaction with export UI logic 602 of database integration engine 124 .
  • data-based application 102 is an accounting application such as MICROSOFT OFFICE ACCOUNTING
  • the user may select the source data set by providing or selecting (1) a company, (2) a master record, document or report list associated with a company, and/or (3) one or more query parameters to be applied.
  • the user may also select the source data set by specifying certain database fields that are to be included in the export.
  • the user may implicitly select the source data set through some other user gesture.
  • a data set that the user opened or was viewing prior to invoking the export functionality in step 702 may be deemed the identified data set.
  • at least a portion of the information used to select the source data set may be dictated by the choice of a particular template as a target document for export in subsequent step 706 .
  • the selection of a particular template may dictate the master record, document or report list from which data is to be exported but not the company from which such data is to be exported.
  • a document and document fields to which data is to be exported are selected by the user.
  • the user explicitly selects the document through interaction with export UI logic 602 of database integration engine 124 .
  • export UI logic 602 of database integration engine 124 For the remainder of the description of this method, it will be assumed that the user has selected document 142 as the document into which data is to be exported.
  • the document fields into which data is to be exported may also be explicitly selected by the user.
  • the user may explicitly select such document fields, for example, through interaction with export UI logic 602 of database integration engine 124 .
  • the user may implicitly select the document fields through some other user gesture. A user may do this, for example, by selecting a template as the target document for export.
  • a template includes a predefined notion of which document fields are to be targeted for export.
  • the document fields into which data is to be exported are selected automatically by document integration engine 144 in accordance with some default setting or user preference.
  • database integration engine 124 provides an identifier of the database selected in step 704 and information that identifies the data set selected in step 704 to document integration engine 144 .
  • database integration engine 124 also provides an identification of the document and document fields to which data will be exported to document integration engine 144 . This information may be provided by way of a communication link 604 established between database integration engine 124 and document integration engine 144 , as shown in FIG. 6 .
  • document integration engine 144 determines the target document fields or in which the target document fields are determined by the choice of a particular template as the target document for export, an identification of the target document fields is not passed during step 708 .
  • database integration engine 124 provides data from the source data set within database 122 to document integration engine 144 in the form of structured data document 114 .
  • database integration engine 124 first extracts data entities from the source data set selected in database 122 .
  • Database integration engine 124 also identifies a schema definition that is appropriate for transferring data from the source data set. For the remainder of the description of this method, it will be assumed that schema definition 112 is identified as the schema definition that is appropriate for transferring data from the source data set.
  • Database integration engine 124 then inserts the data entities extracted from database 122 into a structured data document 114 .
  • Database integration engine 124 performs this step by mapping between elements and attributes of a database schema associated with database 122 and elements and attributes of schema definition 112 . Based on this mapping, database integration engine 124 inserts extracted data entities into structured data document 114 .
  • document integration engine 144 obtains schema definition 112 associated with structured data document 114 .
  • An identifier of the appropriate schema definition may be included within structured data document 114 .
  • an identifier of the appropriate schema definition may be communicated from database integration engine 124 to document integration engine 144 over communication link 604 .
  • the identity of the appropriate schema definition may be determined by document integration engine 144 based upon the data set identification information provided in step 708 , or based upon the identification of a particular template as the export target document in step 708 .
  • document integration engine 144 obtains or generates a map 606 between the target document fields identified in step 708 and elements or attributes of schema definition 112 .
  • Map 606 may be generated by a user through interaction with export UI logic 602 in a similar manner to that described in U.S. Pat. No. 7,249,316. Alternatively, map 606 may be dynamically generated by document integration engine 144 during the export process. Once generated, map 606 is stored in association with document 142 . In the embodiment shown in FIG. 6 , map 606 is embedded within document 142 .
  • the target document fields may be “pre-mapped” to the elements and attributes of schema definition 112 in an instance where a template is designated as the target document for the export.
  • map 606 exists in association with document 142 prior to execution of the export process.
  • document integration engine 144 extracts data entities from structured data document 114 and inserts the extracted data entities within the target document fields in accordance with map 606 obtained or generated in step 714 and schema definition 112 .
  • connection information 608 used during the export process in association with document 142 .
  • connection information 608 is embedded within document 142 .
  • document 142 is an EXCEL spreadsheet
  • the embedding of connection information 608 within document 142 may be achieved, for example, by storing connection information 608 in a very hidden worksheet within document 142 .
  • connection information 608 includes information sufficient to identify database 122 from which data was exported, the data set within database 122 from which data was exported, and schema definition 112 used to generate structured data document 114 .
  • the information used to identify the data set within database 122 from which data was exported may include (1) a company, (2) a master record, document or report list associated with a company, and/or (3) one or more query parameters that were applied.
  • the information used to identify the data set may also include certain database fields that were included in the export. An example of elements that may be included in connection information 608 was previously described with reference to Table 1.
  • FIG. 8 is a block diagram of system 100 that depicts additional implementation details relevant to such a scenario. Steps involved in performing such an import will now be described in reference to flowchart 900 of FIG. 9 .
  • the method of flowchart 900 is described herein by way of example only and is not intended to limit the present invention. Furthermore, although the steps of flowchart 900 may be described with reference to various logical and/or physical entities shown in FIG. 8 , persons skilled in the relevant art(s) will readily appreciate that the method need not be implemented using such entities.
  • the method of flowchart 900 begins at step 902 in which import functionality of database integration engine 124 is invoked by a user.
  • the user may invoke the import functionality of database integration engine 124 , for example, by interacting with a GUI that is presented to the user by data-based application 102 .
  • a database and data set within the database into which data is to be imported are selected by the user.
  • the database may be explicitly selected by the user through interaction with import user interface (UI) logic 802 , which is part of database integration engine 124 as shown in FIG. 8 .
  • UI import user interface
  • the user may interact with GUI elements generated by import UI logic 802 to select the database into which data is to be imported.
  • the database may be implicitly selected by the user through some other user gesture.
  • a database that the user opened or was viewing prior to invoking the import functionality in step 902 may be deemed the selected database.
  • the target data set within database 122 into which data is to be imported may also be explicitly selected by the user.
  • the user may explicitly select the data set, for example, through interaction with import UI logic 802 of database integration engine 124 .
  • data-based application 102 is an accounting application such as MICROSOFT OFFICE ACCOUNTING
  • the user may select the target data set by providing or selecting (1) a company, (2) a master record, document or report list associated with a company, and/or (3) one or more query parameters to be applied.
  • the user may also select the target data set by specifying certain database fields that are to be included in the import.
  • the user may implicitly select the target data set through some other user gesture.
  • a data set that the user opened or was viewing prior to invoking the import functionality in step 902 may be deemed the selected data set.
  • at least a portion of the information used to select the target data set may be dictated by the choice of a particular template as a source document for import in subsequent step 906 .
  • the selection of a particular template may dictate the master record, document or report list into which data is to be imported but not the company into which such data is to be imported.
  • a document and document fields from which data is to be imported are selected by the user.
  • the user explicitly selects the document through interaction with import UI logic 802 of database integration engine 124 .
  • import UI logic 802 of database integration engine 124 For the remainder of the description of this method, it will be assumed that the user has selected document 142 as the document from which data is to be imported.
  • the document fields from which data is to be imported may also be explicitly selected by the user.
  • the user may explicitly select such document fields, for example, through interaction with import UI logic 802 of database integration engine 124 .
  • the user may implicitly select the document fields through some other user gesture. A user may do this, for example, by selecting a template as the source document for import.
  • a template includes a predefined notion of which document fields are to be used a source for import.
  • the document fields from which data is to be imported are selected automatically by document integration engine 144 in accordance with some default setting or user preference.
  • database integration engine 124 provides an identifier of the database selected in step 904 and information that identifies the data set selected in step 904 to document integration engine 144 .
  • database integration engine 124 also provides to document integration engine 144 an identification of the document and document fields from which data will be imported. This information may be provided by way of a communication link 804 established between database integration engine 124 and document integration engine 144 , as shown in FIG. 8 .
  • document integration engine 144 determines the source document fields or in which the source document fields are determined by the choice of a particular template as the source document for import, an identification of the document fields is not passed during step 908 .
  • document integration engine 144 obtains a schema definition 112 for generating a structured data document 114 that will include the data to be imported to database 122 .
  • the identity of the appropriate schema definition may be determined by document integration engine 144 based on the source data set identification information obtained in step 908 , or based upon the selection of a particular template by the user as the import source document. Alternatively, the identity of the appropriate schema definition may be determined by database integration engine 124 and communicated from database integration engine 124 to document integration engine 144 over communication link 804 .
  • document integration engine 144 obtains or generates a map 806 between the source document fields identified in step 908 and elements or attributes of schema definition 112 .
  • Map 806 may be generated by a user through interaction with import UI logic 802 in a similar manner to that described in U.S. Pat. No. 7,249,316. Alternatively, map 806 may be dynamically generated by document integration engine 144 during the import process. Once generated, map 806 is stored in association with document 142 . In the embodiment shown in FIG. 8 , map 806 is embedded within document 142 .
  • the source document fields may be “pre-mapped” to the elements and attributes of schema definition 112 in an instance where a template is designated as the source document for the import.
  • map 806 exists in association with document 142 prior to execution of the import process.
  • document integration engine 144 extracts data entities from the source document fields in document 142 and inserts the extracted data entities within structured data document 114 in accordance with map 806 obtained or generated in step 912 and schema definition 112 .
  • document integration engine 144 provides the data from the source document fields within document 142 to database integration engine 124 in the form of structured data document 114 .
  • database integration engine 124 extracts data entities from structured data document 114 and stores the extracted entities in the target dataset within database 122 .
  • Database integration engine 124 performs this step by mapping between elements and attributes of schema definition 112 and a database schema associated with database 122 . Based on this mapping, database integration engine 124 inserts extracted data entities into the target data set within database 122 .
  • connection information 808 used during the import process in association with document 142 .
  • connection information 808 is embedded within document 142 .
  • document 142 is an EXCEL spreadsheet
  • the embedding of connection information 808 within document 142 may be achieved, for example, by storing connection information 808 in a very hidden worksheet within document 142 .
  • connection information 808 includes information sufficient to identify database 122 to which data was imported, the data set within database 122 to which data was imported, and schema definition 112 used to generate structured data document 114 .
  • the information used to identify the data set within database 122 to which data was imported may include (1) a company, (2) a master record, document or report list associated with a company, and/or (3) one or more query parameters that were applied.
  • the information used to identify the data set may also include certain database fields that were included in the import. An example of elements that may be included in connection information 808 was previously described with reference to Table 1.
  • connection information associated with the data transfer is stored in association with the selected document.
  • an embodiment of the present invention uses such stored connection information to facilitate subsequent updates of the document fields based on the latest data stored in the associated data set and subsequent updates of the data set based on the latest data stored in the associated document fields. Such updates may be performed in a manner that is highly automated, reliable and easily managed by a user.
  • the functionality described in this section may be used, for example, to enable a user to easily refresh data entities that were previously imported from a database associated with data-based application 102 into a report associated with document application 104 with the most current version of such data entities stored in the database. This allows a user to easily generate updated versions of the report.
  • the functionality described in this section may also be used to enable a user to edit data entities that were previously imported from a database associated with data-based application 102 into a document associated with document application 104 within the context of the document and then to update the database based on such edited data.
  • connection information is used to facilitate an update of a data set in a database associated with data-based application 102 based on associated document fields of a document associated with document application 104
  • connection information is used to facilitate an update of document fields in a document associated with document application 104 based on an associated data set in a database associated with data-based application 104
  • a synchronization process that combines both of the foregoing processes will be described.
  • FIG. 10 is a block diagram of system 100 that depicts additional implementation details relevant to the execution of such a process. Steps involved in performing such a process will now be described in reference to flowchart 1100 of FIG. 11 .
  • the method of flowchart 1100 is described herein by way of example only and is not intended to limit the present invention. Furthermore, although the steps of flowchart 1100 may be described with reference to various logical and/or physical entities shown in FIG. 10 , persons skilled in the relevant art(s) will readily appreciate that the method need not be implemented using such entities.
  • the method of flowchart 1100 begins at step 1102 in which update functionality of document integration engine 144 is invoked by a user with respect to a particular document, wherein the particular document is a document into which data from a database associated with data-based application 102 was previously transferred or from which data was previously transferred to a database associated with data-based application 102 .
  • the transfer may have occurred in accordance with any of the import/export scenarios described above in Section B.
  • the document for which the update functionality is invoked is document 142 .
  • the user may invoke the update functionality of document integration engine 144 , for example, by interacting with a GUI that is presented to the user by update UI logic 1002 of document integration engine 144 .
  • the user may also select the relevant document for update through interaction with the same GUI. The selection may also be made implicitly by the user through some other user gesture. For example, a document that the user opened or was viewing prior to invoking the update functionality may be deemed the relevant document for update.
  • document integration engine 144 sends a copy of connection information 1008 stored in association with document 142 during a previous import/export process to database integration engine 124 .
  • document integration engine 144 extracts data entities currently stored in mapped document fields 1004 within document 142 and inserts the extracted data entities within a structured data document 114 in accordance with a map 1006 and schema definition 112 .
  • map 1006 may be associated with document 142 by virtue of a prior data transfer between document 142 and a database associated with data-based application 102 or by virtue of the fact that document 142 is a template.
  • Document integration engine 144 may determine the appropriate schema definition based on a schema identifier stored as part of connection information 1008 .
  • document integration engine 144 provides data from mapped document fields 1004 to database integration engine 124 in the form of structured data document 114 .
  • database integration engine 124 receives the copy of connection information 1008 that was transferred from document integration engine 144 during step 1104 and structured data document 114 that was transferred from document integration engine 144 during step 1108 .
  • database integration engine 124 identifies schema definition 112 based on a schema identifier included in connection information 1008 .
  • database integration engine 124 identifies a target database 122 and a data set 1010 for update based respectively on a database identifier and data set identification information included in connection information 1008 .
  • the data set identification information may include (1) a company, (2) a master record, document or report list associated with a company, and/or (3) one or more query parameters.
  • Database integration engine 124 may identify data set 1010 by accessing the identified list for the appropriate company then running a query against the list based on the query parameter(s).
  • the data set identification information may also include an identification of certain database fields.
  • Database integration engine 124 may be configured to include only the identified database fields in the update.
  • database integration engine 124 extracts data entities from structured data document 114 based on schema definition 112 .
  • database integration engine 124 updates target data set 1010 based on the extracted data entities from step 116 .
  • Database integration engine 124 performs this step by determining an element/attribute type of schema definition 112 that applies to each extracted data entity and then mapping the element/attribute type to a database schema associated with database 122 . Because this is an update operation, the contents of data set 1010 are overwritten by the extracted data entities.
  • database integration engine 124 is configured to perform a number of checks prior to allowing an update to occur. For example, in one embodiment, database integration engine 124 determines whether the schema definition previously used to transfer data between mapped document fields 1004 and data set 1010 (which may be denoted by a schema identifier included in connection information 1008 ) is the same as a schema definition currently associated with data set 1010 . Schema definitions associated with data sets may change, for example, in an embodiment in which database integration engine 124 dynamically generates schema definitions based on a data entity map associated with database 122 . So, for example, is a user adds a user-defined field to database 122 , database integration engine 124 may generate a new schema definition that encompasses the new user-defined field.
  • database integration engine 124 may be configured to compare a schema version number stored as part of connection information 1008 with a schema version number currently associated with data set 1010 .
  • database integration engine 124 may be configured to directly compare a schema definition identified by a schema identifier stored as part of connection information 1008 with a schema definition currently associated with data set 1010 .
  • database integration engine 124 detects a schema definition mismatch
  • a variety of actions may be performed depending upon the implementation. For example, responsive to the detection of such a mismatch by database integration engine 124 , document integration engine 144 may require a user to update map 1006 to account for the schema definition discrepancy (for example, by mapping one or more new fields or un-mapping one or more existing fields) and then to refresh the data stored in document 142 using a process that will be described in Section C.2 below.
  • database integration engine 124 may also be configured to detect a schema definition mismatch during an import process such as that described above in Sections B.2 and B.4 above. This may be useful for example, if the document from which data is being imported is a template and thus is already associated with a particular schema definition that may or may not match the schema definition being used for the import.
  • Another check that may be performed by database integration engine 124 prior to performing the update of step 1118 involves matching primary keys associated with database rows being transferred from document 142 with primary keys stored as part of connection information 1008 .
  • a primary key associated with each database row previously transferred between data set 1010 and mapped document fields 1004 is stored as part of connection information 1008 .
  • the primary keys associated with the database rows being transferred from document 142 may be compared to the primary keys stored in connection information 1008 for the purpose of performing error checking and facilitating the update operation.
  • connection information 1008 if a primary key stored in connection information 1008 does not match any of the primary keys associated with the database rows currently being transferred from document 142 , then the update is aborted due to error. This is because a user may have altered or deleted a primary key in document 142 .
  • a primary key stored in connection information 1008 matches a primary key associated with a database row currently being transferred from document 142 , then that database row may be used for update.
  • a primary key associated with a database row currently being transferred from document 142 is blank (or in an alternative approach, does not match a primary key stored in connection information 1008 ), then a new database row will be added to database 122 .
  • database integration engine 124 in addition to requiring a primary key match before allowing a row being transferred from document 142 to be used for update, database integration engine 124 also checks to determine whether or not the row in question has been changed relative to a corresponding row in database 122 . In such an embodiment, only rows that have been changed are updated. This serves to improve the overall efficiency of the update process.
  • the process of determining whether or not a row has been changed is performed by simply comparing each data entity in the row being transferred from document 142 to each corresponding data entity in a corresponding row in database 122 . Only the data values that have changed are then updated.
  • the process of determining whether or not a row has been changed is performed by calculating a checksum based on the contents of the row being transferred from document 142 and then comparing the calculated checksum to a checksum stored in connection information 1008 in association with the row's primary key, wherein the checksum stored in connection information 1008 was calculated based on the contents of the row during a previous data transfer.
  • the storage of checksum values as part of connection information associated with an import/export operation was previously described in reference to Table 1. If the checksums are different, then at least one data entity in the row has changed.
  • FIG. 12 is a block diagram of system 100 that depicts additional implementation details relevant to the execution of such a process. Steps involved in performing such a process will now be described in reference to flowchart 1300 of FIG. 13 .
  • the method of flowchart 1300 is described herein by way of example only and is not intended to limit the present invention. Furthermore, although the steps of flowchart 1300 may be described with reference to various logical and/or physical entities shown in FIG. 12 , persons skilled in the relevant art(s) will readily appreciate that the method need not be implemented using such entities.
  • the method of flowchart 1300 begins at step 1302 in which refresh functionality of document integration engine 144 is invoked by a user with respect to a particular document, wherein the particular document is a document into which data from a database associated with data-based application 102 was previously transferred or from which data was previously transferred to a database associated with data-based application 102 .
  • the transfer may have occurred in accordance with any of the import/export scenarios described above in Section B. For the remainder of the description of this method, it will be assumed that the document for which the refresh functionality is invoked is document 142 .
  • the user may invoke the refresh functionality of document integration engine 144 , for example, by interacting with a GUI that is presented to the user by refresh UI logic 1202 of document integration engine 144 .
  • the user may also select the relevant document for refresh through interaction with the GUI presented by refresh UI logic 1202 .
  • the selection may also be made implicitly by the user through some other user gesture. For example, a document that the user opened or was viewing prior to invoking the refresh functionality may be deemed the relevant document for refresh.
  • document integration engine 144 sends a copy of connection information 1208 stored in association with document 142 during a previous import/export process to database integration engine 124 .
  • database integration engine 124 receives the copy of connection information 1208 that was transferred from document integration engine 144 during step 1304 .
  • database integration engine 124 identifies schema definition 112 based on a schema identifier included in connection information 1008 .
  • database integration engine 124 identifies a source database 122 and a data set 1210 for refresh based respectively on a database identifier and data set identification information included in connection information 1008 .
  • the data set identification information may include (1) a company, (2) a master record, document or report list associated with a company, and/or (3) one or more query parameters.
  • Database integration engine 124 may identify data set 1210 by accessing the identified list for the appropriate company then running a query against the list based on the query parameter(s).
  • the data set identification information may also include an identification of certain database fields.
  • Database integration engine 124 may be configured to include only the identified database fields in the refresh.
  • database integration engine 124 extracts data entities from source data set 1210 and inserts the extracted data entities within structured data document 114 based on the schema definition 112 .
  • Database integration engine 124 performs this step in part by mapping between a database schema associated with database 122 and the elements/attributes of schema definition 112 .
  • database integration engine 124 provides data from source data set 1210 to document integration engine 144 in form of structured data document 114 and at step 1316 , document integration engine 144 receives structured data document 114 .
  • document integration engine 144 extracts data entities from structured data document 114 and inserts the extracted data entities within mapped document fields 1204 within document 142 in accordance with map 1206 and schema definition 112 , thereby overwriting the values previously stored in those document fields.
  • map 1206 may be associated with document 142 by virtue of a prior data transfer between document 142 and database 122 or by virtue of the fact that document 142 is a template.
  • Document integration engine 144 may determine the appropriate schema definition based on a schema identifier stored as part of connection information 1208 .
  • an embodiment of the present invention may implement a synchronize operation that is essentially a combination of the update operation described above in Section C.2 and the refresh operation described above in Section C.3.
  • FIG. 14 depicts a flowchart 1400 of a method for performing such a synchronization process.
  • the method of flowchart 1400 begins at step 1402 , in a which a user invokes synchronization functionality of document integration engine 144 with respect to a particular document, wherein the particular document is a document into which data from a database associated with data-based application 102 was previously transferred or from which data was previously transferred to a database associated with data-based application 102 .
  • an update process is performed with respect to the particular document based on connection information associated with the particular document in a like manner to that described above in Section C.1.
  • a refresh process is performed with respect to the particular document based on connection information associated with the particular document in a like manner to that described above in Section C.2.
  • FIG. 15 depicts an exemplary implementation of a computer 1500 upon which various aspects of the present invention may be executed.
  • Computer 1500 is intended to represent a general-purpose computing device in the form of a conventional personal computer.
  • computer 1500 includes a processing unit 1502 , a system memory 1504 , and a bus 1506 that couples various system components including system memory 1504 to processing unit 1502 .
  • Bus 1506 represents one or more of any of several types of bus structures, including a memory bus or memory controller, a peripheral bus, an accelerated graphics port, and a processor or local bus using any of a variety of bus architectures.
  • System memory 1504 includes read only memory (ROM) 1508 and random access memory (RAM) 1510 .
  • ROM read only memory
  • RAM random access memory
  • BIOS basic input/output system 1512
  • Computer 1500 also has one or more of the following drives: a hard disk drive 1514 for reading from and writing to a hard disk, a magnetic disk drive 1516 for reading from or writing to a removable magnetic disk 1518 , and an optical disk drive 1520 for reading from or writing to a removable optical disk 1522 such as a CD ROM, DVD ROM, or other optical media.
  • Hard disk drive 1514 , magnetic disk drive 1516 , and optical disk drive 1520 are connected to bus 1506 by a hard disk drive interface 1524 , a magnetic disk drive interface 1526 , and an optical drive interface 1528 , respectively.
  • the drives and their associated computer-readable media provide nonvolatile storage of computer-readable instructions, data structures, program modules and other data for the server computer.
  • a hard disk, a removable magnetic disk and a removable optical disk are described, other types of computer-readable media can be used to store data, such as flash memory cards, digital video disks, random access memories (RAMs), read only memories (ROM), and the like.
  • a number of program modules may be stored on the hard disk, magnetic disk, optical disk, ROM, or RAM. These programs include an operating system 1530 , one or more application programs 1532 , other program modules 1534 , and program data 1536 .
  • Application programs 1532 or program modules 1534 may include, for example, logic for implementing data-based application 102 or document application 104 as described herein.
  • Application programs 1532 or program modules 1534 may also include, for example, logic for implementing one or more of the steps of the flowcharts depicted in FIGS. 3 , 5 , 7 , 9 , 11 , 13 and 14 . Thus each step illustrated in those figures may also be thought of as program logic configured to perform the function described by that step.
  • a user may enter commands and information into computer 1500 through input devices such as keyboard 1538 and pointing device 1540 .
  • Other input devices may include a microphone, joystick, game pad, satellite dish, scanner, or the like.
  • serial port interface 1542 that is coupled to bus 1506 , but may be connected by other interfaces, such as a parallel port, game port, or a universal serial bus (USB).
  • a monitor 1544 or other type of display device is also connected to bus 1506 via an interface, such as a video adapter 1546 .
  • Monitor 1544 is used to present a GUI that assists a user/operator in configuring and controlling computer 1500 .
  • computer 1500 may include other peripheral output devices (not shown) such as speakers and printers.
  • Computer 1500 is connected to a network 1548 (e.g., the Internet) through a network interface 1550 , a modem 1552 , or other means for establishing communications over the network.
  • Modem 1552 which may be internal or external, is connected to bus 1506 via serial port interface 1542 .
  • computer program medium and “computer-readable medium” are used to generally refer to media such as the hard disk associated with hard disk drive 1514 , removable magnetic disk 1518 , removable optical disk 1522 , as well as other media such as flash memory cards, digital video disks, random access memories (RAMs), read only memories (ROM), and the like.
  • computer programs may be stored on the hard disk, magnetic disk, optical disk, ROM, or RAM. Such computer programs may also be received via network interface 1550 or serial port interface 1542 . Such computer programs, when executed, enable computer 1500 to implement features of the present invention discussed herein. Accordingly, such computer programs represent controllers of computer 1500 .
  • the invention is also directed to computer program products comprising software stored on any computer useable medium.
  • Such software when executed in one or more data processing devices, causes a data processing device(s) to operate as described herein.
  • Embodiments of the present invention employ any computer-useable or computer-readable medium, known now or in the future. Examples of computer-readable mediums include, but are not limited to storage devices such as RAM, hard drives, floppy disks, CD ROMs, DVD ROMs, zip disks, tapes, magnetic storage devices, optical storage devices, MEMs, nanotechnology-based storage devices, and the like.

Abstract

Systems and methods are described for performing a schema-based data transfer between a database associated with a data-based application and a document associated with a document application. In one implementation, connection information established during an initial schema-based data transfer between the database and the document is maintained in association with the document. This connection information is then used to facilitate subsequent updating of the document based on information currently residing in the database as well as subsequent updating of the database based on information currently residing in the document in a manner that is highly automated and easy to use.

Description

    BACKGROUND
  • A user of a data-based application may find it desirable to export data out of the data-based application into a document application, such as a spreadsheet or word processing application, for editing or report generation. This may be because the document application offers different or improved editing or report generation features as compared to the data-based application. This may also be because the user is simply more familiar with the editing or report generation features of the document application as compared to the data-based application. A user of the data-based application may also find it desirable to import new or updated data from the document application back into the data-based application.
  • Conventional methods for transferring data between a data-based application and a document application are limited. For example, certain tools currently used for importing/exporting data between a database associated with a data-based application and a spreadsheet associated with a spreadsheet application require column header names within the spreadsheet to precisely match field names within the database for a successful import/export to occur. This can lead to problems if the column header names within the spreadsheet are changed for any reason. Furthermore, certain conventional import/export tools require the spreadsheet data to be arranged in a tabular fashion and located in a particular location within the spreadsheet for a successful import/export to occur. This severely restricts the manner in which the spreadsheet can be used for organizing data and generating reports.
  • Conventional import/export protocols associated with document and data-based applications also require a significant level of user involvement each time that a data set is to be transferred into or out of an application, regardless of whether or not the user has transferred a version of the data set before. For example, users may be required to ensure compliance with certain data formatting requirements or perform certain mapping functions each time an import/export is executed.
  • Conventional data-based and document applications also do not provide a seamless way to transfer data from a database associated with a data-based application to a document associated with a document application for editing and then to transfer the edited data from the document back into the database. For example, such applications do not provide a reliable means for matching and reconciling data entities in the database with updated copies of the same entities that are transferred back into the database from the document.
  • What is needed, then, is a system and method for transferring data between a data-based application and a document application that addresses one or more of the foregoing limitations associated with conventional import/export protocols.
  • SUMMARY
  • This Summary is provided to introduce a selection of concepts in a simplified form that are further described below in the Detailed Description. This Summary is not intended to identify key features or essential features of the claimed subject matter, nor is it intended to be used to limit the scope of the claimed subject matter.
  • A method for updating a database associated with a data-based application based on data stored in a document associated with a document application is described herein. In accordance with one implementation of the method, a copy of connection information stored in association with the document is received. The connection information includes at least a schema identifier and data set identification information. A schema definition is identified based on the schema identifier. A target data set within the database is identified based at least on the data set identification information. A structured data document is received that includes data entities extracted from the document. The data entities are extracted from the structured data document based on the schema definition. The target data set is updated based on the extracted data entities.
  • A method for exporting data from a database associated with a data-based application for use in updating a document associated with a document application is also described herein. In accordance with one implementation of the method, a copy of connection information stored in association with the document is received. The connection information includes at least a schema identifier and data set identification information. A schema definition is identified based on the schema identifier. A source data set within the database is identified based at least on the data set identification information. Data entities are extracted from the source data set. The extracted data entities are inserted into a structured data document based on the schema. The structured data document is transferred to the document application for updating of the document.
  • An integration engine that may be used to update a database associated with a data-based application based on data stored in a document associated with a document application is also described herein. In one implementation, the integration engine includes first logic, second logic, third logic, fourth logic, fifth logic and sixth logic. The first logic is configured to receiving a copy of connection information stored in association with the document, wherein the connection information includes at least a schema identifier and data set identification information. The second logic is configured to identify a schema definition based on the schema identifier. The third logic is configured to identify a target data set within the database based at least on the data set identification information. The fourth logic is configured to receive a first structured data document that includes data entities extracted from the document. The fifth logic is configured to extract the data entities from the first structured data document based on the schema. The sixth logic is configured to update the target data set based on the data entities extracted from the first structured data document.
  • In a further implementation, the integration engine also includes seventh logic, eighth logic, ninth logic and tenth logic. The seventh logic is configured to identify a source data set within the database based at least on the data set identification information. The eighth logic is configured to extract data entities from the source data set. The ninth logic is configured to inserting the data entities extracted from the source data set into a second structured data document based on the schema. The tenth logic is configured to transfer the second structured data document to the document application for updating of the document.
  • Further features and advantages of the invention, as well as the structure and operation of various embodiments of the invention, are described in detail below with reference to the accompanying drawings. It is noted that the invention is not limited to the specific embodiments described herein. Such embodiments are presented herein for illustrative purposes only. Additional embodiments will be apparent to persons skilled in the relevant art(s) based on the teachings contained herein.
  • BRIEF DESCRIPTION OF THE DRAWINGS/FIGURES
  • The accompanying drawings, which are incorporated herein and form part of the specification, illustrate the present invention and, together with the description, further serve to explain the principles of the invention and to enable a person skilled in the relevant art(s) to make and use the invention.
  • FIG. 1 is a block diagram of a system for performing schema-based data transfers between a data-based application and a document application in accordance with an embodiment of the present invention.
  • FIG. 2 is a block diagram of a system for performing a schema-based import of data into a document application from a data-based application in accordance with an embodiment of the present invention.
  • FIG. 3 depicts a flowchart of a method for performing a schema-based import of data into a document application from a data-based application in accordance with an embodiment of the present invention.
  • FIG. 4 is a block diagram of a system for performing a schema-based export of data from a document application to a data-based application in accordance with an embodiment of the present invention.
  • FIG. 5 depicts a flowchart of a method for performing a schema-based export of data from a document application to a data-based application in accordance with an embodiment of the present invention.
  • FIG. 6 is a block diagram of a system for performing a schema-based export of data from a data-based application to a document application in accordance with an embodiment of the present invention.
  • FIG. 7 depicts a flowchart of a method for performing a schema-based export of data from a data-based application to a document application in accordance with an embodiment of the present invention.
  • FIG. 8 is a block diagram of a system for performing a schema-based import of data into a data-based application from a document application in accordance with an embodiment of the present invention.
  • FIG. 9 depicts a flowchart of a method for performing a schema-based import of data into a data-based application from a document application in accordance with an embodiment of the present invention.
  • FIG. 10 is a block diagram of a system for updating a database associated with a data-based application based on a document associated with a document application based on pre-existing connection information in accordance with an embodiment of the present invention.
  • FIG. 11 depicts a flowchart of a method for updating a database associated with a data-based application based on a document associated with a document application based on pre-existing connection information in accordance with an embodiment of the present invention.
  • FIG. 12 is a block diagram of a system for refreshing a document associated with a document application based on a database associated with a data-based application based on pre-existing connection information in accordance with an embodiment of the present invention.
  • FIG. 13 depicts a flowchart of a method for refreshing a document associated with a document application based on a database associated with a data-based application based on pre-existing connection information in accordance with an embodiment of the present invention.
  • FIG. 14 depicts a flowchart of a method for synchronizing a database associated with a data-based application and a document associated with a document application based on pre-existing connection information in accordance with an embodiment of the present invention.
  • FIG. 15 depicts an example processor-based computer that may be used to implement various aspects of the present invention.
  • The features and advantages of the present invention will become more apparent from the detailed description set forth below when taken in conjunction with the drawings, in which like reference characters identify corresponding elements throughout. In the drawings, like reference numbers generally indicate identical, functionally similar, and/or structurally similar elements. The drawing in which an element first appears is indicated by the leftmost digit(s) in the corresponding reference number.
  • DETAILED DESCRIPTION A. System Overview
  • FIG. 1 is a block diagram of an example system 100 for performing schema-based data transfers between a data-based application and a document application in accordance with an embodiment of the present invention. As shown in FIG. 1, system 100 includes a data-based application 102 and a document application 104. Data-based application 102 is intended to broadly represent any software application that is configured to manage, populate and/or access a database in performing functions for or delivering services to a user. In one embodiment, data-based application 102 comprises a version of MICROSOFT OFFICE ACCOUNTING, published by Microsoft Corporation of Redmond, Wash. Document application 104 is intended to broadly represent any software application that is configured to facilitate the generation of customized documents, such as spreadsheets or word processing documents, by or for a user. In one embodiment, document application 104 comprises a version of MICROSOFT EXCEL, a spreadsheet application published by Microsoft Corporation of Redmond, Wash., although the invention is not so limited. In another embodiment, document application 104 comprises a version of MICROSOFT WORD, a word processing application published by Microsoft Corporation of Redmond, Wash.
  • Each of data-based application 102 and document application 104 is installed in a memory of a computer system (not shown in FIG. 1) and is configured for execution by one or more processors associated with the computer system responsive to input from a user. In one embodiment, data-based application 102 and document application 104 are installed on and executed by the same computer system. In an alternate embodiment, each of data-based application 102 and document application 104 are installed on and executed by a different computer system. In this latter embodiment, it is to be understood that the two different computer systems are connected by a communication link, such as a local area or wide area network, which enables data to be transferred between the two applications in a manner to be described herein.
  • An example computer system upon which either or both of data-based application 102 and document application 104 may be installed and executed will be described below in reference to FIG. 15.
  • Depending upon the implementation, a user may launch and invoke functions of data-based application 102 or document application 104 through direct interaction with the computer system upon which each application is installed. Alternatively, a user may launch and invokes functions of each of these applications by causing commands to be transmitted from a local computer to a remote computer upon which the application is installed. In this latter embodiment, the application may be termed an “online application.”
  • As shown in FIG. 1, data-based application includes a database 122 and a database integration engine 124. Database 122 is intended to broadly represent any structured collection of records or data. Database 122 may comprise, for example and without limitation, a relational database, a hierarchical database, or a network database. In an embodiment in which data-based application 102 is a version of MICROSOFT OFFICE ACCOUNTING, database 122 comprises a relational database that stores accounting records associated with a particular company. In an embodiment, database 122 comprises one of multiple databases that may be managed, populated or accessed by data-based application 102. Database 122 is stored in memory accessible to the computer system upon which data-based application 102 is installed. Depending upon the implementation, the memory in which database 122 is stored may be local or remote with respect to the computer system upon which data-based application 102 is installed.
  • Database integration engine 124 comprises logic that is configured to enable data stored within database 122 to be transferred to document application 104 for insertion within or updating of a document associated with document application 104.
  • Database integration engine 124 is also configured to enable data stored within a document associated with document application 104 to be received by data-based application 102 for insertion within or updating of database 122. The manner in which database integration engine 124 operates to perform these functions will be described in more detail herein.
  • As further shown in FIG. 1, document application 104 includes a document 142 and a document integration engine 144. Document 142 is intended to broadly represent any digital representation of information that may be generated or accessed by document application 104 for the purpose of viewing, printing or editing. In an embodiment in which document application 104 is a version of MICROSOFT EXCEL, document 142 comprises a workbook, which itself comprises one or more spreadsheets. In an embodiment in which document application 104 is a version of MICROSOFT WORD, document 142 comprises a word processing document.
  • Document 142 comprises one of multiple documents that may be generated or accessed by document application 104. Document 142 is stored in memory accessible to the computer system upon which document application 104 is installed. Depending upon the implementation, the memory in which document 142 is stored may be local or remote with respect to the computer system upon which document application 104 is installed.
  • Document integration engine 144 comprises logic that is configured to enable data stored within document 142 to be transferred to data-based application 102 for insertion within or updating of a database associated with data-based application 102. Document integration engine 144 is also configured to enable data stored within a database associated with data-based application 102 to be received by document application 104 for insertion within or updating of document 142. The manner in which document integration engine 144 operates to perform these functions will be described in more detail herein.
  • Each of database integration engine 124 and document integration engine 144 is configured to organize data to be transferred to the other application in a structured format, thereby generating a structured data document 114. The format used to generate structured data document 114 is specified by a schema definition 112. In one embodiment, the structured data document 114 comprises a markup language document such as an Extensible Markup Language (XML) document, although the invention is not so limited. In an embodiment in which structured data document 114 comprises an XML document, schema definition 112 may comprise an XML schema definition (XSD). As will be appreciated by persons skilled in the relevant art(s), an XSD defines a type of XML document by dictating what elements and attributes may appear in the XML document, the relationship between such elements and attributes, the types of data that may be associated with such elements and attributes, and the like.
  • Each of database integration engine 124 and document integration engine 144 is also configured to receive data transferred from the other application in the form of a structured data document 114 and to use a schema definition 112 to extract data entities therefrom. Database integration engine 124 is configured to map each of these extracted data entities to a database schema associated with database 122 so that the extracted data entities may be inserted within database 122 or used to update corresponding data entities within database 122. Document integration engine 144 is configured to map each of these extracted data entities to unique fields within document 142 so that the extracted data entities may be inserted within those fields.
  • In an embodiment, schema definition 112 is one of a plurality of schema definitions made available to data-based application 102 and document application 104 for the purpose of facilitating a schema-based data transfer between the two applications. Each schema definition in the plurality of schema definitions may correspond to a particular type of data set to be imported into or exported out of database 122 by database integration engine 124. Such schema definitions may be provided to or obtained by the user from, for example, a publisher of either or both of data-based application 102 and document application 104. For example, such schemas may be loaded into system memory during installation of either or both applications. Alternatively, such schema definitions may be dynamically generated by database integration engine 124 based on a data entity map associated with a database to/from which data is to be transferred.
  • The use of structured data documents and associated schema definitions to transfer data between data-based application 102 and document application 104 advantageously provides each application with the ability to receive and properly interpret data from the other application irrespective of how such data was labeled or stored by the other application. The use of shared schema definitions also ensures compatibility between the import/export functionality of each application. All of the foregoing allows for less user involvement in and increased reliability of the data transfer process, which greatly improves the end user experience.
  • In one embodiment of the present invention, after data has initially been transferred between database 122 and document 142, certain connection information used to perform that data transfer is maintained by document application 104. This connection information defines a link between fields within document 142 and a data set within database 122 that were involved in the initial data transfer. This connection information is then advantageously used to allow for easy updating of the fields within document 142 based on information currently residing in the data set within database 122 as well as to allow for easy updating of the data set within database 122 based on information currently residing in the fields of document 142.
  • Section B below will describe a manner by which data entities are initially transferred between a database associated with data-based application 102 and a document associated with document application 104 and how the aforementioned connection information is established during the performance of such a data transfer. Section C below will then describe how this connection information may be used to facilitate easy updating of the document based on information currently residing in the database as well as easy updating of the database based on information currently residing in the document.
  • B. Initial Transfer of Data Entities Between Data-Based Application and Document Application
  • Depending upon the implementation, a user may perform an initial transfer of data entities between a database associated with data-based application 102 and a document associated with document application 104 by invoking import or export functionality associated with document application 104 or by invoking import or export functionality associated with data-based application 102. Each of these various approaches will now be described.
  • 1. Import of Data Entities into Document Application
  • In one scenario, a user imports data entities from a database associated with data-based application 102 into a document associated with document application 104 by invoking import functionality of document application 104. FIG. 2 is a block diagram of system 100 that depicts additional implementation details relevant to such a scenario. Steps involved in performing such an import will now be described in reference to flowchart 300 of FIG. 3. The method of flowchart 300 is described herein by way of example only and is not intended to limit the present invention. Furthermore, although the steps of flowchart 300 may be described with reference to various logical and/or physical entities shown in FIG. 2, persons skilled in the relevant art(s) will readily appreciate that the method need not be implemented using such entities.
  • As shown in FIG. 3, the method of flowchart 300 begins at step 302 in which import functionality of document integration engine 144 is invoked by a user. The user may invoke the import functionality of document integration engine 144, for example, by interacting with a graphical user interface (GUI) that is presented to the user by document application 104.
  • At step 304, a document and document fields into which data is to be imported are selected by the user. The document may be explicitly selected by the user through interaction with import user interface (UI) logic 202, which is part of document integration engine 144 as shown in FIG. 2. For example, the user may interact with GUI elements generated by import UI logic 202 to select the document into which data is to be imported. Alternatively, the document may be implicitly selected by the user through some other user gesture. For example, a document that the user opened or was viewing prior to invoking the import functionality in step 302 may be deemed the selected document. For the remainder of the description of this method, it will be assumed that the user has selected document 142 as the document into which data is to be imported.
  • The document fields into which data is to be imported may also be explicitly selected by the user. The user may explicitly select such document fields, for example, by selecting one or more cells or tables within document 142 into which data is to be imported in a case where document 142 is a spreadsheet. Alternatively, the user may implicitly select the document fields through some other user gesture. A user may do this, for example, by selecting a template as the target document for import. As used herein, the term “template” refers to a document associated with document application 104 that has been specially designed for inputting, editing or viewing data to be transferred to/from a database associated with data-based application 102. In one embodiment, a template includes a predefined notion of which document fields are to be targeted for import. In a still further embodiment, the document fields into which data is to be imported are selected automatically by document integration engine 144 in accordance with some default setting or user preference.
  • At step 306, a database and data set within the database from which data is to be imported are selected by the user. In one embodiment, the user selects the database and the source data set through interaction with import UI logic 202 of document integration engine 144. For the remainder of the description of this method, it will be assumed that the user has selected database 122 as the database from which data is to be imported.
  • In one embodiment in which data-based application 102 is an accounting application such as MICROSOFT OFFICE ACCOUNTING, the user may select the source data set by providing or selecting (1) a company, (2) a master record, document or report list associated with a company, and/or (3) one or more query parameters to be applied. A master record, document or report list may comprise a table or view in database 122. The user may also select the source data set by specifying certain database fields that are to be included in the import.
  • In an alternate embodiment, at least a portion of the foregoing information used to select the source data set within database 122 is provided in association with a template selected by the user as the target document for import. For example, the selection of a particular template may dictate the master record, document or report list from which data is to be imported but not the company from which such data is to be imported.
  • At step 308, document integration engine 144 provides an identifier of the database selected in step 306 and information that identifies the data set selected in step 306 to database integration engine 124. This information may be provided by way of a communication link 204 established between document integration engine 144 and database integration engine 124, as shown in FIG. 2. In response to receiving this information, database integration engine 124 uses the received information to extract data entities from the identified data set in database 122. Database integration engine 124 also uses this information to select a schema definition that is appropriate for transferring data from the source data set. For the remainder of the description of this method, it will be assumed that schema definition 112 is selected as the schema definition that is appropriate for transferring data from the source data set.
  • Database integration engine 124 then inserts the data entities extracted from database 122 into a structured data document 114. Database integration engine 124 performs this step by mapping between elements and attributes of a database schema associated with database 122 and elements and attributes of schema definition 112. Based on this mapping, database integration engine 124 inserts extracted data entities into structured data document 114.
  • At step 310, database integration engine 124 provides the data from the source data set within database 122 to document integration engine 144 in the form of structured data document 114.
  • At step 312, document integration engine 144 obtains schema definition 112 associated with structured data document 114. An identifier of the appropriate schema definition may be included within structured data document 114. Alternatively, an identifier of the appropriate schema definition may be communicated from database integration engine 124 to document integration engine 144 over communication link 204. Still further, the identity of the appropriate schema definition may be determined by document integration engine 144 based on the selection of a particular source data set by the user in step 306, or based upon the selection of a particular template by the user as the import target document.
  • At step 314, document integration engine obtains or generates a map 206 between the target document fields selected in step 304 and element or attributes of schema definition 112. The mapping of document fields to elements or attributes of a schema definition is known in the art. For example, U.S. Pat. No. 7,249,316 to Collie et al. (incorporated by reference herein) describes a method by which a user can generate a map between cells and list objects of a spreadsheet and elements or attributes of a schema definition. U.S. Pat. No. 7,249,316 further describes the use of such a map to import a markup language data file to the spreadsheet and to export a markup language data file from the spreadsheet.
  • Map 206 between the target document fields and elements or attributes of schema definition 112 may be generated by a user through interaction with import UI logic 202 in a similar manner to that described in U.S. Pat. No. 7,249,316. Alternatively, map 206 may be dynamically generated by document integration engine 144 during the import process. Once generated, map 206 is stored in association with document 142. In the embodiment shown in FIG. 2, map 206 is embedded within document 142. One example of embedding a map within a document is described in U.S. Pat. No. 7,249,316, in which markers known as XPATHs are stored in a spreadsheet document to point a given cell or list object to a corresponding element or attribute in an associated schema definition.
  • In an alternate embodiment, the target document fields may be “pre-mapped” to the elements and attributes of schema definition 112 in an instance where a template is designated as the target document for the import. In this instance, map 206 exists in association with document 142 prior to execution of the import process.
  • At step 316, document integration engine 144 extracts data entities from structured data document 114 and inserts the extracted data entities within the selected document fields in accordance with map 206 obtained or generated in step 314 and schema definition 112.
  • At step 318, document integration engine 144 stores connection information 208 used during the import process in association with document 142. In the embodiment shown in FIG. 2, connection information 208 is embedded within document 142. In an embodiment in which document 142 is an EXCEL spreadsheet, the embedding of connection information 208 within document 142 may be achieved, for example, by storing connection information 208 in a very hidden worksheet within document 142.
  • As will be described in more detail herein, the storage of connection information 208 in association with document 142 facilitates subsequent updates of the target document fields in document 142 with the latest data stored in the associated data set in database 122. Also, the storage of connection information 208 in association with document 142 facilitates subsequent updating of data stored in the associated dataset in database 122 based on data currently stored in the target document fields in document 142. Such updates may be performed in a manner that is highly automated, reliable and easily managed by a user.
  • In an embodiment, connection information 208 includes information sufficient to identify database 122 from which data was imported, the data set within database 122 from which data was imported, and schema definition 112 used to generate structured data document 114. As noted above, the information used to identify the data set within database 122 from which data was imported may include (1) a company, (2) a master record, document or report list associated with a company, and/or (3) one or more query parameters that were applied. As also noted above, the information used to identify the data set may also include certain database fields that were included in the import.
  • Table 1 below shows example elements that may be included in connection information 208 in an embodiment in which data-based application 102 is a version of MICROSOFT OFFICE ACCOUNTING and document application 104 is a version of MICROSOFT EXCEL. However, this table is provided by way of example only and persons skilled in the art will appreciate that other types of connection information and methods of organizing such information may be used in accordance with various embodiments of the present invention.
  • TABLE 1
    Example Connection Information
    Element Attribute Content; Purpose/Description
    connection Xmlns MOA Namespace, a unique identification for
    all of the elements belonging to MICROSOFT OFFICE
    ACCOUNTING
    connection Root node representing this connection.
    Linked to a specific EXCEL Schema via ID
    companyGuid Unique identifier for the Company
    companyName Name of the Company that the query applies
    to.
    schemaID The ID/Name of the schema that this
    connection block applies to. This allows for
    accurate identification of the schema, and
    refreshing of the appropriate data blocks
    schemaVersion Schema version number following standard
    1.0.0.0 format
    MOA Version Version of MICROSOFT OFFICE
    ACCOUNTING
    serverName Name of a server that the Company resides
    in
    downloadDateTime Date and time that the download occurred
    filters An optional, unbounded list that contains
    name value pairs used to describe a set of
    predefined parameters for a query. All
    POSSIBLE parameters are sent into EXCEL,
    and they are all sent back to MICROSOFT
    OFFICE ACCOUNTING. However nilled
    parameters are ignored (treated as clear).
    filter Element containing the filter details
    filter field The name of the filter field in question,
    provided by MOA.
    filter type The type of the parameter that is expected
    filter min Min value of a possible filter range
    filter max Max value of a possible filter range
    fields Collection of fields that are being returned
    field Name of the field that is being returned
    rowsChecksum Validation mechanism for verifying row data
    on the set
    row Repeating element that contains the row
    validation data
    row primaryKey Integer primary key of the row
    row checksum Checksum value for the row and columns
    identified and managed
  • As shown in Table 1, in one embodiment of the present invention, a unique primary key associated with each database row imported from database 122 is stored as part of connection information 208. As will be discussed in more detail herein, this allows for matching of rows stored in document 142 to rows stored in database 122 when data is subsequently transferred from document application 104 back to data-based application 102. Such matching can advantageously be used to perform error checking operations. As also shown in Table 1, a checksum value is also stored in association with each database row imported from database 122. This checksum is based on the imported data entities associated with the row and may be advantageously used to determine if a user has changed the contents of the row in document 142 when data is subsequently transferred from document application 104 back to data-based application 102.
  • 2. Export of Data Entities from Document Application
  • In one scenario, a user exports data entities from a document associated with document application 104 to a database associated with data-based application 102 by invoking export functionality of document application 104. FIG. 4 is a block diagram of system 100 that depicts additional implementation details relevant to such a scenario. Steps involved in performing such an export will now be described in reference to flowchart 500 of FIG. 5. The method of flowchart 500 is described herein by way of example only and is not intended to limit the present invention. Furthermore, although the steps of flowchart 500 may be described with reference to various logical and/or physical entities shown in FIG. 4, persons skilled in the relevant art(s) will readily appreciate that the method need not be implemented using such entities.
  • As shown in FIG. 5, the method of flowchart 500 begins at step 502 in which export functionality of document integration engine 144 is invoked by a user. The user may invoke the export functionality of document integration engine 144, for example, by interacting with a GUI that is presented to the user by document application 104.
  • At step 504, a document and document fields from which data is to be exported are selected by the user. The document may be explicitly selected by the user through interaction with export user interface (UI) logic 402, which is part of document integration engine 144 as shown in FIG. 4. For example, the user may interact with GUI elements generated by export UI logic 402 to select the document from which data is to be exported. Alternatively, the document may be implicitly selected by the user through some other user gesture. For example, a document that the user opened or was viewing prior to invoking the export functionality in step 502 may be deemed the selected document. For the remainder of the description of this method, it will be assumed that the user has selected document 142 as the document from which data is to be exported.
  • The document fields from which data is to be exported may also be explicitly selected by the user. The user may explicitly select such document fields, for example, by identifying one or more cells or tables within document 142 from which data is to be exported in a case where document 142 is a spreadsheet. Alternatively, the user may implicitly select the document fields through some other user gesture. A user may do this, for example, by identifying a template as the source document for export. As noted above, a template is a document associated with document application 104 that has been specially designed for storing data to be transferred to/from a database associated with data-based application 102. In one embodiment, a template includes a predefined notion of which document fields are to be used as a source for export. In a still further embodiment, the document fields from which data is to be exported are selected automatically by document integration engine 144 in accordance with some default setting or user preference.
  • At step 506, a database and data set within the database into which data is to be exported are identified by the user. In one embodiment, the user selects the database and the target data set through interaction with export UI logic 402 of document integration engine 144. For the remainder of the description of this method, it will be assumed that the user has selected database 122 as the database into which data is to be exported.
  • In one embodiment in which data-based application 102 is an accounting application such as MICROSOFT OFFICE ACCOUNTING, the user may select the target data set by providing or selecting (1) a company, (2) a master record, document or report list associated with a company, and/or (3) one or more query parameters to be applied. The user may also identify the target data set by specifying certain database fields that are to be included in the export.
  • In an alternate embodiment, at least a portion of the foregoing information used to select the target data set within database 122 is provided in association with a template selected by the user as the source document for export. For example, the selection of a particular template may dictate the master record, document or report list into which data is to be exported but not the company into which such data is to be exported.
  • At step 508, document integration engine 144 provides an identifier of the database selected in step 506 and information that identifies the data set selected in step 506 to database integration engine 124. This information may be provided by way of a communication link 404 established between document integration engine 144 and database integration engine 124, as shown in FIG. 4.
  • At step 510, document integration engine 144 obtains a schema definition 112 for generating a structured data document 114 that will include the data to be exported from document 142. The identity of the appropriate schema definition may be determined by document integration engine 144 based on the selection of a particular source data set by the user in step 506, or based upon the selection of a particular template by the user as the export source document. Alternatively, the identity of the appropriate schema definition may be determined by database integration engine 124 and communicated from database integration engine 124 to document integration engine 144 over communication link 404.
  • At step 512, document integration engine 144 obtains or generates a map 406 between the source document fields selected in step 504 and elements or attributes of schema definition 112. Map 406 may be generated by a user through interaction with export UI logic 402 in a similar manner to that described in U.S. Pat. No. 7,249,316. Alternatively, map 406 may be dynamically generated by document integration engine 144 during the export process. Once generated, map 406 is stored in association with document 142. In the embodiment shown in FIG. 4, map 406 is embedded within document 142.
  • In an alternate embodiment, the source document fields may be “pre-mapped” to the elements and attributes of schema definition 112 in an instance where a template is designated as the source document for the export. In this instance, map 406 exists in association with document 142 prior to execution of the export process.
  • At step 514, document integration engine 144 extracts data entities from the source document fields in document 142 and inserts the extracted data entities within structured data document 114 in accordance with map 406 obtained or generated in step 512 and schema definition 112.
  • At step 516, document integration engine 144 provides the data from the source document fields within document 142 to database integration engine 124 in the form of structured data document 114.
  • At step 518, database integration engine 124 extracts data entities from structured data document 114 and stores the extracted entities in the target dataset within database 122. Database integration engine 124 performs this step by mapping between elements and attributes of schema definition 112 and a database schema associated with database 122. Based on this mapping, database integration engine 124 inserts extracted data entities into the target data set within database 122.
  • At step 520, document integration engine 144 stores connection information 408 used during the export process in association with document 142. In the embodiment shown in FIG. 4, connection information 408 is embedded within document 142. In an embodiment in which document 142 is an EXCEL spreadsheet, the embedding of connection information 408 within document 142 may be achieved, for example, by storing connection information 408 in a very hidden worksheet within document 142.
  • In an embodiment, connection information 408 includes information sufficient to identify database 122 to which data was exported, the data set within database 122 to which data was exported, and schema definition 112 used to generate structured data document 114. As noted above, the information used to identify the data set within database 122 to which data was exported may include (1) a company, (2) a master record, document or report list associated with a company, and/or (3) one or more query parameters that were applied. As also noted above, the information used to identify the data set may also include certain database fields that were included in the import. An example of elements that may be included in connection information 408 was previously described with reference to Table 1.
  • 3. Export of Data Entities from Data-Based Application
  • In one scenario, a user exports data entities from a database associated with data-based application 102 into a document associated with document application 104 by invoking export functionality of data-based application 102. FIG. 6 is a block diagram of system 100 that depicts additional implementation details relevant to such a scenario. Steps involved in performing such an import will now be described in reference to flowchart 700 of FIG. 7. The method of flowchart 700 is described herein by way of example only and is not intended to limit the present invention. Furthermore, although the steps of flowchart 700 may be described with reference to various logical and/or physical entities shown in FIG. 6, persons skilled in the relevant art(s) will readily appreciate that the method need not be implemented using such entities.
  • As shown in FIG. 7, the method of flowchart 700 begins at step 702 in which export functionality of database integration engine 124 is invoked by a user. The user may invoke the export functionality of database integration engine 124, for example, by interacting with a GUI that is presented to the user by data-based application 102.
  • At step 704, a database and data set within the database from which data is to be exported are selected by the user. The database may be explicitly selected by the user through interaction with export user interface (UI) logic 602, which is part of database integration engine 124 as shown in FIG. 6. For example, the user may interact with GUI elements generated by export UI logic 602 to select the database from which data is to be exported. Alternatively, the database may be implicitly selected by a user through some other user gesture. For example, a database that the user opened or was viewing prior to invoking the export functionality in step 702 may be deemed the selected database. For the remainder of the description of this method, it will be assumed that the user has selected database 122 as the database from which data is to be exported.
  • The source data set within database 122 from which data is to be exported may also be explicitly selected by the user. The user may explicitly select the data set, for example, through interaction with export UI logic 602 of database integration engine 124. In one embodiment in which data-based application 102 is an accounting application such as MICROSOFT OFFICE ACCOUNTING, the user may select the source data set by providing or selecting (1) a company, (2) a master record, document or report list associated with a company, and/or (3) one or more query parameters to be applied. The user may also select the source data set by specifying certain database fields that are to be included in the export.
  • Alternatively, the user may implicitly select the source data set through some other user gesture. For example, a data set that the user opened or was viewing prior to invoking the export functionality in step 702 may be deemed the identified data set. Still further, at least a portion of the information used to select the source data set may be dictated by the choice of a particular template as a target document for export in subsequent step 706. For example, the selection of a particular template may dictate the master record, document or report list from which data is to be exported but not the company from which such data is to be exported.
  • At step 706, a document and document fields to which data is to be exported are selected by the user. In one embodiment, the user explicitly selects the document through interaction with export UI logic 602 of database integration engine 124. For the remainder of the description of this method, it will be assumed that the user has selected document 142 as the document into which data is to be exported.
  • The document fields into which data is to be exported may also be explicitly selected by the user. The user may explicitly select such document fields, for example, through interaction with export UI logic 602 of database integration engine 124. Alternatively, the user may implicitly select the document fields through some other user gesture. A user may do this, for example, by selecting a template as the target document for export. In one embodiment, a template includes a predefined notion of which document fields are to be targeted for export. In a still further embodiment, the document fields into which data is to be exported are selected automatically by document integration engine 144 in accordance with some default setting or user preference.
  • At step 708, database integration engine 124 provides an identifier of the database selected in step 704 and information that identifies the data set selected in step 704 to document integration engine 144. During step 708, database integration engine 124 also provides an identification of the document and document fields to which data will be exported to document integration engine 144. This information may be provided by way of a communication link 604 established between database integration engine 124 and document integration engine 144, as shown in FIG. 6. In an embodiment in which document integration engine 144 determines the target document fields or in which the target document fields are determined by the choice of a particular template as the target document for export, an identification of the target document fields is not passed during step 708.
  • At step 710, database integration engine 124 provides data from the source data set within database 122 to document integration engine 144 in the form of structured data document 114. To perform this step, database integration engine 124 first extracts data entities from the source data set selected in database 122. Database integration engine 124 also identifies a schema definition that is appropriate for transferring data from the source data set. For the remainder of the description of this method, it will be assumed that schema definition 112 is identified as the schema definition that is appropriate for transferring data from the source data set.
  • Database integration engine 124 then inserts the data entities extracted from database 122 into a structured data document 114. Database integration engine 124 performs this step by mapping between elements and attributes of a database schema associated with database 122 and elements and attributes of schema definition 112. Based on this mapping, database integration engine 124 inserts extracted data entities into structured data document 114.
  • At step 712, document integration engine 144 obtains schema definition 112 associated with structured data document 114. An identifier of the appropriate schema definition may be included within structured data document 114. Alternatively, an identifier of the appropriate schema definition may be communicated from database integration engine 124 to document integration engine 144 over communication link 604. Still further, the identity of the appropriate schema definition may be determined by document integration engine 144 based upon the data set identification information provided in step 708, or based upon the identification of a particular template as the export target document in step 708.
  • At step 714, document integration engine 144 obtains or generates a map 606 between the target document fields identified in step 708 and elements or attributes of schema definition 112. Map 606 may be generated by a user through interaction with export UI logic 602 in a similar manner to that described in U.S. Pat. No. 7,249,316. Alternatively, map 606 may be dynamically generated by document integration engine 144 during the export process. Once generated, map 606 is stored in association with document 142. In the embodiment shown in FIG. 6, map 606 is embedded within document 142.
  • In an alternate embodiment, the target document fields may be “pre-mapped” to the elements and attributes of schema definition 112 in an instance where a template is designated as the target document for the export. In this instance, map 606 exists in association with document 142 prior to execution of the export process.
  • At step 716, document integration engine 144 extracts data entities from structured data document 114 and inserts the extracted data entities within the target document fields in accordance with map 606 obtained or generated in step 714 and schema definition 112.
  • At step 718, document integration engine 144 stores connection information 608 used during the export process in association with document 142. In the embodiment shown in FIG. 6, connection information 608 is embedded within document 142. In an embodiment in which document 142 is an EXCEL spreadsheet, the embedding of connection information 608 within document 142 may be achieved, for example, by storing connection information 608 in a very hidden worksheet within document 142.
  • In an embodiment, connection information 608 includes information sufficient to identify database 122 from which data was exported, the data set within database 122 from which data was exported, and schema definition 112 used to generate structured data document 114. As noted above, the information used to identify the data set within database 122 from which data was exported may include (1) a company, (2) a master record, document or report list associated with a company, and/or (3) one or more query parameters that were applied. As also noted above, the information used to identify the data set may also include certain database fields that were included in the export. An example of elements that may be included in connection information 608 was previously described with reference to Table 1.
  • 4. Import of Data Entities into Data-Based Application
  • In one scenario, a user imports data entities into a database associated with data-based application 102 from a document associated with document application 104 by invoking import functionality of data-based application 102. FIG. 8 is a block diagram of system 100 that depicts additional implementation details relevant to such a scenario. Steps involved in performing such an import will now be described in reference to flowchart 900 of FIG. 9. The method of flowchart 900 is described herein by way of example only and is not intended to limit the present invention. Furthermore, although the steps of flowchart 900 may be described with reference to various logical and/or physical entities shown in FIG. 8, persons skilled in the relevant art(s) will readily appreciate that the method need not be implemented using such entities.
  • As shown in FIG. 9, the method of flowchart 900 begins at step 902 in which import functionality of database integration engine 124 is invoked by a user. The user may invoke the import functionality of database integration engine 124, for example, by interacting with a GUI that is presented to the user by data-based application 102.
  • At step 904, a database and data set within the database into which data is to be imported are selected by the user. The database may be explicitly selected by the user through interaction with import user interface (UI) logic 802, which is part of database integration engine 124 as shown in FIG. 8. For example, the user may interact with GUI elements generated by import UI logic 802 to select the database into which data is to be imported. Alternatively, the database may be implicitly selected by the user through some other user gesture. For example, a database that the user opened or was viewing prior to invoking the import functionality in step 902 may be deemed the selected database. For the remainder of the description of this method, it will be assumed that the user has selected database 122 as the database into which data is to be imported.
  • The target data set within database 122 into which data is to be imported may also be explicitly selected by the user. The user may explicitly select the data set, for example, through interaction with import UI logic 802 of database integration engine 124. In one embodiment in which data-based application 102 is an accounting application such as MICROSOFT OFFICE ACCOUNTING, the user may select the target data set by providing or selecting (1) a company, (2) a master record, document or report list associated with a company, and/or (3) one or more query parameters to be applied. The user may also select the target data set by specifying certain database fields that are to be included in the import.
  • Alternatively, the user may implicitly select the target data set through some other user gesture. For example, a data set that the user opened or was viewing prior to invoking the import functionality in step 902 may be deemed the selected data set. Still further, at least a portion of the information used to select the target data set may be dictated by the choice of a particular template as a source document for import in subsequent step 906. For example, the selection of a particular template may dictate the master record, document or report list into which data is to be imported but not the company into which such data is to be imported.
  • At step 906, a document and document fields from which data is to be imported are selected by the user. In one embodiment, the user explicitly selects the document through interaction with import UI logic 802 of database integration engine 124. For the remainder of the description of this method, it will be assumed that the user has selected document 142 as the document from which data is to be imported.
  • The document fields from which data is to be imported may also be explicitly selected by the user. The user may explicitly select such document fields, for example, through interaction with import UI logic 802 of database integration engine 124. Alternatively, the user may implicitly select the document fields through some other user gesture. A user may do this, for example, by selecting a template as the source document for import. In one embodiment, a template includes a predefined notion of which document fields are to be used a source for import. In a still further embodiment, the document fields from which data is to be imported are selected automatically by document integration engine 144 in accordance with some default setting or user preference.
  • At step 908, database integration engine 124 provides an identifier of the database selected in step 904 and information that identifies the data set selected in step 904 to document integration engine 144. During step 908, database integration engine 124 also provides to document integration engine 144 an identification of the document and document fields from which data will be imported. This information may be provided by way of a communication link 804 established between database integration engine 124 and document integration engine 144, as shown in FIG. 8. In an embodiment in which document integration engine 144 determines the source document fields or in which the source document fields are determined by the choice of a particular template as the source document for import, an identification of the document fields is not passed during step 908.
  • At step 910, document integration engine 144 obtains a schema definition 112 for generating a structured data document 114 that will include the data to be imported to database 122. The identity of the appropriate schema definition may be determined by document integration engine 144 based on the source data set identification information obtained in step 908, or based upon the selection of a particular template by the user as the import source document. Alternatively, the identity of the appropriate schema definition may be determined by database integration engine 124 and communicated from database integration engine 124 to document integration engine 144 over communication link 804.
  • At step 912, document integration engine 144 obtains or generates a map 806 between the source document fields identified in step 908 and elements or attributes of schema definition 112. Map 806 may be generated by a user through interaction with import UI logic 802 in a similar manner to that described in U.S. Pat. No. 7,249,316. Alternatively, map 806 may be dynamically generated by document integration engine 144 during the import process. Once generated, map 806 is stored in association with document 142. In the embodiment shown in FIG. 8, map 806 is embedded within document 142.
  • In an alternate embodiment, the source document fields may be “pre-mapped” to the elements and attributes of schema definition 112 in an instance where a template is designated as the source document for the import. In this instance, map 806 exists in association with document 142 prior to execution of the import process.
  • At step 914, document integration engine 144 extracts data entities from the source document fields in document 142 and inserts the extracted data entities within structured data document 114 in accordance with map 806 obtained or generated in step 912 and schema definition 112.
  • At step 916, document integration engine 144 provides the data from the source document fields within document 142 to database integration engine 124 in the form of structured data document 114.
  • At step 918, database integration engine 124 extracts data entities from structured data document 114 and stores the extracted entities in the target dataset within database 122. Database integration engine 124 performs this step by mapping between elements and attributes of schema definition 112 and a database schema associated with database 122. Based on this mapping, database integration engine 124 inserts extracted data entities into the target data set within database 122.
  • At step 920, document integration engine 144 stores connection information 808 used during the import process in association with document 142. In the embodiment shown in FIG. 8, connection information 808 is embedded within document 142. In an embodiment in which document 142 is an EXCEL spreadsheet, the embedding of connection information 808 within document 142 may be achieved, for example, by storing connection information 808 in a very hidden worksheet within document 142.
  • In an embodiment, connection information 808 includes information sufficient to identify database 122 to which data was imported, the data set within database 122 to which data was imported, and schema definition 112 used to generate structured data document 114. As noted above, the information used to identify the data set within database 122 to which data was imported may include (1) a company, (2) a master record, document or report list associated with a company, and/or (3) one or more query parameters that were applied. As also noted above, the information used to identify the data set may also include certain database fields that were included in the import. An example of elements that may be included in connection information 808 was previously described with reference to Table 1.
  • C. Subsequent Document and Database Updates Based on Connection Information
  • In each of the above-described data transfer scenarios, after data has been transferred between document fields of a selected document and a data set within a selected database, connection information associated with the data transfer is stored in association with the selected document. As will be described in this section, an embodiment of the present invention uses such stored connection information to facilitate subsequent updates of the document fields based on the latest data stored in the associated data set and subsequent updates of the data set based on the latest data stored in the associated document fields. Such updates may be performed in a manner that is highly automated, reliable and easily managed by a user.
  • The functionality described in this section may be used, for example, to enable a user to easily refresh data entities that were previously imported from a database associated with data-based application 102 into a report associated with document application 104 with the most current version of such data entities stored in the database. This allows a user to easily generate updated versions of the report. The functionality described in this section may also be used to enable a user to edit data entities that were previously imported from a database associated with data-based application 102 into a document associated with document application 104 within the context of the document and then to update the database based on such edited data.
  • In this section, a process by which the connection information is used to facilitate an update of a data set in a database associated with data-based application 102 based on associated document fields of a document associated with document application 104 will first be described. Then a process by which the connection information is used to facilitate an update of document fields in a document associated with document application 104 based on an associated data set in a database associated with data-based application 104 will be described. Finally, a synchronization process that combines both of the foregoing processes will be described.
  • 1. Subsequent Database Update Based on Connection Information
  • A process by which a user updates a dataset in a database associated with data-based application 102 based on associated document fields of a document associated with document application 104 based on pre-existing connection information will now be described. FIG. 10 is a block diagram of system 100 that depicts additional implementation details relevant to the execution of such a process. Steps involved in performing such a process will now be described in reference to flowchart 1100 of FIG. 11. The method of flowchart 1100 is described herein by way of example only and is not intended to limit the present invention. Furthermore, although the steps of flowchart 1100 may be described with reference to various logical and/or physical entities shown in FIG. 10, persons skilled in the relevant art(s) will readily appreciate that the method need not be implemented using such entities.
  • As shown in FIG. 11, the method of flowchart 1100 begins at step 1102 in which update functionality of document integration engine 144 is invoked by a user with respect to a particular document, wherein the particular document is a document into which data from a database associated with data-based application 102 was previously transferred or from which data was previously transferred to a database associated with data-based application 102. The transfer may have occurred in accordance with any of the import/export scenarios described above in Section B. For the remainder of the description of this method, it will be assumed that the document for which the update functionality is invoked is document 142.
  • The user may invoke the update functionality of document integration engine 144, for example, by interacting with a GUI that is presented to the user by update UI logic 1002 of document integration engine 144. The user may also select the relevant document for update through interaction with the same GUI. The selection may also be made implicitly by the user through some other user gesture. For example, a document that the user opened or was viewing prior to invoking the update functionality may be deemed the relevant document for update.
  • At step 1104, document integration engine 144 sends a copy of connection information 1008 stored in association with document 142 during a previous import/export process to database integration engine 124.
  • At step 1106, document integration engine 144 extracts data entities currently stored in mapped document fields 1004 within document 142 and inserts the extracted data entities within a structured data document 114 in accordance with a map 1006 and schema definition 112. As discussed in a previous section, map 1006 may be associated with document 142 by virtue of a prior data transfer between document 142 and a database associated with data-based application 102 or by virtue of the fact that document 142 is a template. Document integration engine 144 may determine the appropriate schema definition based on a schema identifier stored as part of connection information 1008.
  • At step 1108, document integration engine 144 provides data from mapped document fields 1004 to database integration engine 124 in the form of structured data document 114.
  • At step 1110, database integration engine 124 receives the copy of connection information 1008 that was transferred from document integration engine 144 during step 1104 and structured data document 114 that was transferred from document integration engine 144 during step 1108.
  • At step 1112, database integration engine 124 identifies schema definition 112 based on a schema identifier included in connection information 1008.
  • At step 1114, database integration engine 124 identifies a target database 122 and a data set 1010 for update based respectively on a database identifier and data set identification information included in connection information 1008. As discussed elsewhere herein, the data set identification information may include (1) a company, (2) a master record, document or report list associated with a company, and/or (3) one or more query parameters. Database integration engine 124 may identify data set 1010 by accessing the identified list for the appropriate company then running a query against the list based on the query parameter(s). As also discussed elsewhere herein, the data set identification information may also include an identification of certain database fields. Database integration engine 124 may be configured to include only the identified database fields in the update.
  • At step 1116, database integration engine 124 extracts data entities from structured data document 114 based on schema definition 112.
  • At step 1118, database integration engine 124 updates target data set 1010 based on the extracted data entities from step 116. Database integration engine 124 performs this step by determining an element/attribute type of schema definition 112 that applies to each extracted data entity and then mapping the element/attribute type to a database schema associated with database 122. Because this is an update operation, the contents of data set 1010 are overwritten by the extracted data entities.
  • In one embodiment, to ensure the integrity of database 122, database integration engine 124 is configured to perform a number of checks prior to allowing an update to occur. For example, in one embodiment, database integration engine 124 determines whether the schema definition previously used to transfer data between mapped document fields 1004 and data set 1010 (which may be denoted by a schema identifier included in connection information 1008) is the same as a schema definition currently associated with data set 1010. Schema definitions associated with data sets may change, for example, in an embodiment in which database integration engine 124 dynamically generates schema definitions based on a data entity map associated with database 122. So, for example, is a user adds a user-defined field to database 122, database integration engine 124 may generate a new schema definition that encompasses the new user-defined field.
  • To detect a schema definition mismatch, database integration engine 124 may be configured to compare a schema version number stored as part of connection information 1008 with a schema version number currently associated with data set 1010. Alternatively, database integration engine 124 may be configured to directly compare a schema definition identified by a schema identifier stored as part of connection information 1008 with a schema definition currently associated with data set 1010.
  • If database integration engine 124 detects a schema definition mismatch, a variety of actions may be performed depending upon the implementation. For example, responsive to the detection of such a mismatch by database integration engine 124, document integration engine 144 may require a user to update map 1006 to account for the schema definition discrepancy (for example, by mapping one or more new fields or un-mapping one or more existing fields) and then to refresh the data stored in document 142 using a process that will be described in Section C.2 below.
  • Note that in one embodiment, database integration engine 124 may also be configured to detect a schema definition mismatch during an import process such as that described above in Sections B.2 and B.4 above. This may be useful for example, if the document from which data is being imported is a template and thus is already associated with a particular schema definition that may or may not match the schema definition being used for the import.
  • Another check that may be performed by database integration engine 124 prior to performing the update of step 1118 involves matching primary keys associated with database rows being transferred from document 142 with primary keys stored as part of connection information 1008. In one embodiment of the present invention, a primary key associated with each database row previously transferred between data set 1010 and mapped document fields 1004 is stored as part of connection information 1008. Prior to update, the primary keys associated with the database rows being transferred from document 142 may be compared to the primary keys stored in connection information 1008 for the purpose of performing error checking and facilitating the update operation.
  • In one implementation, if a primary key stored in connection information 1008 does not match any of the primary keys associated with the database rows currently being transferred from document 142, then the update is aborted due to error. This is because a user may have altered or deleted a primary key in document 142. In a further implementation, if a primary key stored in connection information 1008 matches a primary key associated with a database row currently being transferred from document 142, then that database row may be used for update. In a still further implementation, if a primary key associated with a database row currently being transferred from document 142 is blank (or in an alternative approach, does not match a primary key stored in connection information 1008), then a new database row will be added to database 122.
  • In another embodiment of the present invention, in addition to requiring a primary key match before allowing a row being transferred from document 142 to be used for update, database integration engine 124 also checks to determine whether or not the row in question has been changed relative to a corresponding row in database 122. In such an embodiment, only rows that have been changed are updated. This serves to improve the overall efficiency of the update process.
  • In one embodiment, the process of determining whether or not a row has been changed is performed by simply comparing each data entity in the row being transferred from document 142 to each corresponding data entity in a corresponding row in database 122. Only the data values that have changed are then updated.
  • In an alternate embodiment, the process of determining whether or not a row has been changed is performed by calculating a checksum based on the contents of the row being transferred from document 142 and then comparing the calculated checksum to a checksum stored in connection information 1008 in association with the row's primary key, wherein the checksum stored in connection information 1008 was calculated based on the contents of the row during a previous data transfer. The storage of checksum values as part of connection information associated with an import/export operation was previously described in reference to Table 1. If the checksums are different, then at least one data entity in the row has changed.
  • 2. Subsequent Document Update (“Refresh”) Based on Connection Information
  • A process by which a user updates or refreshes a set of fields in a document associated with document application 104 based on an associated dataset in a database associated with data-based application 102 based on pre-existing connection information will now be described. FIG. 12 is a block diagram of system 100 that depicts additional implementation details relevant to the execution of such a process. Steps involved in performing such a process will now be described in reference to flowchart 1300 of FIG. 13. The method of flowchart 1300 is described herein by way of example only and is not intended to limit the present invention. Furthermore, although the steps of flowchart 1300 may be described with reference to various logical and/or physical entities shown in FIG. 12, persons skilled in the relevant art(s) will readily appreciate that the method need not be implemented using such entities.
  • As shown in FIG. 13, the method of flowchart 1300 begins at step 1302 in which refresh functionality of document integration engine 144 is invoked by a user with respect to a particular document, wherein the particular document is a document into which data from a database associated with data-based application 102 was previously transferred or from which data was previously transferred to a database associated with data-based application 102. The transfer may have occurred in accordance with any of the import/export scenarios described above in Section B. For the remainder of the description of this method, it will be assumed that the document for which the refresh functionality is invoked is document 142.
  • The user may invoke the refresh functionality of document integration engine 144, for example, by interacting with a GUI that is presented to the user by refresh UI logic 1202 of document integration engine 144. The user may also select the relevant document for refresh through interaction with the GUI presented by refresh UI logic 1202. The selection may also be made implicitly by the user through some other user gesture. For example, a document that the user opened or was viewing prior to invoking the refresh functionality may be deemed the relevant document for refresh.
  • At step 1304, document integration engine 144 sends a copy of connection information 1208 stored in association with document 142 during a previous import/export process to database integration engine 124.
  • At step 1306, database integration engine 124 receives the copy of connection information 1208 that was transferred from document integration engine 144 during step 1304.
  • At step 1308, database integration engine 124 identifies schema definition 112 based on a schema identifier included in connection information 1008.
  • At step 1310, database integration engine 124 identifies a source database 122 and a data set 1210 for refresh based respectively on a database identifier and data set identification information included in connection information 1008. As discussed elsewhere herein, the data set identification information may include (1) a company, (2) a master record, document or report list associated with a company, and/or (3) one or more query parameters. Database integration engine 124 may identify data set 1210 by accessing the identified list for the appropriate company then running a query against the list based on the query parameter(s). As also discussed elsewhere herein, the data set identification information may also include an identification of certain database fields. Database integration engine 124 may be configured to include only the identified database fields in the refresh.
  • At step 1312, database integration engine 124 extracts data entities from source data set 1210 and inserts the extracted data entities within structured data document 114 based on the schema definition 112. Database integration engine 124 performs this step in part by mapping between a database schema associated with database 122 and the elements/attributes of schema definition 112.
  • At step 1314, database integration engine 124 provides data from source data set 1210 to document integration engine 144 in form of structured data document 114 and at step 1316, document integration engine 144 receives structured data document 114.
  • At step 1318, document integration engine 144 extracts data entities from structured data document 114 and inserts the extracted data entities within mapped document fields 1204 within document 142 in accordance with map 1206 and schema definition 112, thereby overwriting the values previously stored in those document fields. As discussed in a previous section, map 1206 may be associated with document 142 by virtue of a prior data transfer between document 142 and database 122 or by virtue of the fact that document 142 is a template. Document integration engine 144 may determine the appropriate schema definition based on a schema identifier stored as part of connection information 1208.
  • 3. Subsequent Database and Document Synchronization Based on Connection Information
  • For purposes of ensuring complete consistency between data entities represented in both a database associated with a data-based application 102 and a document associated with document application 104, an embodiment of the present invention may implement a synchronize operation that is essentially a combination of the update operation described above in Section C.2 and the refresh operation described above in Section C.3.
  • FIG. 14 depicts a flowchart 1400 of a method for performing such a synchronization process. As shown in FIG. 14, the method of flowchart 1400 begins at step 1402, in a which a user invokes synchronization functionality of document integration engine 144 with respect to a particular document, wherein the particular document is a document into which data from a database associated with data-based application 102 was previously transferred or from which data was previously transferred to a database associated with data-based application 102. At step 1404, an update process is performed with respect to the particular document based on connection information associated with the particular document in a like manner to that described above in Section C.1. At step 1406, a refresh process is performed with respect to the particular document based on connection information associated with the particular document in a like manner to that described above in Section C.2.
  • D. Example Computer System Implementation
  • FIG. 15 depicts an exemplary implementation of a computer 1500 upon which various aspects of the present invention may be executed. Computer 1500 is intended to represent a general-purpose computing device in the form of a conventional personal computer.
  • As shown in FIG. 15, computer 1500 includes a processing unit 1502, a system memory 1504, and a bus 1506 that couples various system components including system memory 1504 to processing unit 1502. Bus 1506 represents one or more of any of several types of bus structures, including a memory bus or memory controller, a peripheral bus, an accelerated graphics port, and a processor or local bus using any of a variety of bus architectures. System memory 1504 includes read only memory (ROM) 1508 and random access memory (RAM) 1510. A basic input/output system 1512 (BIOS) is stored in ROM 1508.
  • Computer 1500 also has one or more of the following drives: a hard disk drive 1514 for reading from and writing to a hard disk, a magnetic disk drive 1516 for reading from or writing to a removable magnetic disk 1518, and an optical disk drive 1520 for reading from or writing to a removable optical disk 1522 such as a CD ROM, DVD ROM, or other optical media. Hard disk drive 1514, magnetic disk drive 1516, and optical disk drive 1520 are connected to bus 1506 by a hard disk drive interface 1524, a magnetic disk drive interface 1526, and an optical drive interface 1528, respectively. The drives and their associated computer-readable media provide nonvolatile storage of computer-readable instructions, data structures, program modules and other data for the server computer. Although a hard disk, a removable magnetic disk and a removable optical disk are described, other types of computer-readable media can be used to store data, such as flash memory cards, digital video disks, random access memories (RAMs), read only memories (ROM), and the like.
  • A number of program modules may be stored on the hard disk, magnetic disk, optical disk, ROM, or RAM. These programs include an operating system 1530, one or more application programs 1532, other program modules 1534, and program data 1536. Application programs 1532 or program modules 1534 may include, for example, logic for implementing data-based application 102 or document application 104 as described herein. Application programs 1532 or program modules 1534 may also include, for example, logic for implementing one or more of the steps of the flowcharts depicted in FIGS. 3, 5, 7, 9, 11, 13 and 14. Thus each step illustrated in those figures may also be thought of as program logic configured to perform the function described by that step.
  • A user may enter commands and information into computer 1500 through input devices such as keyboard 1538 and pointing device 1540. Other input devices (not shown) may include a microphone, joystick, game pad, satellite dish, scanner, or the like. These and other input devices are often connected to the processing unit 1502 through a serial port interface 1542 that is coupled to bus 1506, but may be connected by other interfaces, such as a parallel port, game port, or a universal serial bus (USB).
  • A monitor 1544 or other type of display device is also connected to bus 1506 via an interface, such as a video adapter 1546. Monitor 1544 is used to present a GUI that assists a user/operator in configuring and controlling computer 1500. In addition to the monitor, computer 1500 may include other peripheral output devices (not shown) such as speakers and printers.
  • Computer 1500 is connected to a network 1548 (e.g., the Internet) through a network interface 1550, a modem 1552, or other means for establishing communications over the network. Modem 1552, which may be internal or external, is connected to bus 1506 via serial port interface 1542.
  • As used herein, the terms “computer program medium” and “computer-readable medium” are used to generally refer to media such as the hard disk associated with hard disk drive 1514, removable magnetic disk 1518, removable optical disk 1522, as well as other media such as flash memory cards, digital video disks, random access memories (RAMs), read only memories (ROM), and the like.
  • As noted above, computer programs (including application programs 1532 and other program modules 1534) may be stored on the hard disk, magnetic disk, optical disk, ROM, or RAM. Such computer programs may also be received via network interface 1550 or serial port interface 1542. Such computer programs, when executed, enable computer 1500 to implement features of the present invention discussed herein. Accordingly, such computer programs represent controllers of computer 1500.
  • The invention is also directed to computer program products comprising software stored on any computer useable medium. Such software, when executed in one or more data processing devices, causes a data processing device(s) to operate as described herein. Embodiments of the present invention employ any computer-useable or computer-readable medium, known now or in the future. Examples of computer-readable mediums include, but are not limited to storage devices such as RAM, hard drives, floppy disks, CD ROMs, DVD ROMs, zip disks, tapes, magnetic storage devices, optical storage devices, MEMs, nanotechnology-based storage devices, and the like.
  • E. Conclusion
  • While various embodiments of the present invention have been described above, it should be understood that they have been presented by way of example only, and not limitation. It will be understood by those skilled in the relevant art(s) that various changes in form and details may be made therein without departing from the spirit and scope of the invention as defined in the appended claims. Accordingly, the breadth and scope of the present invention should not be limited by any of the above-described exemplary embodiments, but should be defined only in accordance with the following claims and their equivalents.

Claims (20)

1. A method for updating a database associated with a data-based application based on data stored in a document associated with a document application, comprising:
receiving a copy of connection information stored in association with the document, wherein the connection information includes at least a schema identifier and data set identification information;
identifying a schema definition based on the schema identifier;
identifying a target data set within the database based at least on the data set identification information;
receiving a structured data document that includes data entities extracted from the document;
extracting the data entities from the structured data document based on the schema definition; and
updating the target data set based on the extracted data entities.
2. The method of claim 1 wherein the document associated with the document application comprises a spreadsheet associated with a spreadsheet application.
3. The method of claim 1, wherein identifying the schema definition comprises identifying an Extensible Markup Language (XML) schema definition and wherein receiving the structured data document comprises receiving an XML document.
4. The method of claim 1, wherein the data set identification information includes a unique identifier of the database, the method further comprising:
identifying the database based on the unique identifier of the database.
5. The method of claim 1, wherein the data set identification information includes query parameters, and wherein identifying the target data set within the database based on at least the data set identification information comprises:
identifying the target data set within the database by executing a query against the database based on the query parameters.
6. The method of claim 1, wherein the data set identification information includes one or more field identifiers, and wherein identifying the target data set within the database based on at least the data set identification information comprises:
identifying one or more fields within the database based on the one or more field identifiers.
7. The method of claim 1, wherein the data entities extracted from the document include a plurality of rows each having a unique primary key, and wherein updating the target data set based on the extracted data entities comprises:
identifying a plurality of rows in the target data set that correspond to the rows in the plurality of rows based on the primary keys.
8. The method of claim 7, further comprising:
generating an error if a row in the target data set does not correspond to a row in the plurality of rows.
9. The method of claim 8, wherein updating the target data set based on the extracted data entities further comprises:
updating each row in the target data set only if the row in the target data set is determined to be different than a corresponding row in the plurality of rows.
10. The method of claim 1, wherein updating the target data set comprises:
updating the target data set only if it is determined that a schema definition currently associated with the target data set matches the identified schema definition.
11. The method of claim 1, further comprising:
generating the schema definition based on an entity map associated with the database.
12. A method for exporting data from a database associated with a data-based application for use in updating a document associated with a document application, comprising:
receiving a copy of connection information stored in association with the document, wherein the connection information includes at least a schema identifier and data set identification information;
identifying a schema definition based on the schema identifier;
identifying a source data set within the database based at least on the data set identification information;
extracting data entities from the source data set;
inserting the extracted data entities into a structured data document based on the schema; and
transferring the structured data document to the document application for updating of the document.
13. The method of claim 12 wherein the document associated with the document application comprises a spreadsheet associated with a spreadsheet application.
14. The method of claim 12, wherein identifying the schema definition comprises identifying an Extensible Markup Language (XML) schema definition and wherein inserting the extracted data entities into a structured data document comprises inserting the extracted data entities into an XML document.
15. The method of claim 12, wherein the data set identification information includes a unique identifier of the database, the method further comprising:
identifying the database based on the unique identifier of the database.
16. The method of claim 12, wherein the data set identification information includes query parameters, and wherein identifying the source data set within the database based on at least the data set identification information comprises:
identifying the source data set within the database by executing a query against the database based on the query parameters.
17. The method of claim 12, wherein the data set identification information includes one or more field identifiers, and wherein identifying the source data set within the database based on at least the data set identification information comprises:
identifying one or more fields within the database based on the one or more field identifiers.
18. The method of claim 12, further comprising:
generating the schema definition based on an entity map associated with database.
19. An integration engine for updating a database associated with a data-based application based on data stored in a document associated with a document application, comprising:
first logic configured to receiving a copy of connection information stored in association with the document, wherein the connection information includes at least a schema identifier and data set identification information;
second logic configured to identify a schema definition based on the schema identifier;
third logic configured to identify a target data set within the database based at least on the data set identification information;
fourth logic configured to receive a first structured data document that includes data entities extracted from the document;
fifth logic configured to extract the data entities from the first structured data document based on the schema; and
sixth logic configured to update the target data set based on the data entities extracted from the first structured data document.
20. The integration engine of claim 19, further comprising:
seventh logic configured to identify a source data set within the database based at least on the data set identification information;
eighth logic configured to extract data entities from the source data set;
ninth logic configured to inserting the data entities extracted from the source data set into a second structured data document based on the schema; and
tenth logic configured to transfer the second structured data document to the document application for updating of the document.
US12/146,593 2008-06-26 2008-06-26 Schema-based data transfer between a data-based application and a document application Active 2032-01-27 US8666960B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
US12/146,593 US8666960B2 (en) 2008-06-26 2008-06-26 Schema-based data transfer between a data-based application and a document application

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
US12/146,593 US8666960B2 (en) 2008-06-26 2008-06-26 Schema-based data transfer between a data-based application and a document application

Publications (2)

Publication Number Publication Date
US20090327343A1 true US20090327343A1 (en) 2009-12-31
US8666960B2 US8666960B2 (en) 2014-03-04

Family

ID=41448767

Family Applications (1)

Application Number Title Priority Date Filing Date
US12/146,593 Active 2032-01-27 US8666960B2 (en) 2008-06-26 2008-06-26 Schema-based data transfer between a data-based application and a document application

Country Status (1)

Country Link
US (1) US8666960B2 (en)

Cited By (17)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20120143888A1 (en) * 2010-12-07 2012-06-07 Jagdeesh Manickam Neelakantan Automatic updating of an existing document using save-in functionality
US8219595B2 (en) * 2008-02-14 2012-07-10 Hewlett-Packard Development Company, L.P. System and method for efficient remote data access for server management
US20150278267A1 (en) * 2014-03-27 2015-10-01 Fujitsu Limited Processing method and information processing apparatus
US9317513B1 (en) * 2012-06-27 2016-04-19 Netapp, Inc. Content database for storing extracted content
US9355150B1 (en) 2012-06-27 2016-05-31 Bryan R. Bell Content database for producing solution documents
US20170024465A1 (en) * 2015-07-24 2017-01-26 Nuance Communications, Inc. System and method for natural language driven search and discovery in large data sources
US9600562B2 (en) 2012-09-28 2017-03-21 International Business Machines Corporation Method and apparatus for asynchronized de-serialization of E-R model in a huge data trunk
US20180068003A1 (en) * 2015-07-31 2018-03-08 Hewlett-Packard Development Company, L.P. Updating a local instance of a shared drive
US10552425B1 (en) * 2016-04-28 2020-02-04 Jpmorgan Chase Bank, N.A. System and method for automated data utilization
US10631057B2 (en) 2015-07-24 2020-04-21 Nuance Communications, Inc. System and method for natural language driven search and discovery in large data sources
US10769186B2 (en) 2017-10-16 2020-09-08 Nuance Communications, Inc. System and method for contextual reasoning
US10789264B2 (en) 2016-01-20 2020-09-29 International Business Machines Corporation Automating configuration of operational data pipelines for extraction, transformation and load
US11106640B1 (en) * 2013-09-23 2021-08-31 Amazon Technologies, Inc. Database fleet schema maintenance
US11228441B2 (en) * 2019-08-16 2022-01-18 Accenture Global Solutions Limited System for automated data verification
US20220121618A1 (en) * 2020-10-21 2022-04-21 Western Digital Technologies, Inc. Emulation of code-description tables on sql databases using enum data type
US11372862B2 (en) 2017-10-16 2022-06-28 Nuance Communications, Inc. System and method for intelligent knowledge access
US20220350510A1 (en) * 2021-04-30 2022-11-03 Hitachi, Ltd. Method for changing configuration of storage system and storage system

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US9251181B2 (en) * 2012-06-18 2016-02-02 International Business Machines Corporation Dynamic map template discovery and map creation
WO2016004188A1 (en) 2014-07-03 2016-01-07 FishEye Products, LLC Realtime processing of streaming data

Citations (17)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20020052791A1 (en) * 1998-10-19 2002-05-02 Defede James M. Remote transaction tracking and financial package link
US20050065977A1 (en) * 2003-09-24 2005-03-24 Benson Max L. Configuration of a directory system
US20050267901A1 (en) * 2000-11-10 2005-12-01 Kevin Irlen Distributed single schema data modeling system and method
US20060064666A1 (en) * 2001-05-25 2006-03-23 Amaru Ruth M Business rules for configurable metamodels and enterprise impact analysis
US20060101424A1 (en) * 2004-10-21 2006-05-11 Todd Griffith Computer interchange of knowledge hierarchies
US20060112329A1 (en) * 2003-02-28 2006-05-25 Microsoft Corporation Importing and exporting markup language data in a spreadsheet application document
US20060174192A1 (en) * 2005-02-01 2006-08-03 Microsoft Corporation Export to excel
US20060212432A1 (en) * 1999-01-05 2006-09-21 Tsai Daniel E Distributed database schema
US7127672B1 (en) * 2003-08-22 2006-10-24 Microsoft Corporation Creating and managing structured data in an electronic spreadsheet
US20060277222A1 (en) * 2005-06-01 2006-12-07 Microsoft Corporation Persistent data file translation settings
US20070112866A1 (en) * 2005-11-10 2007-05-17 International Business Machines Corporation Reason-based database changes
US20070112843A1 (en) * 2000-06-29 2007-05-17 Microsoft Corporation Method of compiling schema mapping
US7228308B2 (en) * 2003-11-12 2007-06-05 International Business Machines Corporation Method and system for direct linkage of a relational database table for data preparation
US20070203922A1 (en) * 2006-02-28 2007-08-30 Thomas Susan M Schema mapping and data transformation on the basis of layout and content
US7349913B2 (en) * 2003-08-21 2008-03-25 Microsoft Corporation Storage platform for organizing, searching, and sharing data
US20080077621A1 (en) * 2005-04-12 2008-03-27 Cognos Incorporated Job scheduling for automatic movement of multidimensional data between live datacubes
US20080281820A1 (en) * 2007-05-08 2008-11-13 Sap Ag Schema Matching for Data Migration

Patent Citations (18)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20020052791A1 (en) * 1998-10-19 2002-05-02 Defede James M. Remote transaction tracking and financial package link
US20060212432A1 (en) * 1999-01-05 2006-09-21 Tsai Daniel E Distributed database schema
US20070112843A1 (en) * 2000-06-29 2007-05-17 Microsoft Corporation Method of compiling schema mapping
US20050267901A1 (en) * 2000-11-10 2005-12-01 Kevin Irlen Distributed single schema data modeling system and method
US20060064666A1 (en) * 2001-05-25 2006-03-23 Amaru Ruth M Business rules for configurable metamodels and enterprise impact analysis
US20060112329A1 (en) * 2003-02-28 2006-05-25 Microsoft Corporation Importing and exporting markup language data in a spreadsheet application document
US7249316B2 (en) * 2003-02-28 2007-07-24 Microsoft Corporation Importing and exporting markup language data in a spreadsheet application document
US7349913B2 (en) * 2003-08-21 2008-03-25 Microsoft Corporation Storage platform for organizing, searching, and sharing data
US7127672B1 (en) * 2003-08-22 2006-10-24 Microsoft Corporation Creating and managing structured data in an electronic spreadsheet
US20050065977A1 (en) * 2003-09-24 2005-03-24 Benson Max L. Configuration of a directory system
US7228308B2 (en) * 2003-11-12 2007-06-05 International Business Machines Corporation Method and system for direct linkage of a relational database table for data preparation
US20060101424A1 (en) * 2004-10-21 2006-05-11 Todd Griffith Computer interchange of knowledge hierarchies
US20060174192A1 (en) * 2005-02-01 2006-08-03 Microsoft Corporation Export to excel
US20080077621A1 (en) * 2005-04-12 2008-03-27 Cognos Incorporated Job scheduling for automatic movement of multidimensional data between live datacubes
US20060277222A1 (en) * 2005-06-01 2006-12-07 Microsoft Corporation Persistent data file translation settings
US20070112866A1 (en) * 2005-11-10 2007-05-17 International Business Machines Corporation Reason-based database changes
US20070203922A1 (en) * 2006-02-28 2007-08-30 Thomas Susan M Schema mapping and data transformation on the basis of layout and content
US20080281820A1 (en) * 2007-05-08 2008-11-13 Sap Ag Schema Matching for Data Migration

Cited By (22)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8219595B2 (en) * 2008-02-14 2012-07-10 Hewlett-Packard Development Company, L.P. System and method for efficient remote data access for server management
US20120143888A1 (en) * 2010-12-07 2012-06-07 Jagdeesh Manickam Neelakantan Automatic updating of an existing document using save-in functionality
US9317513B1 (en) * 2012-06-27 2016-04-19 Netapp, Inc. Content database for storing extracted content
US9355150B1 (en) 2012-06-27 2016-05-31 Bryan R. Bell Content database for producing solution documents
US10089385B2 (en) 2012-09-28 2018-10-02 International Business Machines Corporation Method and apparatus for asynchroinzed de-serialization of E-R model in a huge data trunk
US9600562B2 (en) 2012-09-28 2017-03-21 International Business Machines Corporation Method and apparatus for asynchronized de-serialization of E-R model in a huge data trunk
US11106640B1 (en) * 2013-09-23 2021-08-31 Amazon Technologies, Inc. Database fleet schema maintenance
US20150278267A1 (en) * 2014-03-27 2015-10-01 Fujitsu Limited Processing method and information processing apparatus
US20170024465A1 (en) * 2015-07-24 2017-01-26 Nuance Communications, Inc. System and method for natural language driven search and discovery in large data sources
US10847175B2 (en) * 2015-07-24 2020-11-24 Nuance Communications, Inc. System and method for natural language driven search and discovery in large data sources
US10631057B2 (en) 2015-07-24 2020-04-21 Nuance Communications, Inc. System and method for natural language driven search and discovery in large data sources
US20180068003A1 (en) * 2015-07-31 2018-03-08 Hewlett-Packard Development Company, L.P. Updating a local instance of a shared drive
US10789264B2 (en) 2016-01-20 2020-09-29 International Business Machines Corporation Automating configuration of operational data pipelines for extraction, transformation and load
US10803081B2 (en) 2016-01-20 2020-10-13 International Business Machines Corporation Automating configuration of operational data pipelines for extraction, transformation and load
US10552425B1 (en) * 2016-04-28 2020-02-04 Jpmorgan Chase Bank, N.A. System and method for automated data utilization
US10769186B2 (en) 2017-10-16 2020-09-08 Nuance Communications, Inc. System and method for contextual reasoning
US11372862B2 (en) 2017-10-16 2022-06-28 Nuance Communications, Inc. System and method for intelligent knowledge access
US11228441B2 (en) * 2019-08-16 2022-01-18 Accenture Global Solutions Limited System for automated data verification
US20220121618A1 (en) * 2020-10-21 2022-04-21 Western Digital Technologies, Inc. Emulation of code-description tables on sql databases using enum data type
US11892973B2 (en) * 2020-10-21 2024-02-06 Western Digital Technologies, Inc. Emulation of code-description tables on SQL databases using Enum data type
US20220350510A1 (en) * 2021-04-30 2022-11-03 Hitachi, Ltd. Method for changing configuration of storage system and storage system
US11868630B2 (en) * 2021-04-30 2024-01-09 Hitachi, Ltd. Method for changing configuration of storage system and storage system

Also Published As

Publication number Publication date
US8666960B2 (en) 2014-03-04

Similar Documents

Publication Publication Date Title
US8666960B2 (en) Schema-based data transfer between a data-based application and a document application
US8799251B2 (en) Document templates for schema-based data transfer into and out of a data-based application
US8918447B2 (en) Methods, apparatus, systems and computer readable mediums for use in sharing information between entities
US7747580B2 (en) Direct loading of opaque types
US20210397626A1 (en) Extended computerized query language syntax for analyzing multiple tabular data arrangements in data-driven collaborative projects
US20190065567A1 (en) Extended computerized query language syntax for analyzing multiple tabular data arrangements in data-driven collaborative projects
US7870163B2 (en) Implementation of backward compatible XML schema evolution in a relational database system
CN105144080B (en) System for metadata management
KR101013810B1 (en) An excel-based management system for updating db tables and the method thereof
US8504593B2 (en) Server directory schema comparator
CN103168300B (en) There is the incremental maintenance of the materialized view immediately of outer connection
US8291310B2 (en) Delta-saving in XML-based documents
US8903806B2 (en) Matching queries to data operations using query templates
US20090164943A1 (en) Open model ingestion for Master Data Management
US20110191304A1 (en) System and method for export and import of metadata located in metadata registries
US20150032689A1 (en) Data definition language (ddl) expression annotation
US7395271B2 (en) Mechanism to enable evolving XML schema
AU2015331030A1 (en) System generator module for electronic document and electronic file
US8423512B2 (en) Leveraging XML capabilities of a database to enhance handling of document data
US6915313B2 (en) Deploying predefined data warehouse process models
US7054851B2 (en) Communication data format for use in data storage and retrieval
US7694315B2 (en) Schema-based machine generated programming models
CN114238527A (en) Data processing method and data processing device based on object relation mapping
US8386500B2 (en) Apparatus, system, and method for XML based disconnected data access for multivalued/hierarchical databases
US7424495B2 (en) Handling uniqueness constraints in a database system with versioned data

Legal Events

Date Code Title Description
AS Assignment

Owner name: MICROSOFT CORPORATION, WASHINGTON

Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNORS:MCCORMACK, MICHAEL J.;MORTENSEN, JOERN L.;HADDAD, MARC V. EL;AND OTHERS;REEL/FRAME:021405/0308;SIGNING DATES FROM 20080730 TO 20080811

Owner name: MICROSOFT CORPORATION, WASHINGTON

Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNORS:MCCORMACK, MICHAEL J.;MORTENSEN, JOERN L.;HADDAD, MARC V. EL;AND OTHERS;SIGNING DATES FROM 20080730 TO 20080811;REEL/FRAME:021405/0308

STCF Information on status: patent grant

Free format text: PATENTED CASE

AS Assignment

Owner name: MICROSOFT TECHNOLOGY LICENSING, LLC, WASHINGTON

Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNOR:MICROSOFT CORPORATION;REEL/FRAME:034564/0001

Effective date: 20141014

MAFP Maintenance fee payment

Free format text: PAYMENT OF MAINTENANCE FEE, 4TH YEAR, LARGE ENTITY (ORIGINAL EVENT CODE: M1551)

Year of fee payment: 4

MAFP Maintenance fee payment

Free format text: PAYMENT OF MAINTENANCE FEE, 8TH YEAR, LARGE ENTITY (ORIGINAL EVENT CODE: M1552); ENTITY STATUS OF PATENT OWNER: LARGE ENTITY

Year of fee payment: 8