+

CN103593199A - Method and systems for data conversion - Google Patents

Method and systems for data conversion Download PDF

Info

Publication number
CN103593199A
CN103593199A CN201310635242.3A CN201310635242A CN103593199A CN 103593199 A CN103593199 A CN 103593199A CN 201310635242 A CN201310635242 A CN 201310635242A CN 103593199 A CN103593199 A CN 103593199A
Authority
CN
China
Prior art keywords
script
compatible
data
data structure
basic
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
CN201310635242.3A
Other languages
Chinese (zh)
Other versions
CN103593199B (en
Inventor
杨斌
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.)
Maipu Communication Technology Co Ltd
Original Assignee
Maipu Communication Technology Co Ltd
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 Maipu Communication Technology Co Ltd filed Critical Maipu Communication Technology Co Ltd
Priority to CN201310635242.3A priority Critical patent/CN103593199B/en
Publication of CN103593199A publication Critical patent/CN103593199A/en
Application granted granted Critical
Publication of CN103593199B publication Critical patent/CN103593199B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Devices For Executing Special Programs (AREA)

Abstract

The invention discloses a method and systems for data conversion, and belongs to the technical field of computer application software. The method comprises the following steps that A, a basic script of a first system is created, and a data structure required by the first system is defined in the basic script; B, an expansion script corresponding to a second system to be supported is established, a data structure required by the second system to be supported is defined in the expansion script, and the corresponding relation between the second system to be supported and the expansion script is stored. The method and systems have the advantages that the characteristic of interpretive execution of the scripts is adopted, the scripts are adopted to do data conversion, and the processes of recompilation and releasing are avoided. Expenditure of time brought by recompilation and releasing is reduced, efficiency is improved, the method and systems are especially suitable for data conversion testing under a debugging scene, and requirement changes can be responded to in time.

Description

