CN112380200A - Insurance information verification method and device - Google Patents

Insurance information verification method and device Download PDF

Info

Publication number
CN112380200A
CN112380200A CN202011248318.3A CN202011248318A CN112380200A CN 112380200 A CN112380200 A CN 112380200A CN 202011248318 A CN202011248318 A CN 202011248318A CN 112380200 A CN112380200 A CN 112380200A
Authority
CN
China
Prior art keywords
verification
rule
insurance information
template
data warehouse
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.)
Pending
Application number
CN202011248318.3A
Other languages
Chinese (zh)
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.)
China Life Insurance Co Ltd China
Original Assignee
China Life Insurance Co Ltd China
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 China Life Insurance Co Ltd China filed Critical China Life Insurance Co Ltd China
Priority to CN202011248318.3A priority Critical patent/CN112380200A/en
Publication of CN112380200A publication Critical patent/CN112380200A/en
Pending legal-status Critical Current

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/21Design, administration or maintenance of databases
    • G06F16/215Improving data quality; Data cleansing, e.g. de-duplication, removing invalid entries or correcting typographical errors
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/30Creation or generation of source code
    • G06F8/35Creation or generation of source code model driven
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q40/00Finance; Insurance; Tax strategies; Processing of corporate or income taxes
    • G06Q40/08Insurance

Abstract

One or more embodiments of the present specification provide an insurance information verification method and apparatus, including: initializing a data warehouse tool, and importing the insurance information to be processed into the initialized data warehouse tool; acquiring a verification template and a verification rule, and generating a verification program according to the verification template and the verification rule; and verifying the insurance information to be processed in the data warehouse tool by using the verification program to obtain the verified insurance information. The method and the device can improve the data processing efficiency of insurance information verification and have flexible rule configuration.

Description

