CN111368512B - Service data conversion method, device, equipment and storage medium - Google Patents

Service data conversion method, device, equipment and storage medium Download PDF

Info

Publication number
CN111368512B
CN111368512B CN202010143954.3A CN202010143954A CN111368512B CN 111368512 B CN111368512 B CN 111368512B CN 202010143954 A CN202010143954 A CN 202010143954A CN 111368512 B CN111368512 B CN 111368512B
Authority
CN
China
Prior art keywords
data
service data
conversion
script
service
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.)
Active
Application number
CN202010143954.3A
Other languages
Chinese (zh)
Other versions
CN111368512A (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.)
Beijing Softong Intelligent Technology Co ltd
Original Assignee
Beijing Softong Intelligent 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 Beijing Softong Intelligent Technology Co ltd filed Critical Beijing Softong Intelligent Technology Co ltd
Priority to CN202010143954.3A priority Critical patent/CN111368512B/en
Publication of CN111368512A publication Critical patent/CN111368512A/en
Application granted granted Critical
Publication of CN111368512B publication Critical patent/CN111368512B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/25Integrating or interfacing systems involving database management systems
    • G06F16/258Data format conversion from or to a database
    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y02TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
    • Y02DCLIMATE CHANGE MITIGATION TECHNOLOGIES IN INFORMATION AND COMMUNICATION TECHNOLOGIES [ICT], I.E. INFORMATION AND COMMUNICATION TECHNOLOGIES AIMING AT THE REDUCTION OF THEIR OWN ENERGY USE
    • Y02D10/00Energy efficient computing, e.g. low power processors, power management or thermal management

