CN111368512A - 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
CN111368512A
CN111368512A CN202010143954.3A CN202010143954A CN111368512A CN 111368512 A CN111368512 A CN 111368512A CN 202010143954 A CN202010143954 A CN 202010143954A CN 111368512 A CN111368512 A CN 111368512A
Authority
CN
China
Prior art keywords
data
service data
conversion
service
conversion script
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
CN202010143954.3A
Other languages
Chinese (zh)
Other versions
CN111368512B (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 Softcom Smart City Technology Co ltd
Original Assignee
Beijing Softcom Smart City 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 Softcom Smart City Technology Co ltd filed Critical Beijing Softcom Smart City 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

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
    • 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 sending end exists or not; if yes, converting the service data according to the first conversion script so that a data receiving end performs service processing according to the converted service data. According to the technical scheme of the embodiment of the invention, when the service data is transmitted, whether the conversion script exists or not is automatically detected, and if the conversion script exists, the data conversion is carried out according to the conversion script, 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 service script processing, in particular to a method, a device, equipment and a storage medium for converting service data.
Background
With the development of internet technology, more and more businesses need to be performed by cooperation of multiple parties.
The existing business processing flow is as follows: and the service calling party calls the service interface through the service client and analyzes and uses the returned service data from the service provider. When the service provider changes the format of the service data or calls the rule or the 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 a conversion script into a service code in a hard coding method, and each time format conversion or attribute filtering is performed, encoding needs to be performed again, and then re-deployment is performed, 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 the 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 sending end exists or not;
if yes, converting the service data according to the first conversion script so that a 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 sending end;
the first conversion script judging module is used for judging whether a first conversion script corresponding to the data sending 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 device for converting service data, 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, the embodiment of the present invention further provides a storage medium containing computer-executable instructions, which when executed by a computer processor, are configured to perform the method for converting service data provided in any embodiment of the present invention.
According to the technical scheme of the embodiment of the invention, after the service data is acquired, whether the first conversion script corresponding to the data sending end exists or not is judged for the service data transmitted between the data sending end and the data receiving end, if so, the service data is subjected to data conversion according to the first conversion script, and then the service processing is carried out according to the converted data, so that the online and automatic data conversion of the service data is realized, the efficiency of the service processing 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 service data conversion method according to a second embodiment of the present invention;
fig. 3 is a flowchart of a method for converting service data according to a third embodiment of the present invention;
fig. 4 is a schematic structural diagram of a service data conversion apparatus according to a fourth embodiment of the present invention;
fig. 5 is a schematic structural diagram of a service data conversion device in the fifth embodiment of the present invention.
Detailed Description
The present invention will be described in further detail with reference to the accompanying drawings and examples. It is to be understood that the specific embodiments described herein are merely illustrative of the invention and are not limiting of the invention. It should be further noted that, for the convenience of description, only some of the structures related to the present invention are shown in the drawings, not all of the structures.
Example one
Fig. 1 is a flowchart of a service data conversion method according to an embodiment of the present invention, where this embodiment is applicable to a case involving conversion and transmission of service data of multiple ports, and the method may be executed by a service data conversion device, as shown in fig. 1, where the method specifically includes the following steps:
and step 110, acquiring service data from a data transmitting end.
The data transmitting end refers to an end that provides and transmits service data, and may also be referred to as a service data provider. The service data may be any data related to the existing service, such as payment service, identity or authorization information acquisition service, and the like.
Specifically, the service data of the data sending end may be obtained through the service interface. Generally, before acquiring service data, a data receiving end sends a service data acquisition request to a data sending end through a service interface, and the data sending end acquires the service data according to the service data acquisition request and sends the service data to the data receiving end through the service interface.
And step 120, judging whether a first conversion script corresponding to the data sending end exists or not.
The first conversion script is a script provided by the data sending end and used for converting the service data.
It can be understood that the data sending end may adjust the existing service data according to its own requirements, such as software or hardware upgrade, function improvement, etc., for example, change the data structure, attribute filtering, etc. For the data receiving end, since the data receiving end and the data sending end belong to different systems, information cannot be shared, and therefore the data receiving end cannot analyze or convert the modified service data. At this time, the conversion script realizes 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, and for example, whether the first conversion script exists or not can be judged according to identification information corresponding to the data sending end and a suffix of the conversion script. Of course, a preset storage area of the first conversion script of the data sending end may be defined by presetting, and then, whether the first conversion script exists or not may be determined according to whether the conversion script exists or not in the preset storage area.
Further, when it is determined that the first conversion script corresponding to the data sending end does not exist, the service data can be directly sent to a data receiving end for subsequent processing. At this time, it can be understood that the service data is not changed.
And step 130, if yes, converting the service data according to the first conversion script so that a 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 end judges whether the service processing is successful according to the converted service data; if so, 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 different. Therefore, the data receiving end needs to analyze or convert the service data from the data transmitting end to generate data that can be directly used.
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; and if so, converting the service data according to the second conversion script.
Correspondingly, the data receiving end may also modify the used data format, structure or attribute according to its own requirements or other reasons, such as version update, 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 a suffix of a file. Whether a second conversion script exists can be determined 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.
According to the technical scheme of the embodiment of the invention, after the service data is acquired, whether the first conversion script corresponding to the data sending end exists or not is judged for the service data transmitted between the data sending end and the data receiving end, if so, the service data is subjected to data conversion according to the first conversion script, and then the service processing is carried out according to the converted data, so that the online and automatic data conversion of the service data is realized, the efficiency of the service processing is improved, and the cost is reduced.
Example two
Fig. 2 is a flowchart of a service data conversion method according to a second embodiment of the present invention, where this embodiment is further detailed and supplemented with the previous embodiment, and mainly aims at a case where a data sending end does not provide a conversion script, and the service data conversion method provided in this embodiment further includes: when the first conversion script corresponding to the data sending 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 or not; if so, converting the service data according to the third conversion script so that a 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.
And step 220, judging whether a first conversion script corresponding to the data sending end exists or not.
And step 230, detecting whether the data structure of the service data changes or not when the first conversion script corresponding to the data sending end does not exist.
Specifically, for the same service data, the corresponding historical data structure may be stored, so as to determine whether the data structure of the current service data changes according to the comparison result between the data structure of the currently received service data and the historical data structure.
Further, when the detection result indicates that the data structure of the service data is not changed, the data sending end indicates that the data structure is not changed, and the service data sent by the data sending end is directly transmitted to the data receiving end for subsequent data analysis, conversion and use.
And step 240, if yes, judging whether a third conversion script exists.
The third conversion script is a locally stored conversion script, and may be a conversion script generated by a data receiving end or a locally stored conversion script generated by a service invoking interface.
And step 250, if yes, converting the service data according to the third conversion script so that a 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 can be attribute name change, data type change, data length change, data structure change or other information change.
Specifically, the change content of the service data may be determined according to a matching result of pre-stored historical service data and current service data.
Optionally, after identifying the changed content of the service data, the method further includes:
judging whether a preset conversion condition is met or not according to the change content; and if so, generating a third conversion script of the service data according to the change content.
Specifically, if the change content is only 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: and thirdly, changing the corresponding content in the changed service data into: name: and Zhang three, the changed content is the Name converted into the Name, only the attribute Name is changed, and the preset conversion condition is met. And generating a third conversion script of the service data according to the changed content.
Optionally, the generating a third conversion script of the service data according to the changed content includes:
when the change content is judged to meet a preset conversion condition, detecting whether an intelligent conversion function is started or not; and if so, generating a third conversion script of the service data according to the change content.
The intelligent conversion function can be a function built in the service calling interface, and a user can start and stop the function according to the self requirement. Of course, whether to enable the intelligent switching function may also be determined according to the service type. The intelligent conversion function is started to indicate that the service calling interface is allowed to automatically generate the conversion script, and is not started to indicate that the conversion script is not allowed. Specifically, whether to start the intelligent conversion function may be determined according to a 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 turned on, it means that the service invocation interface is not allowed to automatically generate the third conversion script. At this time, the service invocation 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 that the service processing fails, the upstream service data is changed and the processing is required to be performed in time.
Further, a third conversion script can be generated and sent to the data receiving end together with the change record, so that relevant personnel can design the conversion script according to the third conversion script.
According to the technical scheme of the embodiment of the invention, aiming at the condition that the data sending end does not provide the conversion script, the third conversion script can be automatically generated according to the specific condition of data change, or whether the stored third conversion script exists or not can be directly judged, so that data conversion is carried out according to the third conversion script, the self-adaptive conversion of the service data is realized, and the efficiency of service processing is improved.
EXAMPLE III
Fig. 3 is a flowchart of a method for converting service data according to a third embodiment of the present invention, where this embodiment is a further refinement of the previous embodiment, and as shown in fig. 3, the method for converting service data 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 sending end exists or not; if yes, jumping to step 306; if not, go to step 308.
And step 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, go to step 320.
Step 310, judging whether a third conversion script exists or not; if yes, go to step 318; if not, go to step 312.
Step 312, identifying the changed content of the service data.
Step 313, judging whether a preset conversion condition is met according to the change content; if yes, go to step 314; if not, go to step 330.
Step 314, detecting whether the intelligent conversion function is started; if yes, go to step 316; if not, go to step 330.
And step 316, generating a third conversion script of the service data according to the changed content.
And step 318, converting the service data according to the third conversion script.
And step 320, sending the service data to a data receiving end.
And step 330, generating a change record according to the change content, and sending the change record to a data receiving end.
According to the technical scheme of the embodiment of the invention, the conversion script is obtained through various ways, including the conversion script provided by the data sending end and the automatically generated conversion script, so that the data receiving end can be effectively ensured to correctly analyze the service data when the data is changed so as to perform subsequent service processing, the efficiency of the service processing is improved, and the cost is reduced.
Example four
Fig. 4 is a schematic diagram of a service data conversion apparatus according to a fourth embodiment of the present invention, and as shown in fig. 4, the apparatus includes: a service data obtaining module 410, a first conversion script judging module 420 and a service data converting module 430.
The service data acquiring module 410 is configured to acquire service data from a data transmitting end; a first conversion script determining module 420, configured to determine whether a first conversion script corresponding to the data sending end exists; and a service data conversion module 430, configured to, if there is a first conversion script corresponding to the data sending end, convert the service data according to the first conversion script, so that a data receiving end performs service processing according to the converted service data.
According to the technical scheme of the embodiment of the invention, after the service data is acquired, whether the first conversion script corresponding to the data sending end exists or not is judged for the service data transmitted between the data sending end and the data receiving end, if so, the service data is subjected to data conversion according to the first conversion script, and then the service processing is carried out according to the converted data, so that the online and automatic data conversion of the service data is realized, the efficiency of the service processing is improved, and the cost is reduced.
Optionally, the device for converting service data 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 after the service data is converted according to the first conversion script and before a data receiving end performs service processing according to the converted service data; and the second data conversion module is used for converting the service data according to a second conversion script if the second conversion script corresponding to the data receiving end exists.
Optionally, the device for converting service data 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 sending 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 device for converting service data 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 change content of the service data is identified, judging whether a preset conversion condition is met or not according to the change content; and if so, generating a third conversion script of the service data according to the change content.
Optionally, the third script generating module is specifically configured to:
when the change content is judged to meet a preset conversion condition, detecting whether an intelligent conversion function is started or not; and if so, generating a third conversion script of the service data according to the change content.
Optionally, the device for converting service data further includes:
and the change record generation module is used for generating a change record according to the change content and sending the change record to a data receiving end if the intelligent conversion function is not started.
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 apparatus according to a fifth embodiment of the present invention, as shown in fig. 5, the apparatus includes a processor 510, a memory 520, an input device 530, and an output device 540; the number of the device processors 510 may be one or more, and one processor 510 is taken as an example in fig. 5; the processor 510, the memory 520, the input device 530 and the output device 540 of the apparatus may be connected by a bus or other means, as exemplified by the bus connection in fig. 5.
The memory 520 is a computer-readable storage medium, and can be used for storing software programs, computer-executable programs, and modules, such as program instructions/modules corresponding to the service data conversion method in the embodiment of the present invention (for example, the service data acquisition module 410, the first conversion script determination module 420, and the service data conversion module 430 in the service data conversion device). The processor 510 executes various functional applications of the device and data processing, i.e., implements the above-described service data conversion method, by executing software programs, instructions, and modules stored in the memory 520.
The memory 520 may mainly include a program storage area and a data storage area, wherein the program storage area may store an operating system, an application program required for at least one function; the storage data area may store data created according to the use of the terminal, and the like. Further, the 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, the memory 520 may further include memory located remotely from the 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 device 530 may be used to receive input numeric or character information and generate key signal inputs related to user settings and function control of the apparatus. The output device 540 may include a display device such as a display screen.
EXAMPLE six
An embodiment of the present invention further provides a storage medium containing computer-executable instructions, where the computer-executable instructions are executed by a computer processor to perform a method for converting service data, and the method includes:
acquiring service data from a data transmitting end;
judging whether a first conversion script corresponding to the data sending end exists or not;
if yes, converting the service data according to the first conversion script so that a data receiving end performs service processing according to the converted service data.
Of course, the storage medium provided by the embodiment of the present invention contains computer-executable instructions, and the computer-executable instructions are not limited to the method operations described above, and may also perform related operations in the service data conversion method provided by any embodiment of the present invention.
From the above description of the embodiments, it is obvious for those skilled in the art that the present invention can be implemented by software and necessary general hardware, and certainly, can also be implemented by hardware, but the former is a better embodiment in many cases. Based on such understanding, the technical solutions of the present invention may be embodied 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 (RAM), a FLASH Memory (FLASH), a hard disk or an optical disk of a computer, and includes several instructions for enabling a computer device (which may be a personal computer, a server, or a network device) to execute the methods according to the embodiments of the present invention.
It should be noted that, in the embodiment of the conversion apparatus for service data, the units and modules included in the embodiment are only divided according to functional logic, but are not limited to the above division as long as the corresponding functions can be implemented; in addition, specific names of the functional units are only for convenience of distinguishing from each other, and are not used for limiting the protection scope of the present invention.
It is to be noted that the foregoing is only illustrative of the preferred embodiments of the present invention and the technical principles employed. 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, although the present invention has been described in greater detail by the above embodiments, the present invention is not limited to the above embodiments, and may include other equivalent embodiments without departing from the spirit of the present invention, and the scope of the present invention is determined by the scope of the appended claims.

Claims (10)

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 sending end exists or not;
if yes, converting the service data according to the first conversion script so that a data receiving end performs service processing according to the converted service data.
2. The method according to claim 1, wherein after the converting the service data according to the first conversion script, before the data receiving end performs service processing according to the converted service data, further comprising:
judging whether a second conversion script corresponding to the data receiving end exists or not;
and if so, converting the service data according to the second conversion script.
3. The method of claim 1, further comprising:
when the first conversion script corresponding to the data sending 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 or not;
if so, converting the service data according to the third conversion script so that a data receiving end performs service processing according to the converted service data.
4. The method of claim 3, further comprising:
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.
5. The method of claim 3, after identifying the changed content of the service data, further comprising:
judging whether a preset conversion condition is met or not according to the change content;
and if so, generating a third conversion script of the service data according to the change content.
6. The method according to claim 5, wherein the generating a third conversion script of the service data according to the variation content comprises:
when the change content is judged to meet a preset conversion condition, detecting whether an intelligent conversion function is started or not;
and if so, generating a third conversion script of the service data according to the change content.
7. The method of claim 6, further comprising:
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.
8. A device for converting service data, comprising:
the service data acquisition module is used for acquiring service data from the data sending end;
the first conversion script judging module is used for judging whether a first conversion script corresponding to the data sending 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.
9. A device for converting service data, the device comprising:
one or more processors;
a memory for storing 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 any one of claims 1-7.
10. A storage medium containing computer-executable instructions, which when executed by a computer processor are adapted to perform a method of converting traffic data according to any of claims 1-7.
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 true CN111368512A (en) 2020-07-03
CN111368512B 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 (12)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20100082706A1 (en) * 2008-09-30 2010-04-01 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
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

Patent Citations (12)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20100082706A1 (en) * 2008-09-30 2010-04-01 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
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 (2)

* Cited by examiner, † Cited by third party
Title
NICOLAE PARASCHIV;EMIL PRICOP;JAOUHAR FATTAHI;FLORIN ZAMFIR: "Towards a reliable approach on scaling in data acquisition", 《2019 23RD INTERNATIONAL CONFERENCE ON SYSTEM THEORY, CONTROL AND COMPUTING (ICSTCC)》, pages 2372 - 1618 *
李岩, 《中国优秀硕士学位论文全文数据库 信息科技辑》, pages 138 - 585 *

Also Published As

Publication number Publication date
CN111368512B (en) 2023-08-22

Similar Documents

Publication Publication Date Title
CN111737022B (en) Micro-service-based interface calling method, system, equipment and medium
CN112948835B (en) Applet risk detection method and device
CN111694797A (en) File uploading and analyzing method, device, server and medium
CN110933075B (en) Service calling method and device, electronic equipment and storage medium
CN111552568B (en) Cloud service calling method and device
CN109753419A (en) A kind of method and device of the abnormal log information of all applications of non-invasive monitoring Android system
CN114338650A (en) File transmission method and device, electronic equipment and readable storage medium
CN112241362A (en) Test method, test device, server and storage medium
CN114490715A (en) Data extraction method and device, electronic equipment and storage medium
CN111427710B (en) Communication method, device, equipment and storage medium of components in application program
CN112463266A (en) Execution policy generation method and device, electronic equipment and storage medium
CN110399131B (en) Method, device and computer equipment for improving stability of application program
CN111367934A (en) Data consistency checking method, device, server and medium
CN114980064B (en) Information association method, device, electronic equipment and storage medium
CN108289165B (en) Method and device for realizing camera control based on mobile phone and terminal equipment
CN111368512B (en) Service data conversion method, device, equipment and storage medium
CN107766232B (en) Plug-in management method and device
CN114936249A (en) File analysis and conversion method, device, equipment and readable storage medium
CN112217944B (en) Online ticket processing method, device, equipment and storage medium
CN115099819A (en) Data pushing method and device, storage medium and electronic equipment
CN113986995A (en) Request distribution method and device, storage medium and electronic equipment
CN113779021A (en) Data processing method, device, computer system and readable storage medium
CN111131471B (en) Operation method and device of service system and electronic equipment
CN112839084B (en) Service processing method, device, equipment and computer readable storage medium
CN112202701B (en) Data processing method, device, server, terminal, system 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