CN108521527B - Ticket difference detection method, system, computer storage medium and computer equipment - Google Patents

Ticket difference detection method, system, computer storage medium and computer equipment Download PDF

Info

Publication number
CN108521527B
CN108521527B CN201810209349.4A CN201810209349A CN108521527B CN 108521527 B CN108521527 B CN 108521527B CN 201810209349 A CN201810209349 A CN 201810209349A CN 108521527 B CN108521527 B CN 108521527B
Authority
CN
China
Prior art keywords
ticket
comparison
file
files
sorting
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
CN201810209349.4A
Other languages
Chinese (zh)
Other versions
CN108521527A (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 Si Tech Information Technology Co Ltd
Original Assignee
Beijing Si Tech Information 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 Si Tech Information Technology Co Ltd filed Critical Beijing Si Tech Information Technology Co Ltd
Priority to CN201810209349.4A priority Critical patent/CN108521527B/en
Publication of CN108521527A publication Critical patent/CN108521527A/en
Application granted granted Critical
Publication of CN108521527B publication Critical patent/CN108521527B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04MTELEPHONIC COMMUNICATION
    • H04M15/00Arrangements for metering, time-control or time indication ; Metering, charging or billing arrangements for voice wireline or wireless communications, e.g. VoIP
    • H04M15/41Billing record details, i.e. parameters, identifiers, structure of call data record [CDR]
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L43/00Arrangements for monitoring or testing data switching networks
    • H04L43/50Testing arrangements
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04MTELEPHONIC COMMUNICATION
    • H04M15/00Arrangements for metering, time-control or time indication ; Metering, charging or billing arrangements for voice wireline or wireless communications, e.g. VoIP
    • H04M15/44Augmented, consolidated or itemized billing statement or bill presentation

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Storage Device Security (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

The invention relates to a method and a system for detecting call ticket difference, wherein the method comprises the steps of reading a configuration file, and acquiring an acquisition address and call ticket structure information from the configuration file; acquiring call ticket files of different call ticket platforms according to the acquisition address and the call ticket structure information; acquiring sorting information of the ticket file from the configuration file; sorting and classifying the collected ticket files according to the sorting information; acquiring a comparison rule of the ticket file from the configuration file; and comparing the sorted and classified call ticket files according to the comparison rule to obtain a difference detection result. The invention reduces the complexity of realizing the ticket comparison and improves the efficiency of the ticket comparison.

Description

Ticket difference detection method, system, computer storage medium and computer equipment
Technical Field
The present invention relates to the field of computer technologies, and in particular, to a method and a system for detecting a ticket difference, a computer storage medium, and a computer device.
Background
The telecommunication operator charging background support system can collect the same type of phone bill files on different platforms, and needs to compare the phone bill files in time to know the detailed situation of the difference of the same type of phone bill files on different platforms. However, the types of call tickets are various, the specifications of call ticket files collected by different platforms are inconsistent, the formats of the call ticket files are different, and the requirements for comparison of the call ticket files of different types are different. This requires custom development by contrast personnel, which is too demanding for contrast analysts. When comparing the bill files with larger amount of the dialogue and more kinds of the bill, the comparison speed is low and the efficiency is low.
Disclosure of Invention
The technical problem to be solved by the present invention is to provide a method, a system, a computer storage medium and a computer device for detecting a ticket difference, which are directed to the deficiency of the prior art.
The technical scheme for solving the technical problems is as follows: a call ticket difference detection method comprises the following steps:
reading a configuration file, and acquiring acquisition address and ticket structure information from the configuration file;
acquiring call ticket files of different call ticket platforms according to the acquisition address and the call ticket structure information;
acquiring sorting information of the ticket file from the configuration file;
sorting and classifying the collected ticket files according to the sorting information;
acquiring a comparison rule of the ticket file from the configuration file;
and comparing the sorted and classified call ticket files according to the comparison rule to obtain a difference detection result.
The invention has the beneficial effects that: and automatically acquiring the ticket files of different ticket platforms by acquiring related information in the configuration file, sorting and classifying the ticket files by the configured sorting information, and comparing the sorted and classified ticket files according to a comparison rule. The problems that in the prior art, due to the fact that call tickets are of various types, call ticket files collected by different platforms are not in accordance with standards, formats are different, and requirements for comparison of the call ticket files of different types are different, and therefore customization and development of comparison personnel are needed are effectively solved. In the invention, the realization of the comparison of each type of the call ticket files only depends on the corresponding configuration files, and the purpose of the call ticket comparison can be achieved by modifying and newly adding each type of the configuration files, thereby reducing the complexity of the realization of the call ticket comparison, and simultaneously carrying out the call ticket comparison and improving the efficiency of the call ticket comparison.
On the basis of the technical scheme, the invention can be further improved as follows.
Further, the sorting and classifying the collected ticket files according to the sorting information comprises:
determining classification dimensions and sorting conditions of the ticket files according to the sorting information, and sorting and classifying the ticket files according to the classification dimensions and the sorting conditions to obtain the sorted and classified ticket files.
The beneficial effect of adopting the further scheme is that: and determining the dimension of a classified file through the sorting information, and disassembling and classifying the original ticket file into a new ticket file according to the classified dimension. For example, a sorting configuration according to a channel + time range (for example, according to hours) is configured, and the original call ticket files are classified into corresponding files according to the dimension of the channel + time, that is, the call ticket information of each hour of each channel is in the same file. Sorting and classifying can cut a single large ticket file into a plurality of small files, and the efficiency of subsequent comparison is improved. If a new call ticket record is subsequently available, the new call ticket record can be automatically and conveniently added into the classification file, the classification file can be directly compared to obtain a difference result, and subsequent comparison for multiple times is facilitated.
Further, the comparing the different types of ticket files according to the comparison rule to obtain the difference detection result includes:
reading the sorted and classified call ticket files into an internal memory, placing each call ticket file into a hash container according to a hash value hash of a comparison rule, and comparing the call ticket files to be compared through a comparison engine to obtain a difference detection result;
the hash value hashkey is a key for uniquely identifying the call ticket record, and the key value of each type of call ticket file is different.
The method has the advantages that the ticket file is placed into the hash container for comparison by adopting the hash value hashkey, the query efficiency is high, and the method can be well compatible for processing the condition that special characters exist in the ticket record.
Further, the comparing engine compares the ticket files to be compared, and obtaining a difference detection result includes:
determining field information to be compared of the ticket files to be compared according to a comparison engine, determining a comparison rule of each field in the field information to be compared according to the comparison engine, comparing corresponding fields according to the comparison rules of the fields, realizing comparison of the dialogue ticket files, and obtaining a difference detection result.
The method has the advantages that the call ticket file comparison has multiple modes, such as the same, different or partially matched field values and the like. The comparison engine can find a corresponding comparison method to complete comparison by reading the configured comparison mode, and the comparison difficulty is greatly simplified.
The technical scheme for solving the technical problems is as follows: a ticket difference detection system, comprising:
the device comprises a first acquisition module, a second acquisition module and a third acquisition module, wherein the first acquisition module is used for reading a configuration file and acquiring acquisition address and ticket structure information from the configuration file;
the processing module is used for acquiring call ticket files of different call ticket platforms according to the acquisition address and the call ticket structure information;
the second acquisition module is used for acquiring the sorting information of the ticket file from the configuration file;
the processing module is also used for sorting and classifying the collected ticket files according to the sorting information;
the third obtaining module is used for obtaining the comparison rule of the ticket file from the configuration file;
and the processing module is also used for comparing the sorted and classified call ticket files according to the comparison rule to obtain a difference detection result.
The invention has the beneficial effects that: and automatically acquiring the ticket files of different ticket platforms by acquiring related information in the configuration file, sorting and classifying the ticket files by the configured sorting information, and comparing the sorted and classified ticket files according to a comparison rule. The problems that in the prior art, due to the fact that call tickets are of various types, call ticket files collected by different platforms are not in accordance with standards, formats are different, and requirements for comparison of the call ticket files of different types are different, and therefore customization and development of comparison personnel are needed are effectively solved. In the invention, the realization of the comparison of each type of the call ticket files only depends on the corresponding configuration files, and the purpose of the call ticket comparison can be achieved by modifying and newly adding each type of the configuration files, thereby reducing the complexity of the realization of the call ticket comparison, and simultaneously carrying out the call ticket comparison and improving the efficiency of the call ticket comparison.
On the basis of the technical scheme, the invention can be further improved as follows.
Further, the processing module is specifically configured to determine a classification dimension and a sorting condition of the ticket file according to the sorting information, sort and classify the ticket file according to the classification dimension and the sorting condition, and obtain the sorted and classified ticket file.
The beneficial effect of adopting the further scheme is that: and determining the dimension of a classified file through the sorting information, and disassembling and classifying the original ticket file into a new ticket file according to the classified dimension. For example, a sorting configuration according to a channel + time range (for example, according to hours) is configured, and the original call ticket files are classified into corresponding files according to the dimension of the channel + time, that is, the call ticket information of each hour of each channel is in the same file. Sorting and classifying can cut a single large ticket file into a plurality of small files, and the efficiency of subsequent comparison is improved. If a new call ticket record is subsequently available, the new call ticket record can be automatically and conveniently added into the classification file, the classification file can be directly compared to obtain a difference result, and subsequent comparison for multiple times is facilitated.
Further, the processing module is specifically configured to read the sorted and classified call ticket files into an internal memory, place each call ticket file into a hash container according to a hash value hash of a comparison rule, and compare the call ticket files to be compared by a comparison engine to obtain a difference detection result;
the hash value hashkey is a key for uniquely identifying the call ticket record, and the key value of each type of call ticket file is different.
The method has the advantages that the ticket file is placed into the hash container for comparison by adopting the hash value hashkey, the query efficiency is high, and the method can be well compatible for processing the condition that special characters exist in the ticket record.
Further, the processing module determines field information to be compared of the ticket file to be compared according to a comparison engine, determines a comparison rule of each field in the field information to be compared according to the comparison engine, and compares corresponding fields according to the comparison rules of the fields, so that the comparison of the dialog ticket file is realized, and a difference detection result is obtained.
The method has the advantages that the call ticket file comparison has multiple modes, such as the same, different or partially matched field values and the like. The comparison engine can find a corresponding comparison method to complete comparison by reading the configured comparison mode, and the comparison difficulty is greatly simplified.
Another technical solution of the present invention for solving the above technical problems is as follows: a computer storage medium having stored thereon a computer program which, when executed by a processor, implements any of the above methods.
Another technical solution of the present invention for solving the above technical problems is as follows: a computer device, 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 any of the above-described methods.
Drawings
Fig. 1 is a schematic flow chart of a call ticket difference detection method provided by an embodiment of the present invention;
fig. 2 is a schematic diagram of a call ticket difference detection process provided in the embodiment of the present invention;
fig. 3 is a schematic structural block diagram of a ticket difference detection system provided in the embodiment of the present invention.
Detailed Description
The principles and features of this invention are described below in conjunction with the following drawings, which are set forth by way of illustration only and are not intended to limit the scope of the invention.
Fig. 1 shows a schematic flow chart of a call ticket difference detection method provided by an embodiment of the present invention. As shown in fig. 1, the method for detecting a ticket difference includes:
s110, reading a configuration file, and acquiring acquisition address and ticket structure information from the configuration file.
The configuration file is used for configuring the relevant information of the collection of the call tickets, and the relevant information comprises call ticket structure information, call ticket sorting information, comparison rules and the like. The comparison process reads the information firstly for the comparison process of the subsequent call ticket file.
And S120, acquiring call ticket files of different call ticket platforms according to the acquisition address and the call ticket structure information.
The call ticket files of different call ticket platforms can be collected to the local server.
S130, obtaining the sorting information of the ticket file from the configuration file.
And finding the sorting information corresponding to the class of call ticket from the configuration file, wherein the sorting information has the function of sorting and classifying the call ticket files according to different call ticket file acquisition platforms and different sorting rules. Through sorting, the original file is disassembled into a plurality of sorted files which can correspond to two types, and the comparison range and the concurrent comparison operation are convenient to confirm.
And S140, sorting and classifying the collected ticket files according to the sorting information.
S150, obtaining the comparison rule of the call ticket file from the configuration file.
And S160, comparing the sorted and classified call ticket files according to the comparison rule to obtain a difference detection result.
Various different formats exist in the face of the call ticket files to be compared, and the specific strips needing to be compared for different types of call tickets are different. The work load of performing customized development on the comparison of each type of phone bill file is huge and tedious. The embodiment of the invention provides a simple and rapid mode to realize the comparison requirements of different types of call ticket files, reduces the complexity of comparison realization and improves the comparison efficiency.
In the embodiment, the ticket files of different ticket platforms are automatically acquired through the acquisition related information in the configuration file, the ticket files are sorted and classified through the configured sorting information, and then the sorted and classified ticket files are compared according to the comparison rule. The problems that in the prior art, due to the fact that call tickets are of various types, call ticket files collected by different platforms are not in accordance with standards, formats are different, and requirements for comparison of the call ticket files of different types are different, and therefore customization and development of comparison personnel are needed are effectively solved. In the invention, the realization of the comparison of each type of the call ticket files only depends on the corresponding configuration files, and the purpose of the call ticket comparison can be achieved by modifying and newly adding each type of the configuration files, thereby reducing the complexity of the realization of the call ticket comparison, and simultaneously carrying out the call ticket comparison and improving the efficiency of the call ticket comparison.
Optionally, as another embodiment of the present invention, the sorting and classifying the collected ticket file according to the sorting information in S140 includes: and determining the classification dimension and the sorting condition of the call ticket file according to the sorting information, and sorting and classifying the call ticket file according to the classification dimension and the sorting condition to obtain the sorted and classified call ticket file.
In the embodiment, the dimension of a classified file is determined through the sorting information, and the original ticket file is disassembled and classified into a new ticket file according to the classified dimension. For example, a sorting configuration according to a channel + time range (for example, according to hours) is configured, and the original call ticket files are classified into corresponding files according to the dimension of the channel + time, that is, the call ticket information of each hour of each channel is in the same file. Sorting and classifying can cut a single large ticket file into a plurality of small files, and the efficiency of subsequent comparison is improved. If a new call ticket record is subsequently available, the new call ticket record can be automatically and conveniently added into the classification file, the classification file can be directly compared to obtain a difference result, and subsequent comparison for multiple times is facilitated.
Optionally, as another embodiment of the present invention, the comparing the different types of ticket files according to the comparison rule in S160 to obtain the difference detection result includes: reading the sorted and classified call ticket files into an internal memory, placing each call ticket file into a hash container according to a hash value hash of a comparison rule, and comparing the call ticket files to be compared through a comparison engine to obtain a difference detection result;
the hash value hashkey is a key for uniquely identifying the call ticket record, and the key value of each type of call ticket file is different.
In the embodiment, the ticket file is placed into the hash container for comparison by adopting the hash value hash, so that the query efficiency is high, and the ticket record can be well compatibly processed under the condition that special characters exist.
Optionally, as another embodiment of the present invention, the comparing engine compares the ticket files to be compared, and obtaining the difference detection result includes: determining field information to be compared of the ticket files to be compared according to a comparison engine, determining a comparison rule of each field in the field information to be compared according to the comparison engine, comparing corresponding fields according to the comparison rules of the fields, realizing comparison of the dialogue ticket files, and obtaining a difference detection result.
In the above embodiment, there are multiple ways for comparing the ticket files, such as field values being the same, different, or partially matched. The comparison engine can find a corresponding comparison method to complete comparison by reading the configured comparison mode, and the comparison difficulty is greatly simplified.
The following describes the implementation of the present invention by way of an example.
As shown in fig. 2, for example, there are 2 platforms a and B having the same type of ticket file, the ticket name on the platform a is called a _001, and the ticket file name on the platform B is called B _ 001.
Suppose 2 platforms a and B, the ticket file structure of platform a is "user ID, channel ID, time (YYYYYMMDD), serial number, price", the ticket file structure of platform B is "price, time (YYYYYMMDD), service ID, channel ID, serial number", and the serial number in 2 platforms is a field that can associate 2 platform ticket records.
The 2 documents are collected locally in local directories a/a _001 and B/B _001, respectively, and then channel + time classification documents are generated by sorting, such as a/channel 1_ YYYYMMDD, a/channel 2_ yyyyymmdd, … a/channel n _ yyyyymmdd and B/channel 1_ yyyyymmdd, B/channel 2_ yyyyymmdd, … B/channel n _ yyyyymmdd, respectively.
Now compare A/channel 1_ YYYYYMMDD and B/channel 1_ YYYYYMMDD. And (4) taking the serial number as a unique key, finding the price and comparing. Or the A/channel n _ YYYYMMDD and the B/channel n _ YYYYYMMDD can be compared at the same time, and the result is finally output.
The above describes in detail the method for detecting a difference between call tickets according to the embodiment of the present invention with reference to fig. 1 to 2. The following describes the ticket difference detection system provided by the embodiment of the present invention in detail with reference to fig. 3.
As shown in fig. 3, the ticket difference detecting system includes: the device comprises a first acquisition module, a second acquisition module, a third acquisition module and a processing module.
A first acquisition module reads a configuration file and acquires acquisition address and ticket structure information from the configuration file; the processing module acquires call ticket files of different call ticket platforms according to the acquisition address and the call ticket structure information; a second acquisition module acquires the sorting information of the ticket file from the configuration file; the processing module sorts and classifies the collected ticket files according to the sorting information; a third obtaining module obtains a comparison rule of the ticket file from the configuration file; and the processing module compares the sorted and classified call ticket files according to the comparison rule to obtain a difference detection result.
In the embodiment, the ticket files of different ticket platforms are automatically acquired through the acquisition related information in the configuration file, the ticket files are sorted and classified through the configured sorting information, and then the sorted and classified ticket files are compared according to the comparison rule. The problems that in the prior art, due to the fact that call tickets are of various types, call ticket files collected by different platforms are not in accordance with standards, formats are different, and requirements for comparison of the call ticket files of different types are different, and therefore customization and development of comparison personnel are needed are effectively solved. In the invention, the realization of the comparison of each type of the call ticket files only depends on the corresponding configuration files, and the purpose of the call ticket comparison can be achieved by modifying and newly adding each type of the configuration files, thereby reducing the complexity of the realization of the call ticket comparison, and simultaneously carrying out the call ticket comparison and improving the efficiency of the call ticket comparison.
Optionally, as another embodiment of the present invention, the processing module is specifically configured to determine a classification dimension and a sorting condition of the ticket file according to the sorting information, and sort and classify the ticket file according to the classification dimension and the sorting condition to obtain a sorted and classified ticket file. In the embodiment, the dimension of a classified file is determined through the sorting information, and the original ticket file is disassembled and classified into a new ticket file according to the classified dimension. For example, a sorting configuration according to a channel + time range (for example, according to hours) is configured, and the original call ticket files are classified into corresponding files according to the dimension of the channel + time, that is, the call ticket information of each hour of each channel is in the same file. After sorting and classification, the comparison of the sorted and classified call ticket files can be realized according to the comparison rule.
Optionally, as another embodiment of the present invention, the processing module is specifically configured to read the sorted and classified call ticket files into an internal memory, place each call ticket file into a hash container according to a hash value hash of a comparison rule, and compare the call ticket files to be compared by using a comparison engine to obtain a difference detection result; the hash value hashkey is a key for uniquely identifying the call ticket record, and the key value of each type of call ticket file is different.
Optionally, as another embodiment of the present invention, the processing module determines field information to be compared of the ticket file to be compared according to the comparison engine, determines a comparison rule of each field in the field information to be compared according to the comparison engine, and compares the corresponding fields according to the comparison rules of the fields, so as to implement comparison of the ticket file and obtain a difference detection result.
An embodiment of the present invention further provides a computer storage medium, on which a computer program is stored, which when executed by a processor implements any one of the above methods.
An embodiment of the present invention further provides a computer device, where the computer device includes:
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 any of the above-described methods.
It is clear to those skilled in the art that, for convenience and brevity of description, the specific working processes of the above-described apparatuses and units may refer to the corresponding processes in the foregoing method embodiments, and are not described herein again.
In the several embodiments provided in the present application, it should be understood that the disclosed apparatus and method may be implemented in other ways. For example, the above-described apparatus embodiments are merely illustrative, and for example, a division of a unit is merely a logical division, and an actual implementation may have another division, for example, a plurality of units or components may be combined or integrated into another system, or some features may be omitted, or not executed.
Units described as separate parts may or may not be physically separate, and parts displayed as units may or may not be physical units, may be located in one place, or may be distributed on a plurality of network units. Some or all of the units can be selected according to actual needs to achieve the purpose of the solution of the embodiment of the present invention.
In addition, functional units in the embodiments of the present invention may be integrated into one processing unit, or each unit may exist alone physically, or two or more units are integrated into one unit. The integrated unit can be realized in a form of hardware, and can also be realized in a form of a software functional unit.
The integrated unit, if implemented in the form of a software functional unit and sold or used as a stand-alone product, may be stored in a computer readable storage medium. Based on such understanding, the technical solution of the present invention essentially or partially contributes to the prior art, or all or part of the technical solution can be embodied in the form of a software product stored in a storage medium and including instructions for causing a computer device (which may be a personal computer, a server, or a network device) to execute all or part of the steps of the method according to the embodiments of the present invention. And the aforementioned storage medium includes: a U-disk, a removable hard disk, a Read-Only Memory (ROM), a Random Access Memory (RAM), a magnetic disk or an optical disk, and other various media capable of storing program codes.
The above description is only for the purpose of illustrating the preferred embodiments of the present invention and is not to be construed as limiting the invention, and any modifications, equivalents, improvements and the like that fall within the spirit and principle of the present invention are intended to be included therein.

Claims (8)

1. A method for detecting call ticket difference is characterized in that the method comprises the following steps:
reading a configuration file, and acquiring acquisition address and ticket structure information from the configuration file;
acquiring call ticket files of different call ticket platforms according to the acquisition address and the call ticket structure information;
acquiring sorting information of the ticket file from the configuration file;
sorting and classifying the collected ticket files according to the sorting information; the sorting and classifying the collected ticket files according to the sorting information comprises the following steps:
determining classification dimensions and sorting conditions of the ticket files according to the sorting information, and sorting and classifying the ticket files according to the classification dimensions and the sorting conditions to obtain the sorted and classified ticket files;
acquiring a comparison rule of the ticket file from the configuration file;
and comparing the sorted and classified call ticket files according to the comparison rule to obtain a difference detection result.
2. The method of claim 1, wherein the comparing the different types of ticket files according to the comparison rule to obtain the difference detection result comprises:
reading the sorted and classified call ticket files into an internal memory, placing each call ticket file into a hash container according to a hash value hash of a comparison rule, and comparing the call ticket files to be compared through a comparison engine to obtain a difference detection result;
the hash value hashkey is a key for uniquely identifying the call ticket record, and the key value of each type of call ticket file is different.
3. The method of claim 2, wherein the comparing the ticket files to be compared with each other by the comparison engine to obtain the difference detection result comprises:
determining field information to be compared of the ticket files to be compared according to a comparison engine, determining a comparison rule of each field in the field information to be compared according to the comparison engine, comparing corresponding fields according to the comparison rules of the fields, realizing comparison of the dialogue ticket files, and obtaining a difference detection result.
4. A ticket difference detection system, comprising:
the device comprises a first acquisition module, a second acquisition module and a third acquisition module, wherein the first acquisition module is used for reading a configuration file and acquiring acquisition address and ticket structure information from the configuration file;
the processing module is used for acquiring call ticket files of different call ticket platforms according to the acquisition address and the call ticket structure information;
the second acquisition module is used for acquiring the sorting information of the ticket file from the configuration file;
the processing module is also used for sorting and classifying the collected ticket files according to the sorting information; the processing module is specifically used for determining the classification dimension and the sorting condition of the call ticket file according to the sorting information, and sorting and classifying the call ticket file according to the classification dimension and the sorting condition to obtain the sorted and classified call ticket file;
the third obtaining module is used for obtaining the comparison rule of the ticket file from the configuration file;
and the processing module is also used for comparing the sorted and classified call ticket files according to the comparison rule to obtain a difference detection result.
5. The system according to claim 4, wherein the processing module is specifically configured to read the sorted and classified call ticket files into a memory, place each call ticket file into a hash container according to a hash value hashkey of a comparison rule, and compare the call ticket files to be compared by a comparison engine to obtain a difference detection result;
the hash value hashkey is a key for uniquely identifying the call ticket record, and the key value of each type of call ticket file is different.
6. The system according to claim 5, wherein the processing module determines field information to be compared of the ticket file to be compared according to a comparison engine, determines a comparison rule of each field in the field information to be compared according to the comparison engine, and compares the corresponding fields according to the comparison rules of the fields to realize comparison of the ticket file and obtain a difference detection result.
7. A computer storage medium on which a computer program is stored, which program, when being executed by a processor, carries out the method according to any one of claims 1 to 3.
8. A computer device, the device 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 any of claims 1-3.
CN201810209349.4A 2018-03-14 2018-03-14 Ticket difference detection method, system, computer storage medium and computer equipment Active CN108521527B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201810209349.4A CN108521527B (en) 2018-03-14 2018-03-14 Ticket difference detection method, system, computer storage medium and computer equipment

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201810209349.4A CN108521527B (en) 2018-03-14 2018-03-14 Ticket difference detection method, system, computer storage medium and computer equipment

Publications (2)

Publication Number Publication Date
CN108521527A CN108521527A (en) 2018-09-11
CN108521527B true CN108521527B (en) 2020-12-11

Family

ID=63433722

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201810209349.4A Active CN108521527B (en) 2018-03-14 2018-03-14 Ticket difference detection method, system, computer storage medium and computer equipment

Country Status (1)

Country Link
CN (1) CN108521527B (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111221777B (en) * 2020-01-02 2024-01-30 中国银行股份有限公司 Data record matching method and device

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101102550B (en) * 2007-08-07 2011-10-26 中兴通讯股份有限公司 Method for guaranteeing consistent CDR of different GPRS supported nodes in multicast service
CN105991298A (en) * 2015-01-27 2016-10-05 中国移动通信集团黑龙江有限公司 Method and apparatus for redoing call tickets
CN107124522A (en) * 2017-04-18 2017-09-01 北京思特奇信息技术股份有限公司 A kind of distributed bill record collection method and system

Family Cites Families (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8467320B2 (en) * 2005-10-06 2013-06-18 Telecommunication Systems, Inc. Voice over internet protocol (VoIP) multi-user conferencing
CN101277201B (en) * 2007-03-29 2011-03-16 中兴通讯股份有限公司 Method for implementing synthetic charging as well as apparatus thereof
CN101076055A (en) * 2007-06-18 2007-11-21 中兴通讯股份有限公司 Method for converting toll-ticket format
CN101458705A (en) * 2008-12-29 2009-06-17 阿里巴巴集团控股有限公司 Data collating method between different utility systems, apparatus and system
CN101902539B (en) * 2009-05-27 2013-03-06 北京汉铭通信有限公司 Method and device for auditing bill services in telecommunications
CN101588425A (en) * 2009-06-10 2009-11-25 中兴通讯股份有限公司 Ticket flux treating process, device and system
US9299095B2 (en) * 2011-04-12 2016-03-29 Smart Destinations, Inc. Systems and methods for balancing a business margin against a target customer value to fulfill a request to purchase access to a plurality of attractions
CN102609482B (en) * 2012-01-19 2014-07-16 北京思特奇信息技术股份有限公司 Packaging method of JSON (JavaScript Object Notiation) data format
CN105976302A (en) * 2016-05-05 2016-09-28 北京思特奇信息技术股份有限公司 Configurable data comparing method and system

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101102550B (en) * 2007-08-07 2011-10-26 中兴通讯股份有限公司 Method for guaranteeing consistent CDR of different GPRS supported nodes in multicast service
CN105991298A (en) * 2015-01-27 2016-10-05 中国移动通信集团黑龙江有限公司 Method and apparatus for redoing call tickets
CN107124522A (en) * 2017-04-18 2017-09-01 北京思特奇信息技术股份有限公司 A kind of distributed bill record collection method and system

Also Published As

Publication number Publication date
CN108521527A (en) 2018-09-11

Similar Documents

Publication Publication Date Title
CN108509658B (en) XML file parsing method and device
CN106843941B (en) Information processing method, device and computer equipment
CN109753517A (en) A kind of method, apparatus, computer storage medium and the terminal of information inquiry
CN101218585B (en) Method and tool for searching in several data sources for a selected community of users
CN105095436A (en) Automatic modeling method for data of data sources
CN104933096B (en) Abnormal key recognition methods, device and the data system of database
CN108521527B (en) Ticket difference detection method, system, computer storage medium and computer equipment
CN115794745B (en) File searching method, system, equipment and storage medium
CN102117324B (en) File management method and management system applying fuzzy matrice
CN111737488B (en) Information tracing method and device based on domain entity extraction and correlation analysis
CN111209284B (en) Meta-data-based sub-table method and device
CN116303627B (en) Query method and device for semiconductor test data, electronic equipment and storage medium
US8359329B2 (en) Method, computer apparatus and computer program for identifying unusual combinations of values in data
CN113468379A (en) Data source processing method and device and intelligent analysis platform
CN112131215A (en) Bottom-up database information acquisition method and device
CN117112846B (en) Multi-information source license information management method, system and medium
JP2019128616A (en) Evaluation program, evaluation method and information processing device
CN113138936B (en) Data processing method, device, storage medium and processor
CN117032560A (en) Dynamic compression storage and quantile data analysis method, device, equipment and medium
CN118277421A (en) Full text searching method, full text searching device, storage medium and processor
CN117520538A (en) Mobile payment transaction information sorting method and device
CN113821482A (en) Information processing method and device, electronic equipment and readable storage medium
CN113947429A (en) Demand acquisition processing method and system based on information monitoring
CN118503437A (en) Case clue acquisition method and device based on evidence obtaining data of intelligent terminal
CN116308113A (en) Efficient budget data early warning processing method and system

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
GR01 Patent grant
GR01 Patent grant