Insurance information verification method and device
Technical Field
One or more embodiments of the present disclosure relate to the field of data processing technologies, and in particular, to a method and an apparatus for verifying insurance information.
Background
At present, insurance information of each insurance company needs to be reported to reporting mechanisms such as a guardian and a central insurance certificate, so that each supervision department can supervise the insurance information conveniently. Before the insurance information is reported to the reporting mechanism, all information items need to be checked, and then the insurance information passing the check is reported. Because insurance information is stored in the database server in a data table form, and massive insurance information is verified by using the database server, the efficiency is low, the consumed time is long, and once the verification rule is changed, the verification rule needs to be redeployed, the development period is long, and the normal verification function cannot be realized.
Disclosure of Invention
In view of the above, one or more embodiments of the present disclosure are directed to a method and an apparatus for verifying insurance information, so as to solve the problem of verifying insurance information.
In view of the above, one or more embodiments of the present specification provide an insurance information verification method, including:
initializing a data warehouse tool, and importing the insurance information to be processed into the initialized data warehouse tool;
acquiring a verification template and a verification rule, and generating a verification program according to the verification template and the verification rule;
and verifying the insurance information to be processed in the data warehouse tool by using the verification program to obtain the verified insurance information.
Optionally, the obtaining a verification template and a verification rule, and generating a verification program according to the verification template and the verification rule includes:
reading configuration parameters, wherein the configuration parameters comprise connection parameters of a rule base, verification template names and paths where the verification templates are located, and at least one rule table and table names of all rule tables are stored in the rule base;
reading a verification rule parameter, wherein the verification rule parameter comprises a table name of at least one rule table;
connecting the rule base according to the connection parameters of the rule base, and acquiring a rule table corresponding to the table name from the rule base;
acquiring a verification template corresponding to the name of the verification template from the path where the verification template is located;
and generating a verification program with a specific verification function by taking the acquired rule table as the acquired rule parameter of the verification template.
Optionally, the rule table includes at least one check rule, and the check rule is a rule formulated according to a reporting requirement of the reporting organization on the insurance information.
Optionally, the method further includes: reconfiguring the verification procedure, comprising: reconfiguring the verification template or reading a different verification template, and/or reconfiguring the verification rule in the rule base to generate a new verification program according to a new verification template and/or verification rule.
Optionally, the initializing the data warehouse tool, which imports the insurance information to be processed into the initialized data warehouse tool, includes:
partitioning the data warehouse tool according to the areas to which the insurance information to be processed belongs, and storing the insurance information to be processed belonging to different areas in corresponding table spaces;
importing the insurance information to be processed into the data warehouse tool from a database server by using a data import and export tool;
the acquiring a verification template and a verification rule, and generating a verification program according to the verification template and the verification rule, includes:
compiling the scala verification template after the rule table is obtained to generate a class file, packaging the class file into a jar file, and placing the class file and the jar file in a verification directory to serve as a scala verification program;
the verifying program is utilized to verify the insurance information to be processed in the data warehouse tool to obtain the verified insurance information, and the verifying program comprises the following steps:
and scheduling and executing a scala checking program under the checking catalog by using an oozie scheduling tool so as to check the insurance information to be processed in the data warehouse tool.
This specification also provides an insurance information verifying unit, including:
the import module is used for initializing the data warehouse tool and importing the insurance information to be processed into the initialized data warehouse tool;
the verification program generating module is used for acquiring a verification template and a verification rule and generating a verification program according to the verification template and the verification rule;
and the checking module is used for checking the insurance information to be processed in the data warehouse tool by using the checking program to obtain the checked insurance information.
Optionally, the verification program generating module is configured to read configuration parameters, where the configuration parameters include connection parameters of a rule base, a verification template name, and a path where the verification template is located, and the rule base stores at least one rule table and a table name of each rule table; reading a verification rule parameter, wherein the verification rule parameter comprises a table name of at least one rule table; connecting the rule base according to the connection parameters of the rule base, and acquiring a rule table corresponding to the table name from the rule base; acquiring a verification template corresponding to the name of the verification template from the path where the verification template is located; and generating a verification program with a specific verification function by taking the acquired rule table as the acquired rule parameter of the verification template.
Optionally, the rule table includes at least one check rule, and the check rule is a rule formulated according to a reporting requirement of the reporting organization on the insurance information.
Optionally, the apparatus further comprises:
and the reconfiguration module is used for reconfiguring the verification template or reading different verification templates and/or reconfiguring the verification rules in the rule base so as to generate a new verification program according to the new verification template and/or the new verification rules.
Optionally, the import module is configured to partition the data warehouse tool according to an area to which the insurance information to be processed belongs, and store the insurance information to be processed belonging to different areas in corresponding table spaces; importing the insurance information to be processed into the data warehouse tool from a database server by using a data import and export tool;
the verification program generation module is used for compiling the scala verification template after the rule table is obtained to generate a class file, packaging the class file into a jar file, and placing the class file and the jar file in a verification directory to serve as a scala verification program;
and the checking module is used for scheduling and executing a scala checking program under the checking catalog by using an oozie scheduling tool so as to check the insurance information to be processed in the data warehouse tool.
As can be seen from the above, in the insurance information verification method and apparatus provided in one or more embodiments of the present specification, the insurance information to be processed is imported into the initialized data warehouse tool by initializing the data warehouse tool; acquiring a verification template and a verification rule, and generating a verification program according to the verification template and the verification rule; and verifying the insurance information to be processed in the data warehouse tool by using the verification program to obtain the verified insurance information. The method and the device can improve the data processing efficiency of insurance information verification and have flexible rule configuration.
Drawings
In order to more clearly illustrate one or more embodiments or prior art solutions of the present specification, the drawings that are needed in the description of the embodiments or prior art will be briefly described below, and it is obvious that the drawings in the following description are only one or more embodiments of the present specification, and that other drawings may be obtained by those skilled in the art without inventive effort from these drawings.
FIG. 1 is a schematic flow chart of a method according to one or more embodiments of the present disclosure;
FIG. 2 is a schematic diagram of an apparatus according to one or more embodiments of the present disclosure;
fig. 3 is a schematic structural diagram of an electronic device according to one or more embodiments of the present disclosure.
Detailed Description
For the purpose of promoting a better understanding of the objects, aspects and advantages of the present disclosure, reference is made to the following detailed description taken in conjunction with the accompanying drawings.
It is to be noted that unless otherwise defined, technical or scientific terms used in one or more embodiments of the present specification should have the ordinary meaning as understood by those of ordinary skill in the art to which this disclosure belongs. The use of "first," "second," and similar terms in one or more embodiments of the specification is not intended to indicate any order, quantity, or importance, but rather is used to distinguish one element from another. The word "comprising" or "comprises", and the like, means that the element or item listed before the word covers the element or item listed after the word and its equivalents, but does not exclude other elements or items. The terms "connected" or "coupled" and the like are not restricted to physical or mechanical connections, but may include electrical connections, whether direct or indirect. "upper", "lower", "left", "right", and the like are used merely to indicate relative positional relationships, and when the absolute position of the object being described is changed, the relative positional relationships may also be changed accordingly.
As shown in fig. 1, one or more embodiments of the present specification provide an insurance information verification method, including:
s101: initializing a data warehouse tool, and importing the insurance information to be processed into the initialized data warehouse tool;
in this embodiment, the database server stores a large amount of insurance information to be processed, and the efficiency of verifying the insurance information to be processed by using the database server is very low, so that the insurance information to be processed is verified by using an external data warehouse tool. Before the insurance information to be processed is verified by the data warehouse tool, the data warehouse tool is initialized, and then the insurance information to be processed is imported into the data warehouse tool from the database server by the data import and export tool.
In some modes, the database server is an SQL server, the data warehouse tool is a hive data warehouse tool, and the to-be-processed insurance information in the SQL server is imported into the hive data warehouse tool by using an SQL data import and export tool.
In some embodiments, the data processing efficiency is further improved, and when the data warehouse tool is initialized, the areas to which the insurance information belongs may be partitioned, and the insurance information to be processed belonging to different areas may be stored in the corresponding province table spaces, for example, the insurance information to be processed belonging to different provinces may be stored in the corresponding province table spaces according to the province partition.
The insurance information includes, but is not limited to, customer information and corresponding policy information, and attendant information. The client information includes but is not limited to information items of client name, gender, birth date, certificate type, certificate number, contact information, nationality and the like, the policy information includes but is not limited to information items of policy type, policy status, policy number, policyholder, insured person, beneficiary and the like, and the salesman information includes but is not limited to information items of employee name, gender, job number, contact information, position and the like.
S102: acquiring a verification template and a verification rule, and generating a verification program according to the verification template and the verification rule;
in the embodiment, a verification template is configured in advance, and dynamically configurable rule parameters are set in the verification template; a rule base is configured in advance, and a plurality of preset check rules are stored in the rule base; and after the verification template and the verification rule are obtained, the verification rule is used as a rule parameter of the verification template, and the verification template generates a verification program with a specific rule verification function according to the read verification rule.
S103: and verifying the insurance information to be processed in the data warehouse tool by using a verification program to obtain the verified insurance information.
In this embodiment, the dynamically generated verification program is used to verify the insurance information to be processed in the data warehouse tool according to the verification rule, so as to obtain the verified insurance information. The insurance information after verification can be divided into insurance information passing verification and insurance information failing verification, the insurance information passing verification can be directly reported to a reporting mechanism, other data processing before reporting can also be carried out continuously, and the insurance information failing verification can be further used for checking defect problems and carrying out processing such as screening, filtering or repairing.
In the insurance information verification method provided by this embodiment, the data warehouse tool is initialized, the insurance information to be processed is imported into the initialized data warehouse tool, the verification template and the verification rule are obtained, the verification program is generated according to the verification template and the verification rule, and the insurance information to be processed in the data warehouse tool is verified by using the verification program to obtain the verified insurance information.
In some embodiments, obtaining the verification template and the verification rule, and generating the verification program according to the verification template and the verification rule includes:
reading configuration parameters, wherein the configuration parameters comprise connection parameters of a rule base, verification template names and paths where verification modules are located, and at least one rule table and table names of all rule tables are stored in the rule base;
reading a verification rule parameter, wherein the verification rule parameter comprises a table name of at least one rule table;
connecting the rule base according to the connection parameters of the rule base, and acquiring a rule table corresponding to the table name from the rule base;
acquiring a verification template corresponding to the name of the verification template from the path where the verification template is located;
and generating a verification program with a specific verification function by taking the acquired rule table as the acquired rule parameter of the verification template.
In this embodiment, both the verification template and the verification rule may be preconfigured, the configured verification template is stored in a specific path, the configured verification rule is stored in the rule base, when the verification program needs to be changed subsequently, the verification template or the verification rule in the rule base may be modified, and the updated verification program is regenerated according to the updated verification template and the updated verification rule.
The rule base stores a plurality of rule tables, each rule table has a corresponding table name, each rule table comprises at least one check rule, and the check rule can be a rule formulated according to the reporting requirement of the reporting organization on the insurance information. For example, the rules for verifying the amount information items in the insurance information, the rules for verifying the policy dates in the insurance information, the rules for verifying the customer identity information items in the insurance information, and the like, and the specific verification rules are not limited. Each rule table is composed of one or more rules, and can realize rule checking of different functions. The connection parameters of the rule base include, but are not limited to, rule base name, address, user name, password, and the like.
One or more verification templates can be configured, each verification template is stored in different paths, rule parameters are set in the verification templates, the verification templates can generate corresponding verification programs according to the read rule parameters, and different verification templates and different rule parameters can generate verification programs with different rule verification functions.
The verification program for performing rule verification on the insurance information to be processed can be flexibly configured, the configuration parameters are firstly read, the verification template corresponding to the name of the verification template is obtained from the path where the verification template is located, the rule base is connected according to the connection parameters of the rule base, the rule table corresponding to the name of the table is obtained from the rule base, the rule table is used as the rule parameters of the verification template, the verification program with a specific verification function is generated, and the generated verification program is utilized to verify the insurance information to be processed. When the verification program needs to be reconfigured, the verification template can be reconfigured or different verification templates can be read, and/or the verification rules in the rule base can be reconfigured, so that a new verification program can be generated according to the new verification template and/or the new verification rules.
In some embodiments, the verification template is a scala verification template realized based on a scala programming language, the scala verification template after the rule table is obtained is compiled to generate a class file, the class file is packaged into a jar file, the class file and the jar file are uniformly placed in a verification directory to serve as a scala verification program, and a oozie scheduling tool is used for scheduling and executing the scala verification program in the verification directory, so that the verification of the to-be-processed insurance information in the data warehouse tool is realized. In some application scenarios, the insurance information verification method of the embodiment is used for verifying insurance information with ten million levels of data volume, the running time for verifying the insurance information is shortened from 2 hours to 20 minutes, and the time for updating the verification program is shortened from more than 10 minutes to 2 minutes, so that the processing efficiency is greatly improved, and the labor and operation and maintenance costs are reduced.
It should be noted that the method of one or more embodiments of the present disclosure may be performed by a single device, such as a computer or server. The method of the embodiment can also be applied to a distributed scene and completed by the mutual cooperation of a plurality of devices. In such a distributed scenario, one of the devices may perform only one or more steps of the method of one or more embodiments of the present disclosure, and the devices may interact with each other to complete the method.
The foregoing description has been directed to specific embodiments of this disclosure. Other embodiments are within the scope of the following claims. In some cases, the actions or steps recited in the claims may be performed in a different order than in the embodiments and still achieve desirable results. In addition, the processes depicted in the accompanying figures do not necessarily require the particular order shown, or sequential order, to achieve desirable results. In some embodiments, multitasking and parallel processing may also be possible or may be advantageous.
As shown in fig. 2, an embodiment of the present specification further provides an insurance information verification apparatus, including:
the import module is used for initializing the data warehouse tool and importing the insurance information to be processed into the initialized data warehouse tool;
the verification program generating module is used for acquiring the verification template and the verification rule and generating a verification program according to the verification template and the verification rule;
and the checking module is used for checking the insurance information to be processed in the data warehouse tool by using the checking program to obtain the checked insurance information.
In some embodiments, the verification program generation module is configured to read configuration parameters, where the configuration parameters include connection parameters of a rule base, a verification template name, and a path where the verification template is located, and the rule base stores at least one rule table and a table name of each rule table; reading a verification rule parameter, wherein the verification rule parameter comprises a table name of at least one rule table; connecting the rule base according to the connection parameters of the rule base, and acquiring a rule table corresponding to the table name from the rule base; acquiring a verification template corresponding to the name of the verification template from the path where the verification template is located; and generating a verification program with a specific verification function by taking the acquired rule table as the acquired rule parameter of the verification template.
In some embodiments, the rule table includes at least one check rule, and the check rule is a rule formulated according to a reporting requirement of the insurance information by a reporting agency.
In some embodiments, the apparatus further comprises:
and the reconfiguration module is used for reconfiguring the verification template or reading different verification templates and/or reconfiguring the verification rules in the rule base so as to generate a new verification program according to the new verification template and/or the new verification rules.
In some embodiments, the import module is configured to partition the data warehouse tool according to an area to which the insurance information to be processed belongs, and store the insurance information to be processed belonging to different areas in corresponding table spaces; importing the insurance information to be processed into the data warehouse tool from a database server by using a data import and export tool;
the verification program generation module is used for compiling the scala verification template after the rule table is obtained to generate a class file, packaging the class file into a jar file, and placing the class file and the jar file in a verification directory to serve as a scala verification program;
the checking module is used for scheduling and executing a scala checking program under the checking catalog by using an oozie scheduling tool so as to check the insurance information to be processed in the data warehouse tool
For convenience of description, the above devices are described as being divided into various modules by functions, and are described separately. Of course, the functionality of the modules may be implemented in the same one or more software and/or hardware implementations in implementing one or more embodiments of the present description.
The apparatus of the foregoing embodiment is used to implement the corresponding method in the foregoing embodiment, and has the beneficial effects of the corresponding method embodiment, which are not described herein again.
Fig. 3 is a schematic diagram illustrating a more specific hardware structure of an electronic device according to this embodiment, where the electronic device may include: a processor 1010, a memory 1020, an input/output interface 1030, a communication interface 1040, and a bus 1050. Wherein the processor 1010, memory 1020, input/output interface 1030, and communication interface 1040 are communicatively coupled to each other within the device via bus 1050.
The processor 1010 may be implemented by a general-purpose CPU (Central Processing Unit), a microprocessor, an Application Specific Integrated Circuit (ASIC), or one or more Integrated circuits, and is configured to execute related programs to implement the technical solutions provided in the embodiments of the present disclosure.
The Memory 1020 may be implemented in the form of a ROM (Read Only Memory), a RAM (Random Access Memory), a static storage device, a dynamic storage device, or the like. The memory 1020 may store an operating system and other application programs, and when the technical solution provided by the embodiments of the present specification is implemented by software or firmware, the relevant program codes are stored in the memory 1020 and called to be executed by the processor 1010.
The input/output interface 1030 is used for connecting an input/output module to input and output information. The i/o module may be configured as a component in a device (not shown) or may be external to the device to provide a corresponding function. The input devices may include a keyboard, a mouse, a touch screen, a microphone, various sensors, etc., and the output devices may include a display, a speaker, a vibrator, an indicator light, etc.
The communication interface 1040 is used for connecting a communication module (not shown in the drawings) to implement communication interaction between the present apparatus and other apparatuses. The communication module can realize communication in a wired mode (such as USB, network cable and the like) and also can realize communication in a wireless mode (such as mobile network, WIFI, Bluetooth and the like).
Bus 1050 includes a path that transfers information between various components of the device, such as processor 1010, memory 1020, input/output interface 1030, and communication interface 1040.
It should be noted that although the above-mentioned device only shows the processor 1010, the memory 1020, the input/output interface 1030, the communication interface 1040 and the bus 1050, in a specific implementation, the device may also include other components necessary for normal operation. In addition, those skilled in the art will appreciate that the above-described apparatus may also include only those components necessary to implement the embodiments of the present description, and not necessarily all of the components shown in the figures.
Computer-readable media of the present embodiments, including both non-transitory and non-transitory, removable and non-removable media, may implement information storage by any method or technology. The information may be computer readable instructions, data structures, modules of a program, or other data. Examples of computer storage media include, but are not limited to, phase change memory (PRAM), Static Random Access Memory (SRAM), Dynamic Random Access Memory (DRAM), other types of Random Access Memory (RAM), Read Only Memory (ROM), Electrically Erasable Programmable Read Only Memory (EEPROM), flash memory or other memory technology, compact disc read only memory (CD-ROM), Digital Versatile Discs (DVD) or other optical storage, magnetic cassettes, magnetic tape magnetic disk storage or other magnetic storage devices, or any other non-transmission medium that can be used to store information that can be accessed by a computing device.
Those of ordinary skill in the art will understand that: the discussion of any embodiment above is meant to be exemplary only, and is not intended to intimate that the scope of the disclosure, including the claims, is limited to these examples; within the spirit of the present disclosure, features from the above embodiments or from different embodiments may also be combined, steps may be implemented in any order, and there are many other variations of different aspects of one or more embodiments of the present description as described above, which are not provided in detail for the sake of brevity.
In addition, well-known power/ground connections to Integrated Circuit (IC) chips and other components may or may not be shown in the provided figures, for simplicity of illustration and discussion, and so as not to obscure one or more embodiments of the disclosure. Furthermore, devices may be shown in block diagram form in order to avoid obscuring the understanding of one or more embodiments of the present description, and this also takes into account the fact that specifics with respect to implementation of such block diagram devices are highly dependent upon the platform within which the one or more embodiments of the present description are to be implemented (i.e., specifics should be well within purview of one skilled in the art). Where specific details (e.g., circuits) are set forth in order to describe example embodiments of the disclosure, it should be apparent to one skilled in the art that one or more embodiments of the disclosure can be practiced without, or with variation of, these specific details. Accordingly, the description is to be regarded as illustrative instead of restrictive.
While the present disclosure has been described in conjunction with specific embodiments thereof, many alternatives, modifications, and variations of these embodiments will be apparent to those of ordinary skill in the art in light of the foregoing description. For example, other memory architectures (e.g., dynamic ram (dram)) may use the discussed embodiments.
It is intended that the one or more embodiments of the present specification embrace all such alternatives, modifications and variations as fall within the broad scope of the appended claims. Therefore, any omissions, modifications, substitutions, improvements, and the like that may be made without departing from the spirit and principles of one or more embodiments of the present disclosure are intended to be included within the scope of the present disclosure.