The method and system of data-switching
Technical field
The present invention relates to computer application software technical field, relate in particular to a kind of method and system of data structure conversion.
Background technology
Universal along with network, application class software has entered high-speed development period, and the relation between application software system is also tight gradually, mutually assists to provide that to enrich the demand of function also more and more stronger between a plurality of application systems.But, between a plurality of different application systems, in the process of swap data, usually there is the unmatched situation of data among systems structure.For this situation, conventional method is to do data-switching, and current more conventional mode is that the language that adopts system development to use carries out data-switching, yet this mode has some limitations.
For the data-switching between different system, be generally that the programming language that employing system is used carries out programming development, do corresponding data-switching coding, then compile generating object file support, for example: system adopts java language development, when system and other system are carried out data-switching, be generally just to adopt java Programming with Pascal Language to do data conversion treatment, the source code then programming being produced compiles, and generating object file is that class file is supported.The shortcoming of this mode is: coding after need to compile, and again issue, operational system, just can carry out data compatibility support.
For application class software, client's changes in demand is more frequent, particularly, for being very difficult in operating process such as customers' place on-the-spot demonstration, debugging, will have a strong impact on debugging efficiency, the non-constant of its testability.
Especially for following scene: developer supports indoor, the actions such as demonstration, commissioning staff cannot encode in customers' place, compile, pack, issue, need indoor developer to carry out technical support, just demand must be submitted to indoor, indoor carry out correspondence develop and upgrade submit to after version outdoor, outdoor demonstration, commissioning staff redeploy, move, if now customer demand changes again, must need so again to repeat this process.And this process expends time in very much, its input-output ratio is very low, has a strong impact on efficiency and the demand of customer in response in time.
Although current general data transfer device is feasible, cannot accomplish quick conversion.Because the programming language that most system development of present stage adopts all needs the processes such as compiling, link, for these systems, do data-switching just mean need to recompilate, released version, this mode inefficiency, particularly debug the data-switching in scene, cannot guarantee real-time.
Summary of the invention
The object of the invention is to the poor efficiency that need to recompilate, issue when improving data-switching between multisystem and the method and system of a kind of data-switching proposing.
In order to realize above goal of the invention, the technical scheme that the present invention takes is as follows: a kind of method of data-switching, comprises the following steps:
A, create the basic script of the first system, and in described basic script, define the data structure of the first system demand;
B, create and the expansion script for the treatment of that compatible second system is corresponding, in described expansion script, described in definition, treat the data structure of compatible second system demand, treat the corresponding relation of compatible second system and described expansion script described in preservation;
C, the first system obtain data by the described interface for the treatment of that compatible second system provides, and call the basic script of the first system, will from the described data for the treatment of that compatible second system obtains, be passed to the basic script of the first system;
D, by the basic script of the first system, call described expansion script, and the data structure of the first system and the mode transmitted by parameter from the described data for the treatment of that compatible second system gets are imported into described expansion script;
E, in described expansion script, by the data structure of the described the first system importing into described in treat that the data structure of compatible second system shines upon, and will carry out after Mapping and Converting from the described data that get until compatible second system, deposit in the data structure of the first system;
The basic script of F, the first system returns to the data after Mapping and Converting to the script calling program of the first system.Further, the data structure of the first system demand described in steps A is fixing unconverted.
Further, in described step B, the described compatible second system for the treatment of has one at least, treats that compatible second system creates respectively expand one to one script for each.
Further, described step D specifically comprises: the basic script of the first system calls described expansion script, by the data structure of the first system and from the described data that get until compatible second system after format conversion, the mode of transmitting by parameter is imported in described expansion script.
Further, described format conversion, refers to and is converted to character string and/or key assignments list structure and/or JSON object.
In order to address the above problem, the invention allows for a kind of system of data-switching, comprise that the first system and at least one treat compatible second system, wherein,
Described the first system for creating the basic script of the first system, and defines the data structure of the first system demand in described basic script; Create and the expansion script for the treatment of that compatible second system is corresponding, described in defining, treat the data structure of compatible second system demand in described expansion script, treat the corresponding relation of compatible second system and described expansion script described in preservation; By the described interface for the treatment of that compatible second system provides, obtain data, and call the basic script of the first system, will from the described data for the treatment of that compatible second system obtains, be passed to the basic script of the first system; Described basic script calls described expansion script, and the data structure of the first system and the mode transmitted by parameter from the described data for the treatment of that compatible second system gets are imported into described expansion script; In described expansion script, by the data structure of the described the first system importing into described in treat that the data structure of compatible second system shines upon, and will carry out after Mapping and Converting from the described data that get until compatible second system, deposit in the data structure of the first system; Described basic script returns to the data after Mapping and Converting to the script calling program of the first system;
Described at least one treat compatible second system, for the interface that obtains data is provided to the first system.
Further, described the first system specifically comprises:
Script creation module for creating the basic script of the first system, and defines the data structure of the first system demand in described basic script; Create and the expansion script for the treatment of that compatible second system is corresponding, described in defining, treat the data structure of compatible second system demand in described expansion script, treat the corresponding relation of compatible second system and described expansion script described in preservation;
Data acquisition module, for by treating that the interface that compatible second system provides obtains data, and calls the basic script of the first system, will from the described data for the treatment of that compatible second system obtains, be passed to the basic script of the first system;
Data conversion module, for utilizing the basic script of the first system to call described expansion script, and imports the data structure of the first system and the mode transmitted by parameter from the described data for the treatment of that compatible second system gets described expansion script into; Utilize described expansion script, by the data structure of the described the first system importing into described in treat that the data structure of compatible second system shines upon, and will carry out after Mapping and Converting from the described data that get until compatible second system, deposit in the data structure of the first system; The basic script that utilizes the first system returns to the data after Mapping and Converting to the script calling program of the first system.
Further, described in treat that compatible second system has one at least, for each, treat that compatible second system creates respectively and create and expand one to one script.
Further, described data conversion module also for, by basic script, call described expansion script, by the data structure of the first system and from the described data that get until compatible second system after format conversion, the mode of transmitting by parameter is imported in described expansion script.
Further, described format conversion, refers to and is converted to character string and/or key assignments list structure and/or JSON object.
Beneficial effect of the present invention: the present invention adopts script to explain the characteristic of carrying out, adopts script to do data-switching, avoids the process that recompilates and issue.Reduce and recompilate and issue the time overhead bringing, improved efficiency, be specially adapted to debug the data-switching test under scene, can respond in time the variation of demand.
Describe in detail: 1. script is carried out based on explaining, need not recompilate and issue, and has good real-time; 2. by expansion script, can change with the data of different system, have good extendability simultaneously; 3. be highly suitable for curstomer's site debugging, the variation of customer in response demand fast.
Accompanying drawing explanation
Fig. 1 is method flow diagram of the present invention;
Fig. 2 is system architecture schematic diagram of the present invention.
Embodiment
For making object of the present invention, technical scheme and advantage clearer, referring to the accompanying drawing embodiment that develops simultaneously, the present invention is described in further details.
As shown in Figure 1, a kind of method of data-switching, comprises the following steps:
A, create the basic script of the first system, and in described basic script, define the data structure of the first system demand;
B, create and the expansion script for the treatment of that compatible second system is corresponding, in described expansion script, described in definition, treat the data structure of compatible second system demand, treat the corresponding relation of compatible second system and described expansion script described in preservation;
C, the first system obtain data by the described interface for the treatment of that compatible second system provides, and call the basic script of the first system, will from the described data for the treatment of that compatible second system obtains, be passed to the basic script of the first system;
D, by the basic script of the first system, call described expansion script, and the data structure of the first system and the mode transmitted by parameter from the described data for the treatment of that compatible second system gets are imported into described expansion script;
E, in described expansion script, by the data structure of the described the first system importing into described in treat that the data structure of compatible second system shines upon, and will carry out after Mapping and Converting from the described data that get until compatible second system, deposit in the data structure of the first system;
The basic script of F, the first system returns to the data after Mapping and Converting to the script calling program of the first system.
The data structure of the first system demand described in steps A is fixing unconverted.
In described step B, the described compatible second system for the treatment of has one at least, treats that compatible second system creates respectively expand one to one script for each.
Described step D specifically comprises: the basic script of the first system calls described expansion script, by the data structure of the first system and from the described data that get until compatible second system after format conversion, the mode of transmitting by parameter is imported in described expansion script.
Described format conversion, refers to and is converted to character string and/or key assignments list structure and/or JSON object.
In order to address the above problem, the invention allows for a kind of system of data-switching, comprise that the first system and at least one treat compatible second system, wherein,
Described the first system for creating the basic script of the first system, and defines the data structure of the first system demand in described basic script; Create and the expansion script for the treatment of that compatible second system is corresponding, described in defining, treat the data structure of compatible second system demand in described expansion script, treat the corresponding relation of compatible second system and described expansion script described in preservation; By the described interface for the treatment of that compatible second system provides, obtain data, and call the basic script of the first system, will from the described data for the treatment of that compatible second system obtains, be passed to the basic script of the first system; Described basic script calls described expansion script, and the data structure of the first system and the mode transmitted by parameter from the described data for the treatment of that compatible second system gets are imported into described expansion script; In described expansion script, by the data structure of the described the first system importing into described in treat that the data structure of compatible second system shines upon, and will carry out after Mapping and Converting from the described data that get until compatible second system, deposit in the data structure of the first system; Described basic script returns to the data after Mapping and Converting to the script calling program of the first system;
Described at least one treat compatible second system, for the interface that obtains data is provided to the first system.
Shown in Figure 2, described the first system specifically comprises:
Script creation module for creating the basic script of the first system, and defines the data structure of the first system demand in described basic script; Create and the expansion script for the treatment of that compatible second system is corresponding, described in defining, treat the data structure of compatible second system demand in described expansion script, treat the corresponding relation of compatible second system and described expansion script described in preservation;
Data acquisition module, for by treating that the interface that compatible second system provides obtains data, and calls the basic script of the first system, will from the described data for the treatment of that compatible second system obtains, be passed to the basic script of the first system;
Data conversion module, for utilizing the basic script of the first system to call described expansion script, and imports the data structure of the first system and the mode transmitted by parameter from the described data for the treatment of that compatible second system gets described expansion script into; Utilize described expansion script, by the data structure of the described the first system importing into described in treat that the data structure of compatible second system shines upon, and will carry out after Mapping and Converting from the described data that get until compatible second system, deposit in the data structure of the first system; The basic script that utilizes the first system returns to the data after Mapping and Converting to the script calling program of the first system.
Describedly treat that compatible second system has one at least, for each, treat that compatible second system creates respectively and create and expand one to one script.
Described data conversion module also for, by basic script, call described expansion script, by the data structure of the first system and from the described data that get until compatible second system after format conversion, the mode of transmitting by parameter is imported in described expansion script.
Described format conversion, refers to and is converted to character string and/or key assignments list structure and/or JSON object.
Specific embodiment one: the data structure of the first system is done the detailed process of shining upon with treating the data structure of compatible second system, illustrates as follows: define a user data structure as follows in the basic script of the first system: userName, userAge; And another treats compatible to treat that the user data structure defining in the corresponding expansion script of compatible second system is as follows: name, age; Now name is mapped as to userName, age is mapped as to userAge; And, by importing the data process Mapping and Converting of the corresponding other system of expansion script into, deposit in the data structure of the first system.Such as: the data that the data of this other system are imported expansion script into after format conversion are: [{ name: ' Zhang San ', age:20}], when doing Mapping and Converting, by the value of name, give userName, by the value of age, give userName, data after final Mapping and Converting are: [{ username: ' Zhang San ', userAge:20}];
Data structure is being done while shining upon, can be converted to by the data that other system is obtained character string, key assignments list structure etc., can certainly be the understandable data structures of other scripts, such as the data interchange format (JSON, JavaScript Object Notation) of lightweight.
Above embodiments of the invention, the data structure for the treatment of compatible second system is changed to the first system, simultaneously, also can be by the data structure of the first system to treating that compatible second system changes, its conversion regime is identical, and discrepancy is that above-described is from treating that compatible second system obtains the backward the first system of data and changes.Following explanation how by the data structure of the first system to treating that compatible second system changes, by calling the interface for the treatment of that compatible second system provides, to the second system until compatible, send the data after conversion; Specific embodiment is as follows:
The first system has the data of personal information to be:
Figure BDA0000426145790000081
Figure BDA0000426145790000091
The data structure of storing in the first system is:
{ name: " Zhang San ", age:22, job: " IT " }.
Now will be by these data-pushings of the first system to treating compatible second system, such as second system is QQ, a part as its basic data, if in the usual way, data structure is first converted to the data layout of second system requirement in the first system, or second system oneself becomes the Data Format Transform of receiving the form oneself needing; And above way is all to adopt compiling language to write in internal system conventionally, such as java, c, c++ etc., these modes are unfavorable for dynamic expansion.Such as, also need these data-pushings to treating the 3rd compatible system, Quaternary system system ... just need in system, do the actions such as very many compilings, issue, the scene of be not suitable for especially curstomer's site test, revising.
The way that the present invention adopts is that employing interpreted language, such as javaScript, writes and do data-switching, does like this and has extraordinary extendability.Such as:
Name Age Job specification
Zhang San 22 IT
The data structure of storing in second system program is:
{ userName: " Zhang San ", userAge:22, UserJob: " IT " }
Can find out, the data structure of two systems is not identical.The data of the first system cannot directly be used to second system.At this moment just need to carry out data-switching.
The present invention changes in the following way, for example, in javaScript script:
Figure BDA0000426145790000092
Specific embodiment three: certainly, for complicated situation more, in the time of need to being pushed to different systems such as same data, can be undertaken by doing the mode of expansion script.
Such as:
Data are pushed to second system, the 3rd system, Quaternary system system
Way is as follows:
Figure BDA0000426145790000102
The expansion script of second system is as follows:
The expansion script of the 3rd system is as follows:
Figure BDA0000426145790000112
Figure BDA0000426145790000121
By that analogy.The main body script of these expansion scripts and the first system is all stored on the first system, needs
While wanting, can arbitrarily expand.
A method and system for data-switching, its fundamental purpose is that the data between different system are changed mutually by the mode of script, solves the difference problem of data structure between different system, makes the data of different system can be compatible.
Those of ordinary skill in the art will appreciate that, embodiment described here is in order to help reader understanding's implementation method of the present invention, should be understood to that protection scope of the present invention is not limited to such special statement and embodiment.Those of ordinary skill in the art can make various other various concrete distortion and combinations that do not depart from essence of the present invention according to these technology enlightenments disclosed by the invention, and these distortion and combination are still in protection scope of the present invention.