Landscapes

  • Engineering & Computer Science (AREA)
  • Databases & Information Systems (AREA)
  • Theoretical Computer Science (AREA)
  • Data Mining & Analysis (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Information Transfer Between Computers (AREA)

Abstract

The embodiment of the invention discloses a method, a device, equipment and a storage medium for converting service data, wherein the method for converting the service data comprises the following steps: acquiring service data from a data transmitting end; judging whether a first conversion script corresponding to the data transmitting end exists or not; if yes, the service data is converted according to the first conversion script, so that the data receiving end performs service processing according to the converted service data. According to the technical scheme provided by the embodiment of the invention, whether the conversion script exists or not is automatically detected when the service data is transmitted, and the data conversion is carried out according to the conversion script if the conversion script exists, so that the conversion method is convenient, recoding and online deployment are not needed, and the processing efficiency of the service data is improved.

Description

Service data conversion method, device, equipment and storage medium
Technical Field
The embodiment of the invention relates to the technical field of business script processing, in particular to a method, a device, equipment and a storage medium for converting business data.
Background
With the development of internet technology, more and more services need to be performed in cooperation with each other.
The existing business processing flow is as follows: and the service calling party calls a service interface through the service client to analyze and use the returned service data from the service provider. When the service provider changes the service data format or invokes the rule or attribute filtering, the service caller needs to generate or acquire a conversion script to convert the service data so as to ensure the normal operation of service processing. However, most of the existing data conversion methods need to write the conversion script into the service code in a hard coding method, and each time format conversion or attribute filtering is performed, the encoding needs to be performed again, and then online deployment is performed again, which is too long in time consumption and high in conversion cost.
Disclosure of Invention
The invention provides a method, a device, equipment and a storage medium for converting service data, which are used for realizing on-line automatic script conversion and improving service processing efficiency.
In a first aspect, an embodiment of the present invention provides a method for converting service data, where the method includes:
acquiring service data from a data transmitting end;
judging whether a first conversion script corresponding to the data transmitting end exists or not;
if yes, the service data is converted according to the first conversion script, so that the data receiving end performs service processing according to the converted service data.
In a second aspect, an embodiment of the present invention further provides a device for converting service data, where the device includes:
the service data acquisition module is used for acquiring service data from the data transmitting end;
the first conversion script judging module is used for judging whether a first conversion script corresponding to the data transmitting end exists or not;
and the service data conversion module is used for converting the service data according to the first conversion script if the first conversion script corresponding to the data sending end exists, so that the data receiving end performs service processing according to the converted service data.
In a third aspect, an embodiment of the present invention further provides a service data conversion device, where the device includes:
one or more processors;
a memory for storing one or more programs;
when the one or more programs are executed by the one or more processors, the one or more processors implement the method for converting service data provided by any embodiment of the present invention.
In a fourth aspect, embodiments of the present invention also provide a storage medium containing computer-executable instructions, which when executed by a computer processor, are configured to perform the method of converting service data provided by any of the embodiments of the present invention.
According to the technical scheme of the embodiment of the invention, aiming at the service data transmitted between the data transmitting end and the data receiving end, after the service data is acquired, whether a first conversion script corresponding to the data transmitting end exists is judged, if so, the service data is subjected to data conversion according to the first conversion script, and further, the service processing is performed according to the converted data, so that the on-line and automatic data conversion of the service data is realized, the service processing efficiency is improved, and the cost is reduced.
Drawings
Fig. 1 is a flowchart of a method for converting service data according to a first embodiment of the present invention;
fig. 2 is a flowchart of a method for converting service data in the second embodiment of the present invention;
fig. 3 is a flowchart of a method for converting service data in the third embodiment of the present invention;
fig. 4 is a schematic structural diagram of a service data conversion device in a fourth embodiment of the present invention;
fig. 5 is a schematic structural diagram of a service data conversion device in a fifth embodiment of the present invention.
Detailed Description
The invention is described in further detail below with reference to the drawings and examples. It is to be understood that the specific embodiments described herein are for purposes of illustration only and are not intended to limit the scope of the invention. It should be further noted that, for convenience of description, only some, but not all of the structures related to the present invention are shown in the drawings.
Example 1
Fig. 1 is a flowchart of a service data conversion method according to a first embodiment of the present invention, where the present embodiment is applicable to a case involving multi-terminal service data conversion and transmission, the method may be performed by a service data conversion device, as shown in fig. 1, and the method specifically includes the following steps:
step 110, obtaining service data from a data transmitting end.
The data transmitting end refers to an end for providing and transmitting service data, and may also be referred to as a service data provider. The service data may be any existing service related data, such as a payment service, an identity or authorization information acquisition service, etc.
Specifically, service data of the data transmitting end can be obtained through the service interface. Generally, before acquiring service data, a data receiving end sends a service data acquisition request to a data transmitting end through a service interface, and the data transmitting end acquires service data according to the service data acquisition request and transmits the service data to the data receiving end through the service interface.
And 120, judging whether a first conversion script corresponding to the data transmitting end exists.
The first conversion script is provided by the data transmitting end and is used for converting service data.
It can be understood that the data transmitting end can adjust the existing service data, such as changing the data structure, filtering the attribute, etc., due to its own requirements, such as software or hardware upgrade, functional improvement, etc. For the data receiving end, the information cannot be shared because the data receiving end and the data transmitting end belong to different systems, so that the data receiving end cannot analyze or convert the modified service data. At this time, the script is converted to realize the conversion of the service data, so that the data receiving end can analyze the modified service data.
Specifically, whether the first conversion script exists or not can be identified according to file naming, for example, whether the first conversion script exists or not is judged according to identification information corresponding to the data sending end and the suffix of the conversion script. Of course, the preset storage area of the first conversion script of the data sending end may be defined through preset, and further, whether the first conversion script exists may be determined according to whether the conversion script exists in the preset storage area.
Further, when it is determined that the first conversion script corresponding to the data transmitting end does not exist, the service data can be directly transmitted to the data receiving end for subsequent processing. At this time, it is understood that the traffic data is unchanged.
And 130, if yes, converting the service data according to the first conversion script so that the data receiving end performs service processing according to the converted service data.
Specifically, after the service data is converted according to the first conversion script, the method further includes:
the converted service data is sent to a data receiving end; the data receiving terminal judges whether the service processing is successful or not according to the converted service data; if yes, analyzing and/or converting the converted service data to generate service data which can be directly used by a data receiving end; the service data is used and a service call log is generated.
Generally, since the data receiving end and the data transmitting end belong to different systems, the corresponding data formats or data structures are also different. Therefore, the data receiving end needs to analyze or convert the service data from the data transmitting end to generate directly usable data.
Optionally, after the service data is converted according to the first conversion script, before the data receiving end performs service processing according to the converted service data, the method further includes:
judging whether a second conversion script corresponding to the data receiving end exists or not; if yes, converting the service data according to the second conversion script.
Correspondingly, the data receiving end also modifies the used data format, structure or attribute due to own requirements or other reasons, such as version updating, etc., so that a second conversion script needs to be provided to convert the received service data to meet the use requirements.
Specifically, whether the second conversion script corresponding to the data receiving end exists or not can be identified through file naming, for example, identification is performed according to the suffix of the file. And determining whether the second conversion script exists or not by presetting a second preset storage area corresponding to the second conversion script and judging whether the second preset storage area comprises the conversion script or not.
According to the technical scheme of the embodiment of the invention, aiming at the service data transmitted between the data transmitting end and the data receiving end, after the service data is acquired, whether a first conversion script corresponding to the data transmitting end exists is judged, if so, the service data is subjected to data conversion according to the first conversion script, and further, the service processing is performed according to the converted data, so that the on-line and automatic data conversion of the service data is realized, the service processing efficiency is improved, and the cost is reduced.
Example two
Fig. 2 is a flowchart of a service data conversion method provided in the second embodiment of the present invention, where the embodiment is further elaborated and supplemented to the previous embodiment, and mainly aims at a situation that a data transmitting end does not provide a conversion script, where the service data conversion method provided in the present embodiment further includes: when a first conversion script corresponding to the data transmitting end does not exist, detecting whether the data structure of the service data changes or not; if yes, judging whether a third conversion script exists; if yes, the service data is converted according to the third conversion script, so that the data receiving end performs service processing according to the converted service data.
As shown in fig. 2, the method for converting service data includes the following steps:
step 210, obtaining service data from a data sending end.
Step 220, judging whether a first conversion script corresponding to the data transmitting end exists.
Step 230, when the first conversion script corresponding to the data transmitting end does not exist, detecting whether the data structure of the service data changes.
Specifically, for the same service data, a corresponding historical data structure can be stored, so that whether the data structure of the current service data changes is determined according to the comparison result of the data structure of the current received service data and the historical data structure.
Further, when the detection result shows that the data structure of the service data is unchanged, the data sending end is indicated to not change the data structure, and the service data sent by the data sending end is directly transmitted to the data receiving end so as to carry out subsequent data analysis, conversion and use.
Step 240, if yes, determining whether a third conversion script exists.
The third conversion script is a conversion script stored locally, and may be a conversion script generated from the data receiving end or a conversion script stored locally generated by the service calling interface.
And 250, if yes, converting the service data according to the third conversion script so that the data receiving end performs service processing according to the converted service data.
Optionally, the method for converting service data further includes:
if the third conversion script does not exist, identifying the change content of the service data; and generating a third conversion script of the service data according to the change content.
Wherein the change content may be an attribute name change, a data type change, a data length change, a data structure change, or other information change.
Specifically, the change content of the service data can be determined through a pre-stored matching result of the historical service data and the current service data.
Optionally, after identifying the changing content of the service data, the method further includes:
judging whether a preset conversion condition is met or not according to the change content; if yes, generating a third conversion script of the service data according to the change content.
Specifically, if the change content is at least one of a data type change, an attribute name change, and a data length change, it indicates that the change content satisfies a preset conversion condition.
Illustratively, it is assumed that the service data includes: name: zhang III, and the corresponding content in the changed business data is changed into: name: and thirdly, converting the change content into Name, namely changing the attribute Name only, and meeting the preset conversion condition. And further, a third conversion script of the service data can be generated according to the change content.
Optionally, the generating the third conversion script of the service data according to the changing content includes:
detecting whether an intelligent conversion function is started or not when the change content judges that a preset conversion condition is met; if yes, generating a third conversion script of the service data according to the change content.
The intelligent transfer function can be a function built in the service call interface, and a user can start and stop the function according to own requirements. Of course, whether to enable the intelligent conversion function may also be determined according to the service type. The intelligent conversion function is started to enable the service calling interface to automatically generate conversion script, and is not started to enable the service calling interface to automatically generate conversion script. Specifically, whether to start the intelligent conversion function may be determined according to the service type corresponding to the service data.
Optionally, the method for converting service data further includes:
and if the intelligent conversion function is not started, generating a change record according to the change content, and sending the change record to a data receiving end.
Specifically, if the intelligent function is not started, the service calling interface is not allowed to automatically generate the third conversion script. At this time, the service calling interface only needs to generate a change record for the identified change content, and send the change record to the data receiving end so as to remind the data receiving end of failure in service processing, and the upstream service data is sent to change and is required to be processed in time.
Further, a third conversion script may be generated and sent to the data receiving end together with the change record, so that the relevant personnel designs the conversion script according to the third conversion script.
According to the technical scheme of the embodiment of the invention, aiming at the situation that the data transmitting end does not provide the conversion script, the third conversion script can be automatically generated according to the specific situation of data change, or whether the stored third conversion script exists or not is directly judged, so that the data conversion is carried out according to the third conversion script, the self-adaptive conversion of service data is realized, and the service processing efficiency is improved.
Example III
Fig. 3 is a flowchart of a service data conversion method provided in the third embodiment of the present invention, where the method for converting service data in this embodiment is further refined from the previous embodiment, as shown in fig. 3, and includes the following steps:
step 302, acquiring service data from a data transmitting end.
Step 304, judging whether a first conversion script corresponding to the data transmitting end exists or not; if yes, go to step 306; if not, step 308 is skipped.
And 306, converting the service data according to the first conversion script.
Step 308, detecting whether the data structure of the service data changes; if yes, go to step 310; if not, step 320 is skipped.
Step 310, judging whether a third conversion script exists; if yes, go to step 318; if not, step 312 is skipped.
Step 312, identify the changing content of the service data.
Step 313, judging whether the preset conversion condition is met according to the change content; if yes, go to step 314; if not, step 330 is skipped.
Step 314, detecting whether the intelligent conversion function is started; if yes, go to step 316; if not, step 330 is skipped.
Step 316, generating a third conversion script of the service data according to the change content.
And step 318, converting the service data according to the third conversion script.
Step 320, the service data is sent to the data receiving end.
And 330, generating a change record according to the change content, and transmitting the change record to a data receiving end.
According to the technical scheme provided by the embodiment of the invention, the conversion script is acquired through various ways, including the conversion script provided by the data transmitting end and the automatically generated conversion script, so that the data receiving end can accurately analyze the service data when the data is changed, the subsequent service processing is performed, the service processing efficiency is improved, and the cost is reduced.
Example IV
Fig. 4 is a schematic diagram of a service data conversion device according to a fourth embodiment of the present invention, where, as shown in fig. 4, the device includes: a service data acquisition module 410, a first conversion script judgment module 420, and a service data conversion module 430.
The service data acquiring module 410 is configured to acquire service data from a data transmitting end; the first conversion script judging module 420 is configured to judge whether a first conversion script corresponding to the data transmitting end exists; and the service data conversion module 430 is configured to convert the service data according to the first conversion script if the first conversion script corresponding to the data transmitting end exists, so that the data receiving end performs service processing according to the converted service data.
According to the technical scheme of the embodiment of the invention, aiming at the service data transmitted between the data transmitting end and the data receiving end, after the service data is acquired, whether a first conversion script corresponding to the data transmitting end exists is judged, if so, the service data is subjected to data conversion according to the first conversion script, and further, the service processing is performed according to the converted data, so that the on-line and automatic data conversion of the service data is realized, the service processing efficiency is improved, and the cost is reduced.
Optionally, the service data conversion device further includes:
the second script judging module is used for judging whether a second conversion script corresponding to the data receiving end exists or not before the data receiving end performs service processing according to the converted service data after converting the service data according to the first conversion script; and the second data conversion module is used for converting the service data according to the second conversion script if the second conversion script corresponding to the data receiving end exists.
Optionally, the service data conversion device further includes:
the data structure judging module is used for detecting whether the data structure of the service data changes or not when the first conversion script corresponding to the data transmitting end does not exist; the third script judging module is used for judging whether a third conversion script exists or not if the data structure of the service data changes; and the third data conversion module is used for converting the service data according to the third conversion script if the third conversion script exists, so that the data receiving end performs service processing according to the converted service data.
Optionally, the service data conversion device further includes:
the data change identification module is used for identifying the change content of the service data if the third conversion script does not exist; and the third script generation module is used for generating a third conversion script of the service data according to the change content.
Optionally, the third script generating module is specifically configured to:
after the changing content of the service data is identified, judging whether a preset conversion condition is met or not according to the changing content; if yes, generating a third conversion script of the service data according to the change content.
Optionally, the third script generating module is specifically configured to:
detecting whether an intelligent conversion function is started or not when the change content judges that a preset conversion condition is met; if yes, generating a third conversion script of the service data according to the change content.
Optionally, the service data conversion device further includes:
and the change record generation module is used for generating a change record according to the change content if the intelligent conversion function is not started, and transmitting the change record to a data receiving end.
The service data conversion device provided by the embodiment of the invention can execute the service data conversion method provided by any embodiment of the invention, and has the corresponding functional modules and beneficial effects of the execution method.
Example five
Fig. 5 is a schematic structural diagram of a service data conversion device according to a fifth embodiment of the present invention, where, as shown in fig. 5, the device includes a processor 510, a memory 520, an input device 530, and an output device 540; the number of device processors 510 may be one or more, one processor 510 being illustrated in fig. 5; the processor 510, memory 520, input means 530 and output means 540 in the device may be connected by a bus or other means, for example in fig. 5.
The memory 520 is a computer readable storage medium, and may be used to store a software program, a computer executable program, and modules, such as program instructions/modules corresponding to a method for converting service data in an embodiment of the present invention (for example, the service data obtaining module 410, the first conversion script judging module 420, and the service data converting module 430 in a service data converting device). The processor 510 executes various functional applications of the device and data processing, i.e., implements the above-described conversion method of service data, by running software programs, instructions, and modules stored in the memory 520.
Memory 520 may include primarily a program storage area and a data storage area, wherein the program storage area may store an operating system, at least one application program required for functionality; the storage data area may store data created according to the use of the terminal, etc. In addition, memory 520 may include high-speed random access memory, and may also include non-volatile memory, such as at least one magnetic disk storage device, flash memory device, or other non-volatile solid-state storage device. In some examples, memory 520 may further include memory located remotely from processor 510, which may be connected to the device/terminal/server via a network. Examples of such networks include, but are not limited to, the internet, intranets, local area networks, mobile communication networks, and combinations thereof.
The input means 530 may be used to receive input numeric or character information and to generate key signal inputs related to user settings and function control of the device. The output 540 may include a display device such as a display screen.
Example six
A sixth embodiment of the present invention also provides a storage medium containing computer-executable instructions, which when executed by a computer processor, are for performing a method of converting service data, the method comprising:
acquiring service data from a data transmitting end;
judging whether a first conversion script corresponding to the data transmitting end exists or not;
if yes, the service data is converted according to the first conversion script, so that the data receiving end performs service processing according to the converted service data.
Of course, the storage medium containing the computer executable instructions provided in the embodiments of the present invention is not limited to the method operations described above, and may also perform the related operations in the service data conversion method provided in any embodiment of the present invention.
From the above description of embodiments, it will be clear to a person skilled in the art that the present invention may be implemented by means of software and necessary general purpose hardware, but of course also by means of hardware, although in many cases the former is a preferred embodiment. Based on such understanding, the technical solution of the present invention may be embodied essentially or in a part contributing to the prior art in the form of a software product, which may be stored in a computer readable storage medium, such as a floppy disk, a Read-Only Memory (ROM), a random access Memory (Random Access Memory, RAM), a FLASH Memory (FLASH), a hard disk or an optical disk of a computer, etc., and include several instructions for causing a computer device (which may be a personal computer, a server, or a network device, etc.) to execute the method according to the embodiments of the present invention.
It should be noted that, in the embodiment of the service data conversion device, each unit and module included are only divided according to the functional logic, but not limited to the above-mentioned division, so long as the corresponding functions can be implemented; in addition, the specific names of the functional units are also only for distinguishing from each other, and are not used to limit the protection scope of the present invention.
Note that the above is only a preferred embodiment of the present invention and the technical principle applied. It will be understood by those skilled in the art that the present invention is not limited to the particular embodiments described herein, but is capable of various obvious changes, rearrangements and substitutions as will now become apparent to those skilled in the art without departing from the scope of the invention. Therefore, while the invention has been described in connection with the above embodiments, the invention is not limited to the embodiments, but may be embodied in many other equivalent forms without departing from the spirit or scope of the invention, which is set forth in the following claims.

Claims (4)

1. A method for converting service data, comprising:
acquiring service data from a data transmitting end;
judging whether a first conversion script corresponding to the data transmitting end exists or not;
if yes, converting the service data according to the first conversion script so that the data receiving end performs service processing according to the converted service data;
when a first conversion script corresponding to the data transmitting end does not exist, detecting whether the data structure of the service data changes or not;
if yes, judging whether a third conversion script exists;
if yes, converting the service data according to the third conversion script, so that the data receiving end performs service processing according to the converted service data;
if the third conversion script does not exist, identifying the change content of the service data;
generating a third conversion script of the service data according to the change content;
after the service data is converted according to the first conversion script, before the data receiving end performs service processing according to the converted service data, the method further comprises the following steps:
judging whether a second conversion script corresponding to the data receiving end exists or not;
if yes, converting the service data according to the second conversion script;
after identifying the changing content of the service data, the method further comprises the following steps:
judging whether a preset conversion condition is met or not according to the change content;
if yes, generating a third conversion script of the service data according to the change content;
the third conversion script for generating the service data according to the change content comprises the following steps:
detecting whether an intelligent conversion function is started or not when the change content judges that a preset conversion condition is met;
if yes, generating a third conversion script of the service data according to the change content;
and if the intelligent conversion function is not started, generating a change record according to the change content, and sending the change record to a data receiving end.
2. A service data conversion device, comprising:
the service data acquisition module is used for acquiring service data from the data transmitting end;
the first conversion script judging module is used for judging whether a first conversion script corresponding to the data transmitting end exists or not;
the service data conversion module is used for converting the service data according to the first conversion script if the first conversion script corresponding to the data sending end exists, so that the data receiving end performs service processing according to the converted service data;
the second script judging module is used for judging whether a second conversion script corresponding to the data receiving end exists or not before the data receiving end performs service processing according to the converted service data after converting the service data according to the first conversion script;
the second data conversion module is used for converting the service data according to the second conversion script if the second conversion script corresponding to the data receiving end exists;
the data structure judging module is used for detecting whether the data structure of the service data changes or not when the first conversion script corresponding to the data transmitting end does not exist;
the third script judging module is used for judging whether a third conversion script exists or not if the data structure of the service data changes;
the third data conversion module is used for converting the service data according to the third conversion script if the third conversion script exists, so that the data receiving end performs service processing according to the converted service data;
the data change identification module is used for identifying the change content of the service data if the third conversion script does not exist;
the third script generation module is used for generating a third conversion script of the service data according to the change content;
the third script generation module is further configured to:
after the changing content of the service data is identified, judging whether a preset conversion condition is met or not according to the changing content; if yes, generating a third conversion script of the service data according to the change content;
the third script generation module is further configured to:
detecting whether an intelligent conversion function is started or not when the change content judges that a preset conversion condition is met; if yes, generating a third conversion script of the service data according to the change content;
and the change record generation module is used for generating a change record according to the change content if the intelligent conversion function is not started, and transmitting the change record to a data receiving end.
3. A service data conversion apparatus, the apparatus comprising:
one or more processors;
a memory for storing one or more programs;
the one or more programs, when executed by the one or more processors, cause the one or more processors to implement the method of converting business data of claim 1.
4. A storage medium containing computer executable instructions which, when executed by a computer processor, are for performing the method of converting business data as claimed in claim 1.
CN202010143954.3A 2020-03-04 2020-03-04 Service data conversion method, device, equipment and storage medium Active CN111368512B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010143954.3A CN111368512B (en) 2020-03-04 2020-03-04 Service data conversion method, device, equipment and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010143954.3A CN111368512B (en) 2020-03-04 2020-03-04 Service data conversion method, device, equipment and storage medium

Publications (2)

Publication Number Publication Date
CN111368512A CN111368512A (en) 2020-07-03
CN111368512B true CN111368512B (en) 2023-08-22

Family

ID=71210244

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010143954.3A Active CN111368512B (en) 2020-03-04 2020-03-04 Service data conversion method, device, equipment and storage medium

Country Status (1)

Country Link
CN (1) CN111368512B (en)

Citations (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
DE102014204840A1 (en) * 2013-03-15 2014-09-18 Palantir Technologies, Inc. Improved data integration tool
JP2014232464A (en) * 2013-05-30 2014-12-11 株式会社日立製作所 Data conversion system, data conversion apparatus and data conversion method
CN107135188A (en) * 2016-02-29 2017-09-05 阿里巴巴集团控股有限公司 The service implementation method of financial information exchange FIX agreements, apparatus and system
CN109361628A (en) * 2018-10-16 2019-02-19 深圳壹账通智能科技有限公司 Message assemble method, device, computer equipment and storage medium
CN109413154A (en) * 2018-09-26 2019-03-01 平安普惠企业管理有限公司 Conversion method of data format, device, computer equipment and storage medium
CN110347732A (en) * 2019-05-20 2019-10-18 中国平安人寿保险股份有限公司 A kind of data transfer device and device
CN110445860A (en) * 2019-08-06 2019-11-12 深圳市金证科技股份有限公司 A kind of file transmitting method, device, terminal device and storage medium
CN110598093A (en) * 2019-08-15 2019-12-20 中国平安财产保险股份有限公司 Business rule management method and device
CN110765067A (en) * 2019-09-11 2020-02-07 深圳市金证科技股份有限公司 Data processing method and device
CN110825488A (en) * 2019-09-29 2020-02-21 山东中创软件工程股份有限公司 Business processing method and device, electronic equipment and storage medium

Family Cites Families (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8209341B2 (en) * 2008-09-30 2012-06-26 International Business Machines Corporation Configurable transformation macro
US20120239680A1 (en) * 2011-03-18 2012-09-20 Rahul Gudla Generating database scripts for executing business rules related to enterprise software in a database runtime environment

Patent Citations (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
DE102014204840A1 (en) * 2013-03-15 2014-09-18 Palantir Technologies, Inc. Improved data integration tool
JP2014232464A (en) * 2013-05-30 2014-12-11 株式会社日立製作所 Data conversion system, data conversion apparatus and data conversion method
CN107135188A (en) * 2016-02-29 2017-09-05 阿里巴巴集团控股有限公司 The service implementation method of financial information exchange FIX agreements, apparatus and system
CN109413154A (en) * 2018-09-26 2019-03-01 平安普惠企业管理有限公司 Conversion method of data format, device, computer equipment and storage medium
CN109361628A (en) * 2018-10-16 2019-02-19 深圳壹账通智能科技有限公司 Message assemble method, device, computer equipment and storage medium
CN110347732A (en) * 2019-05-20 2019-10-18 中国平安人寿保险股份有限公司 A kind of data transfer device and device
CN110445860A (en) * 2019-08-06 2019-11-12 深圳市金证科技股份有限公司 A kind of file transmitting method, device, terminal device and storage medium
CN110598093A (en) * 2019-08-15 2019-12-20 中国平安财产保险股份有限公司 Business rule management method and device
CN110765067A (en) * 2019-09-11 2020-02-07 深圳市金证科技股份有限公司 Data processing method and device
CN110825488A (en) * 2019-09-29 2020-02-21 山东中创软件工程股份有限公司 Business processing method and device, electronic equipment and storage medium

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
李岩.《中国优秀硕士学位论文全文数据库 信息科技辑》.2019,I138-585页. *

Also Published As

Publication number Publication date
CN111368512A (en) 2020-07-03

Similar Documents

Publication Publication Date Title
CN111752799B (en) Service link tracking method, device, equipment and storage medium
CN106506433B (en) Login authentication method, authentication server, authentication client and login client
KR101854576B1 (en) Cloud management system based on chatbot and operating method thereof
CN104102537B (en) A kind of application call method and user terminal
CN110213217B (en) Data access method, related device, gateway and data access system
CN112948835B (en) Applet risk detection method and device
CN113971615A (en) Vehicle insurance reporting method and device, electronic equipment and medium
CN111368512B (en) Service data conversion method, device, equipment and storage medium
CN105430623A (en) Monitoring method, device and system for RCS junk message
CN114449524A (en) Internet of things card risk prevention and control method and system based on converged communication RCS
CN110908881A (en) Method and device for sending buried point data, electronic equipment and computer readable storage medium
CN111367934A (en) Data consistency checking method, device, server and medium
CN108289165B (en) Method and device for realizing camera control based on mobile phone and terminal equipment
CN114980064B (en) Information association method, device, electronic equipment and storage medium
CN114173366B (en) User parameter restoration method and device, computer storage medium and electronic equipment
CN115858320A (en) Operation log recording method, apparatus, medium and product
CN107766232B (en) Plug-in management method and device
CN115410580A (en) Voice recognition method, device, equipment and medium for command scheduling system
CN115115455A (en) Transaction risk assessment method and device and electronic equipment
CN103428280A (en) Mobile terminal based mobile service data acquisition method and system
CN114386010A (en) Application login method and device, electronic equipment and storage medium
CN112202701B (en) Data processing method, device, server, terminal, system and storage medium
CN104580070A (en) Method, device and system for confirming network conversations
CN112839084B (en) Service processing method, device, equipment and computer readable storage medium
CN111381985B (en) Heterogeneous system data calling method, device, equipment and storage medium

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
CB02 Change of applicant information
CB02 Change of applicant information

Address after: 101, 2nd Floor, Building 3, East District, No. 10 Northwest Wangdong Road, Haidian District, Beijing, 100193

Applicant after: Beijing softong Intelligent Technology Co.,Ltd.

Address before: 100193 202, floor 2, building 16, East District, No. 10, northwest Wangdong Road, Haidian District, Beijing

Applicant before: Beijing Softcom Smart City Technology Co.,Ltd.

GR01 Patent grant
GR01 Patent grant