Claims (10)

1. An insurance information verification method, comprising:
initializing a data warehouse tool, and importing the insurance information to be processed into the initialized data warehouse tool;
acquiring a verification template and a verification rule, and generating a verification program according to the verification template and the verification rule;
and verifying the insurance information to be processed in the data warehouse tool by using the verification program to obtain the verified insurance information.
2. The method of claim 1, wherein the obtaining a verification template and a verification rule and generating a verification procedure according to the verification template and the verification rule comprises:
reading configuration parameters, wherein the configuration parameters comprise connection parameters of a rule base, verification template names and paths where the verification templates are located, and at least one rule table and table names of all rule tables are stored in the rule base;
reading a verification rule parameter, wherein the verification rule parameter comprises a table name of at least one rule table;
connecting the rule base according to the connection parameters of the rule base, and acquiring a rule table corresponding to the table name from the rule base;
acquiring a verification template corresponding to the name of the verification template from the path where the verification template is located;
and generating a verification program with a specific verification function by taking the acquired rule table as the acquired rule parameter of the verification template.
3. The method of claim 2, wherein the rule table comprises at least one checking rule, and the checking rule is a rule formulated according to a reporting requirement of the insurance information by a reporting agency.
4. The method of claim 3, further comprising: reconfiguring the verification procedure, comprising: reconfiguring the verification template or reading a different verification template, and/or reconfiguring the verification rule in the rule base to generate a new verification program according to a new verification template and/or verification rule.
5. The method of claim 2, wherein initializing the data warehouse tool to import pending insurance information into the initialized data warehouse tool comprises:
partitioning the data warehouse tool according to the areas to which the insurance information to be processed belongs, and storing the insurance information to be processed belonging to different areas in corresponding table spaces;
importing the insurance information to be processed into the data warehouse tool from a database server by using a data import and export tool;
the acquiring a verification template and a verification rule, and generating a verification program according to the verification template and the verification rule, includes:
compiling the scala verification template after the rule table is obtained to generate a class file, packaging the class file into a jar file, and placing the class file and the jar file in a verification directory to serve as a scala verification program;
the verifying program is utilized to verify the insurance information to be processed in the data warehouse tool to obtain the verified insurance information, and the verifying program comprises the following steps:
and scheduling and executing a scala checking program under the checking catalog by using an oozie scheduling tool so as to check the insurance information to be processed in the data warehouse tool.
6. An insurance information verifying apparatus, comprising:
the import module is used for initializing the data warehouse tool and importing the insurance information to be processed into the initialized data warehouse tool;
the verification program generating module is used for acquiring a verification template and a verification rule and generating a verification program according to the verification template and the verification rule;
and the checking module is used for checking the insurance information to be processed in the data warehouse tool by using the checking program to obtain the checked insurance information.
7. The apparatus of claim 6,
the verification program generation module is used for reading configuration parameters, wherein the configuration parameters comprise connection parameters of a rule base, verification template names and paths where the verification templates are located, and at least one rule table and table names of all rule tables are stored in the rule base; reading a verification rule parameter, wherein the verification rule parameter comprises a table name of at least one rule table; connecting the rule base according to the connection parameters of the rule base, and acquiring a rule table corresponding to the table name from the rule base; acquiring a verification template corresponding to the name of the verification template from the path where the verification template is located; and generating a verification program with a specific verification function by taking the acquired rule table as the acquired rule parameter of the verification template.
8. The apparatus of claim 7, wherein the rule table comprises at least one checking rule, and the checking rule is a rule formulated according to a reporting requirement of the insurance information by a reporting agency.
9. The apparatus of claim 8, further comprising:
and the reconfiguration module is used for reconfiguring the verification template or reading different verification templates and/or reconfiguring the verification rules in the rule base so as to generate a new verification program according to the new verification template and/or the new verification rules.
10. The apparatus of claim 7,
the import module is used for partitioning the data warehouse tool according to the area to which the insurance information to be processed belongs, and storing the insurance information to be processed belonging to different areas in corresponding table spaces; importing the insurance information to be processed into the data warehouse tool from a database server by using a data import and export tool;
the verification program generation module is used for compiling the scala verification template after the rule table is obtained to generate a class file, packaging the class file into a jar file, and placing the class file and the jar file in a verification directory to serve as a scala verification program;
and the checking module is used for scheduling and executing a scala checking program under the checking catalog by using an oozie scheduling tool so as to check the insurance information to be processed in the data warehouse tool.
CN202011248318.3A 2020-11-10 2020-11-10 Insurance information verification method and device Pending CN112380200A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202011248318.3A CN112380200A (en) 2020-11-10 2020-11-10 Insurance information verification method and device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202011248318.3A CN112380200A (en) 2020-11-10 2020-11-10 Insurance information verification method and device