Claims (10)

1. a method for data-switching, is characterized in that, comprises the following steps:
A, create the basic script of the first system, and in described basic script, define the data structure of the first system demand;
B, create and the expansion script for the treatment of that compatible second system is corresponding, in described expansion script, described in definition, treat the data structure of compatible second system demand, treat the corresponding relation of compatible second system and described expansion script described in preservation;
C, the first system obtain data by the described interface for the treatment of that compatible second system provides, and call the basic script of the first system, will from the described data for the treatment of that compatible second system obtains, be passed to the basic script of the first system;
D, by the basic script of the first system, call described expansion script, and the data structure of the first system and the mode transmitted by parameter from the described data for the treatment of that compatible second system gets are imported into described expansion script;
E, in described expansion script, by the data structure of the described the first system importing into described in treat that the data structure of compatible second system shines upon, and will carry out after Mapping and Converting from the described data that get until compatible second system, deposit in the data structure of the first system;
The basic script of F, the first system returns to the data after Mapping and Converting to the script calling program of the first system.
2. method according to claim 1, is characterized in that, the data structure of the first system demand described in steps A is fixing unconverted.
3. method according to claim 1 and 2, is characterized in that, in described step B, the described compatible second system for the treatment of has one at least, treats that compatible second system creates respectively expand one to one script for each.
4. method according to claim 3, it is characterized in that, described step D specifically comprises: the basic script of the first system calls described expansion script, by the data structure of the first system and from the described data that get until compatible second system after format conversion, the mode of transmitting by parameter is imported in described expansion script.
5. method according to claim 4, is characterized in that, described format conversion refers to and is converted to character string and/or key assignments list structure and/or JSON object.
6. a system for data-switching, is characterized in that, comprises that the first system and at least one treat compatible second system, wherein,
Described the first system for creating the basic script of the first system, and defines the data structure of the first system demand in described basic script; Create and the expansion script for the treatment of that compatible second system is corresponding, described in defining, treat the data structure of compatible second system demand in described expansion script, treat the corresponding relation of compatible second system and described expansion script described in preservation; By the described interface for the treatment of that compatible second system provides, obtain data, and call the basic script of the first system, will from the described data for the treatment of that compatible second system obtains, be passed to the basic script of the first system; Described basic script calls described expansion script, and the data structure of the first system and the mode transmitted by parameter from the described data for the treatment of that compatible second system gets are imported into described expansion script; In described expansion script, by the data structure of the described the first system importing into described in treat that the data structure of compatible second system shines upon, and will carry out after Mapping and Converting from the described data that get until compatible second system, deposit in the data structure of the first system; Described basic script returns to the data after Mapping and Converting to the script calling program of the first system;
Described at least one treat compatible second system, for the interface that obtains data is provided to the first system.
7. system according to claim 6, is characterized in that: described the first system specifically comprises:
Script creation module for creating the basic script of the first system, and defines the data structure of the first system demand in described basic script; Create and the expansion script for the treatment of that compatible second system is corresponding, described in defining, treat the data structure of compatible second system demand in described expansion script, treat the corresponding relation of compatible second system and described expansion script described in preservation;
Data acquisition module, for by treating that the interface that compatible second system provides obtains data, and calls the basic script of the first system, will from the described data for the treatment of that compatible second system obtains, be passed to the basic script of the first system;
Data conversion module, for utilizing the basic script of the first system to call described expansion script, and imports the data structure of the first system and the mode transmitted by parameter from the described data for the treatment of that compatible second system gets described expansion script into; Utilize described expansion script, by the data structure of the described the first system importing into described in treat that the data structure of compatible second system shines upon, and will carry out after Mapping and Converting from the described data that get until compatible second system, deposit in the data structure of the first system; The basic script that utilizes the first system returns to the data after Mapping and Converting to the script calling program of the first system.
8. according to the system described in claim 6 or 7, it is characterized in that: described in treat that compatible second system has one at least, for each, treat that compatible second system creates respectively and create and expand one to one script.
9. system according to claim 8, it is characterized in that: described data conversion module also for, by basic script, call described expansion script, by the data structure of the first system and from the described data that get until compatible second system after format conversion, the mode of transmitting by parameter is imported in described expansion script.
10. system according to claim 9, is characterized in that: described format conversion, refers to and be converted to character string and/or key assignments list structure and/or JSON object.
CN201310635242.3A 2013-11-29 2013-11-29 The method and system of data conversion Active CN103593199B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201310635242.3A CN103593199B (en) 2013-11-29 2013-11-29 The method and system of data conversion

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201310635242.3A CN103593199B (en) 2013-11-29 2013-11-29 The method and system of data conversion