Publications (1)

Publication Number Publication Date
CN112380200A true CN112380200A (en) 2021-02-19

Family

ID=74578279

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202011248318.3A Pending CN112380200A (en) 2020-11-10 2020-11-10 Insurance information verification method and device

Country Status (1)

Country Link
CN (1) CN112380200A (en)

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2018006789A1 (en) * 2016-07-04 2018-01-11 中兴通讯股份有限公司 Parameter checking method and apparatus, and network management server and computer storage medium
CN107818509A (en) * 2017-11-24 2018-03-20 泰康保险集团股份有限公司 Business datum method of calibration, device, storage medium and electronic equipment
CN110704426A (en) * 2019-09-06 2020-01-17 中国平安财产保险股份有限公司 Data verification method, electronic device and computer readable storage medium
CN111428132A (en) * 2020-03-18 2020-07-17 腾讯科技(深圳)有限公司 Data verification method and device, computer storage medium and electronic equipment
CN111813829A (en) * 2020-06-30 2020-10-23 平安国际智慧城市科技股份有限公司 Data resolution method, device, electronic equipment and storage medium

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2018006789A1 (en) * 2016-07-04 2018-01-11 中兴通讯股份有限公司 Parameter checking method and apparatus, and network management server and computer storage medium
CN107579836A (en) * 2016-07-04 2018-01-12 中兴通讯股份有限公司 A kind of parameter verification method and apparatus and NM server
CN107818509A (en) * 2017-11-24 2018-03-20 泰康保险集团股份有限公司 Business datum method of calibration, device, storage medium and electronic equipment
CN110704426A (en) * 2019-09-06 2020-01-17 中国平安财产保险股份有限公司 Data verification method, electronic device and computer readable storage medium
CN111428132A (en) * 2020-03-18 2020-07-17 腾讯科技(深圳)有限公司 Data verification method and device, computer storage medium and electronic equipment
CN111813829A (en) * 2020-06-30 2020-10-23 平安国际智慧城市科技股份有限公司 Data resolution method, device, electronic equipment and storage medium

Similar Documents

Publication Publication Date Title
CN112488855B (en) Business verification method and device based on rule template
CN112506525A (en) Continuous integration and continuous delivery method, device, electronic equipment and storage medium
CN112016283A (en) Form generation method and device
AU2022201784A1 (en) Computer-based data collection, management, and forecasting
CN112508719A (en) Report processing method and device
CN110689418B (en) Bill generation method and device
CN112380200A (en) Insurance information verification method and device
US10152318B2 (en) Computer system and method for executing applications with new data structures
CN112463785B (en) Data quality monitoring method and device, electronic equipment and storage medium
CN106708721B (en) Method and device for realizing code coverage test
CN109582476B (en) Data processing method, device and system
CN114911479A (en) Interface generation method, device, equipment and storage medium based on configuration
CN110532533B (en) Form precision collocation method, device, computer equipment and storage medium
CN112000319A (en) Logistics service code generation method, client, electronic equipment and system
CN112580980A (en) Service processing method and device and electronic equipment
CN111191917A (en) Authorization validity verification method, system, electronic equipment and storage medium
CN112488687A (en) Payment mode configuration method, device, equipment and storage medium
JP2020194287A (en) Data management device
CN116661758B (en) Method, device, electronic equipment and medium for optimizing log framework configuration
CN114077428A (en) Data processing method and device, electronic equipment and storage medium
CN112488862A (en) Error reporting information processing method and device
CN115269495B (en) Business scheme metadata processing method and system based on aPaaS platform
CN112395367A (en) Database data processing method and device
US11593511B2 (en) Dynamically identifying and redacting data from diagnostic operations via runtime monitoring of data sources
CN112463134A (en) Method and device for batch modification of policy data

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