Publications (2)

Publication Number Publication Date
CN103593199A true CN103593199A (en) 2014-02-19
CN103593199B CN103593199B (en) 2016-08-24

Family

ID=50083359

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201310635242.3A Active CN103593199B (en) 2013-11-29 2013-11-29 The method and system of data conversion

Country Status (1)

Country Link
CN (1) CN103593199B (en)

Cited By (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106796595A (en) * 2014-09-26 2017-05-31 甲骨文国际公司 For the data conversion recommended and the declarative language and visualization system repaired
CN108828488A (en) * 2018-06-12 2018-11-16 福建星云电子股份有限公司 A kind of implementation method of two kinds of compatibility because of sub-platform
CN110175030A (en) * 2019-05-31 2019-08-27 福建南威软件有限公司 A kind of API service gateway processes method
US10915233B2 (en) 2014-09-26 2021-02-09 Oracle International Corporation Automated entity correlation and classification across heterogeneous datasets
CN112445820A (en) * 2019-08-28 2021-03-05 北京字节跳动网络技术有限公司 Data conversion method and device
US11379506B2 (en) 2014-09-26 2022-07-05 Oracle International Corporation Techniques for similarity analysis and data enrichment using knowledge sources
US12411822B2 (en) 2023-09-11 2025-09-09 Bank Of America Corporation System and method for determining and maintaining data quality in data processing

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CA2354613A1 (en) * 2001-08-01 2003-02-01 Ibm Canada Limited-Ibm Canada Limitee Two meta-level modeling approach for mapping typed data
CN1738309A (en) * 2004-08-20 2006-02-22 华为技术有限公司 data exchange method
CN102081656A (en) * 2011-01-12 2011-06-01 江苏梦兰神彩科技发展有限公司 Data acquisition and distribution system of cross-platform heterogeneous database
CN102316161A (en) * 2011-08-31 2012-01-11 北京华电万通科技有限公司 Data transmission device applied to Web3D (Three-dimensional) and method
CN103379127A (en) * 2012-04-12 2013-10-30 阿里巴巴集团控股有限公司 Data interaction method and apparatus between server and client

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CA2354613A1 (en) * 2001-08-01 2003-02-01 Ibm Canada Limited-Ibm Canada Limitee Two meta-level modeling approach for mapping typed data
CN1738309A (en) * 2004-08-20 2006-02-22 华为技术有限公司 data exchange method
CN102081656A (en) * 2011-01-12 2011-06-01 江苏梦兰神彩科技发展有限公司 Data acquisition and distribution system of cross-platform heterogeneous database
CN102316161A (en) * 2011-08-31 2012-01-11 北京华电万通科技有限公司 Data transmission device applied to Web3D (Three-dimensional) and method
CN103379127A (en) * 2012-04-12 2013-10-30 阿里巴巴集团控股有限公司 Data interaction method and apparatus between server and client

Cited By (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106796595A (en) * 2014-09-26 2017-05-31 甲骨文国际公司 For the data conversion recommended and the declarative language and visualization system repaired
US10891272B2 (en) 2014-09-26 2021-01-12 Oracle International Corporation Declarative language and visualization system for recommended data transformations and repairs
US10915233B2 (en) 2014-09-26 2021-02-09 Oracle International Corporation Automated entity correlation and classification across heterogeneous datasets
US10976907B2 (en) 2014-09-26 2021-04-13 Oracle International Corporation Declarative external data source importation, exportation, and metadata reflection utilizing http and HDFS protocols
US11379506B2 (en) 2014-09-26 2022-07-05 Oracle International Corporation Techniques for similarity analysis and data enrichment using knowledge sources
US11693549B2 (en) 2014-09-26 2023-07-04 Oracle International Corporation Declarative external data source importation, exportation, and metadata reflection utilizing HTTP and HDFS protocols
CN108828488A (en) * 2018-06-12 2018-11-16 福建星云电子股份有限公司 A kind of implementation method of two kinds of compatibility because of sub-platform
CN108828488B (en) * 2018-06-12 2020-10-27 福建星云电子股份有限公司 Implementation method compatible with two factor platforms
CN110175030A (en) * 2019-05-31 2019-08-27 福建南威软件有限公司 A kind of API service gateway processes method
CN112445820A (en) * 2019-08-28 2021-03-05 北京字节跳动网络技术有限公司 Data conversion method and device
US12411822B2 (en) 2023-09-11 2025-09-09 Bank Of America Corporation System and method for determining and maintaining data quality in data processing

Also Published As

Publication number Publication date
CN103593199B (en) 2016-08-24

Similar Documents

Publication Publication Date Title
CN103593199A (en) Method and systems for data conversion
CN103136406B (en) The method of visualization applications simulations function code
CN109522228B (en) Interface automation test data construction method, device, platform and storage medium
CN103544100A (en) Method, system and client side for testing APP of portable data processing equipment
CN102495882B (en) System and method for binding page object and database field in Java environment
CN106095376A (en) A kind of implementation method of quick configuration monitoring picture
CN106557351B (en) The data processing method and device of built-in application program
CN105653268A (en) Rule engine debugging method and rule engine debugging system
CN110427182A (en) A kind of template type construction APP method and device
CN107315360B (en) Remote control method and system of measuring instrument
US9201633B2 (en) Creation and deployment of RESTful web services in a graphical programming language
CN108628729A (en) A kind of method for testing software and software test client
CN103942092B (en) A kind of HLA synergy emulation methods for supporting LabView graphic programmings
CN103699478A (en) Test case generation system and test case generation method
CN102750177B (en) Script realization method using compiler
CN102880497A (en) Complier and method for reusing and optimizing software management memory
CN103955423B (en) Test evaluation method of domestic JVM (Java Virtual Machine)
CN109614096B (en) A Method of Use Case and Activity Transformation Based on UML Requirements Modeling Process
CN103577380A (en) Automatic generation method for dynamic routing service
CN207966227U (en) Water supply network remote experimental system for shared education
CN105447251B (en) A kind of verification method based on transaction types excitation
CN104102496A (en) Development method for bank self-service system cross-browser plugin based on WINDOWS platform
CN115017031A (en) Method of automatic signal mapping in HIL test
CN103488519A (en) Implement method of interactive scripting language interpreter
CN115712524A (en) Data recovery method and device

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
C14 Grant of patent or utility model
GR01 Patent grant
点击 这是indexloc提供的php浏览器服务,不要输入任何密码和下载