CN111476015B - Document processing method and device, electronic equipment and storage medium - Google Patents

Document processing method and device, electronic equipment and storage medium Download PDF

Info

Publication number
CN111476015B
CN111476015B CN202010279979.6A CN202010279979A CN111476015B CN 111476015 B CN111476015 B CN 111476015B CN 202010279979 A CN202010279979 A CN 202010279979A CN 111476015 B CN111476015 B CN 111476015B
Authority
CN
China
Prior art keywords
target
header
data
sub
information
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
CN202010279979.6A
Other languages
Chinese (zh)
Other versions
CN111476015A (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 ByteDance Network Technology Co Ltd
Original Assignee
Beijing ByteDance Network 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 ByteDance Network Technology Co Ltd filed Critical Beijing ByteDance Network Technology Co Ltd
Priority to CN202010279979.6A priority Critical patent/CN111476015B/en
Publication of CN111476015A publication Critical patent/CN111476015A/en
Application granted granted Critical
Publication of CN111476015B publication Critical patent/CN111476015B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Classifications

    • 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/12Accounting
    • G06Q40/125Finance or payroll

Landscapes

  • Business, Economics & Management (AREA)
  • Accounting & Taxation (AREA)
  • Finance (AREA)
  • Engineering & Computer Science (AREA)
  • Development Economics (AREA)
  • Economics (AREA)
  • Marketing (AREA)
  • Strategic Management (AREA)
  • Technology Law (AREA)
  • Physics & Mathematics (AREA)
  • General Business, Economics & Management (AREA)
  • General Physics & Mathematics (AREA)
  • Theoretical Computer Science (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
  • User Interface Of Digital Computer (AREA)

Abstract

The embodiment of the disclosure discloses a document processing method, a device, an electronic device and a storage medium, wherein the method is applied to a server and comprises the following steps: when receiving the target document, acquiring each header in the target document and a group of data corresponding to each header; respectively establishing a longitudinal binding relation between each header and each row of sub-data corresponding to each header, and establishing a transverse binding relation between each column of sub-data corresponding to each header and located in the same row; and storing the header information and all the sub data to the target positions respectively. According to the technical scheme, the technical problem that the user experience is poor because the prior art can only identify the fixed salary templates and the personalized requirements of the user cannot be met is solved, the technical effect of identifying different salary templates and improving the user experience is achieved.

Description

Document processing method and device, electronic equipment and storage medium
Technical Field
The embodiment of the disclosure relates to the technical field of computers, in particular to a document processing method, a document processing device, electronic equipment and a storage medium.
Background
Currently, when most enterprises send salary information corresponding to each user, the salary information is mostly implemented through an application program of the salary notification information.
The processing mode in the prior art is to download a salary template corresponding to at least one salary structure template preset in an application program and add corresponding salary information in the salary template. The application may process the uploaded compensation template and send the compensation information to the corresponding user.
However, currently, the application program for processing the salary template in the market can only identify the fixed salary template or the optional salary structure template in the application program. Once the user modifies the header in the salary template and uploads the modified header to the application program, the error reporting situation occurs, namely when the header information in the salary template is changed, the application program cannot identify the salary structure template, and the problem that information cannot be notified to the salary of the user exists; if an inherent salary template is adopted, even if a user receives salary notification information, the problem that salary is formed cannot be accurately understood, namely the technical problems that the prior art cannot meet personalized requirements of enterprises and user experience is poor exist.
Disclosure of Invention
The embodiment of the disclosure provides a document processing method, a device, electronic equipment and a storage medium, which can realize meeting the personalized requirements of users by identifying payroll structures of different templates, thereby improving the technical effect of user experience.
In a first aspect, an embodiment of the present disclosure provides a document processing method, where the method is applied to a server, including:
when a target document is received, acquiring each header in the target document and a group of data corresponding to each header; wherein the set of data includes at least one row of sub-data;
respectively establishing a longitudinal binding relation between each header and each row of sub-data corresponding to each header, and establishing a transverse binding relation between each column of sub-data corresponding to each header and located in the same row;
and respectively storing the header information, the binding relation and all the sub-data to a target position, acquiring each header and target sub-data corresponding to each header from the target position based on the binding relation when receiving request information for acquiring a target text, processing the target text and feeding back to a target client.
In a second aspect, an embodiment of the present disclosure further provides a document processing method, where the method is applied to a client, and includes:
when detecting an operation of triggering to acquire a target text, generating request information corresponding to the target text and sending the request information to a server, so that the server determines the target text corresponding to the request information based on a pre-established transverse binding relationship and a pre-established longitudinal binding relationship; the target text comprises a header and target sub-data corresponding to the header;
when the target text is received, the target text is displayed on a display interface
In a third aspect, an embodiment of the present disclosure further provides a document processing apparatus, where the apparatus is applied to a server, including:
the document analysis module is used for calling a document analysis script to acquire each header in the target document and a group of data corresponding to each header when the target document is received; wherein the set of data includes at least one row of sub-data;
the binding relation establishing module is used for calling a binding relation establishing script, respectively establishing a longitudinal binding relation between each header and each row of sub-data corresponding to each header, and establishing a transverse binding relation between each column of sub-data corresponding to each header and located in the same row, respectively storing the header information and all sub-data to a target position based on the storage module, so that when request information for acquiring a target text is received, each header and target sub-data corresponding to each header are acquired from the target position based on the binding relation, processed into the target text and fed back to a target client.
In a fourth aspect, an embodiment of the present disclosure further provides a document processing apparatus, where the target text information sending module is configured to, when an operation for triggering acquisition of a target text is detected, generate request information corresponding to the target text and send the request information to a server, so that the server determines the target text corresponding to the request information based on a pre-established lateral binding relationship and a pre-established longitudinal binding relationship; the target text comprises a header and target sub-data corresponding to the header;
and the target text display module is used for displaying the target text on a display interface when receiving the target text.
In a fifth aspect, embodiments of the present disclosure further provide an electronic device, including:
one or more processors;
storage means 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 document processing method as described in any of the embodiments of the present disclosure.
In a sixth aspect, the disclosed embodiments also provide a storage medium containing computer executable instructions which, when executed by a computer processor, are used to perform a document processing method as described in any of the disclosed embodiments.
According to the technical scheme, when the target document is received, the document analysis script is called to obtain each header in the target document and a group of data corresponding to each header, then the binding relation is called to establish the script, the longitudinal binding relation between each header and each row of sub-data corresponding to each header is respectively established, the transverse binding relation between each column of sub-data corresponding to each header in the same row is established, and the header information and all sub-data are respectively stored to the target position based on the storage module, so that the technical problem that in the prior art, an application program can only process a fixed salary template structure, and therefore the individuation requirement of each enterprise cannot be well met, and the technical problem that user experience is poor is caused is solved.
Drawings
The above and other features, advantages, and aspects of embodiments of the present disclosure will become more apparent by reference to the following detailed description when taken in conjunction with the accompanying drawings. The same or similar reference numbers will be used throughout the drawings to refer to the same or like elements. It should be understood that the figures are schematic and that elements and components are not necessarily drawn to scale.
FIG. 1 is a flow chart of a document processing method according to an embodiment of the disclosure;
FIG. 2 is a schematic flow chart of a document processing method according to a second embodiment of the disclosure;
FIG. 3 is a schematic flow chart of a document processing method according to a third embodiment of the disclosure;
FIG. 4 is a schematic flow chart of a document processing method according to a fourth embodiment of the disclosure;
FIG. 5 is a schematic diagram of a document processing apparatus according to a fifth embodiment of the present disclosure;
FIG. 6 is a schematic diagram of a document processing apparatus according to a sixth embodiment of the present disclosure;
fig. 7 is a schematic structural diagram of an electronic device according to a seventh embodiment of the disclosure.
Detailed Description
Embodiments of the present disclosure will be described in more detail below with reference to the accompanying drawings. While certain embodiments of the present disclosure have been shown in the accompanying drawings, it is to be understood that the present disclosure may be embodied in various forms and should not be construed as limited to the embodiments set forth herein, but are provided to provide a more thorough and complete understanding of the present disclosure. It should be understood that the drawings and embodiments of the present disclosure are for illustration purposes only and are not intended to limit the scope of the present disclosure.
It should be understood that the various steps recited in the method embodiments of the present disclosure may be performed in a different order and/or performed in parallel. Furthermore, method embodiments may include additional steps and/or omit performing the illustrated steps. The scope of the present disclosure is not limited in this respect.
The term "including" and variations thereof as used herein are intended to be open-ended, i.e., including, but not limited to. The term "based on" is based at least in part on. The term "one embodiment" means "at least one embodiment"; the term "another embodiment" means "at least one additional embodiment"; the term "some embodiments" means "at least some embodiments. Related definitions of other terms will be given in the description below.
It should be noted that the terms "first," "second," and the like in this disclosure are merely used to distinguish between different devices, modules, or units and are not used to define an order or interdependence of functions performed by the devices, modules, or units.
It should be noted that references to "one", "a plurality" and "a plurality" in this disclosure are intended to be illustrative rather than limiting, and those of ordinary skill in the art will appreciate that "one or more" is intended to be understood as "one or more" unless the context clearly indicates otherwise.
Example 1
Fig. 1 is a schematic flow chart of a document processing method provided in an embodiment of the present disclosure, where the embodiment of the present disclosure may be applied to a server, and may be suitable for a situation of processing uploaded different payroll structure templates, where the method may be performed by a document processing apparatus, where the apparatus may be implemented in a form of software and/or hardware, and optionally, may be implemented by an electronic device, where the electronic device may be a mobile terminal, a PC end, or the like.
As shown in fig. 1, the method of this embodiment includes:
s110, when a target document is received, acquiring each header in the target document and a group of data corresponding to each header.
Wherein the target document can be understood as associated data information corresponding to each user. For example, the associated data information may be payroll corresponding to each user, and the target document may be a payroll structure list including all or part of employees for each enterprise; the payroll structure list comprises details of payroll, optional basic payroll, bonus, deduction and the like. That is, the target document includes salary structures corresponding to the respective users.
In order to integrate the salary structures of all users together conveniently, the method can be realized based on an excel table. The payroll items may be edited in the header of the excel sheet, and optionally, the payroll items edited in the header may be numbers, names, payroll amounts, etc. corresponding to the user. The user editing the table can add and delete any content in the excel table, and optionally modify the salary item in the table header, for example, edit the user number as the salary number. That is, the header is a constituent item of the compensation, and the name, number, and compensation amount of the user, etc. can be edited in the header. The obtaining of each header in the target document, and a set of data corresponding to the header, may be implemented by a document parsing script.
It should be noted that, in salary structure templates made by different enterprises, certain differences exist in constituent items of salary structures, so as to meet the requirements of different enterprises, the technical scheme disclosed in this embodiment can process the header and corresponding content in the excel table respectively, so as to realize identification of different salary structure templates.
In this embodiment, the target document is an associated data information table corresponding to each user. Alternatively, the associated data information table may be a salary structure corresponding to each user; the payroll structure comprises table heads and payroll amounts corresponding to the table heads; each header includes a user number, name, basic payroll, prize money, deduction, insurance, and actual delivery payroll corresponding to the user; each sub-data includes a number corresponding to the user number, the user's name, and payroll amounts corresponding to the base payroll, the prize, the deduction, the insurance, and the actual payroll, respectively.
That is, the payroll component items may be sequentially edited in the first line of the excel table, for example, the payroll number, the user number, the name, the basic payroll, the prize, the subsidy, the deduction, the insurance, the deduction, the actual issuing payroll, and may be, but not limited to, the above-listed payroll component items as the information edited in the header. After the header information editing is completed, the corresponding amount may be edited at the position corresponding to the header item. It should be noted that the amounts edited in the same line in the excel table are used as the sub data corresponding to the same user. That is, the number of rows of the excel table is related to the actual number of users.
Illustratively, the table head of the form is filled with salary numbers, user numbers, names, basic salaries, prizes, subsidies, deductions, insurance, payroll, tax deductions, real payroll; correspondingly, the number numbers, the names and the corresponding compensation amounts corresponding to different users can be written under the corresponding table heads, and optionally, the sub-data filled in with the corresponding table heads are respectively as follows: 0001. 0001, li X, 2050, 3000, 200, 0, 600, 4650, 0, 4650.
Specifically, after the payroll editing is completed, the excel table may be used as the target document. When uploading the target document to the target application program, the server corresponding to the target application program can call the document analysis script to analyze the target document, namely, each header in the target document and a group of data corresponding to each header are acquired.
S120, respectively establishing a longitudinal binding relation between each header and each row of sub-data corresponding to each header, and establishing a transverse binding relation between each column of sub-data corresponding to each header and located in the same row.
The longitudinal binding relation is to establish the binding relation between each sub-row data and the corresponding header; the lateral binding relationship refers to binding the same user, namely, sub data in the same row in the excel table. The benefit of establishing a binding relationship is that when one of the data is triggered, all of the associated data corresponding thereto may be invoked. The establishment of the binding relationship can be realized by a binding relationship establishment script, namely, the binding relationship of each piece of sub data in the target document is established based on the pre-written program code.
Specifically, after the parsed target document is obtained, a binding relation establishment script can be called to respectively establish a longitudinal binding relation between each row of sub-data and the corresponding header. In order to trigger one target sub-data, the associated data corresponding to the target sub-data can be acquired, and a transverse binding relation between the sub-data in the same row corresponding to each header can be established.
And S130, respectively storing the header information and all the sub-data to the target positions.
The header information, the binding relation and the sub data can be respectively stored in the target positions based on the storage module. The target location may be a preset storage location. The binding relation is established and stored, and the binding relation has the following advantages: when the server receives and acquires the target text corresponding to the user, the header and each piece of sub data associated with the target sub data can be acquired from the target position according to the pre-established binding relation, and the acquired number of the sub data is the same as the number of salary composition items. And combining and sorting the obtained sub-data and the header, and sending the sub-data and the header to a client or a terminal corresponding to the target user in a form of a table.
According to the technical scheme, when the target document is received, the document analysis script is called to obtain each header in the target document and a group of data corresponding to each header, then the binding relation is called to establish the script, the longitudinal binding relation between each header and each row of sub-data corresponding to each header is respectively established, the transverse binding relation between each column of sub-data corresponding to each header in the same row is established, and the header information and all sub-data are respectively stored to the target position based on the storage module, so that the technical problem that in the prior art, an application program can only process a fixed salary template structure, and therefore the individuation requirement of each enterprise cannot be well met, and the technical problem that user experience is poor is caused is solved.
Example two
On the basis of the technical scheme, after the header and the corresponding sub-data are respectively stored to the target positions, if the salary structures of at least one user are respectively sent to the corresponding users, the data stored to the target positions are also required to be processed so as to obtain notification information corresponding to different salary structures. Fig. 2 is a schematic flow chart of a document processing method according to a second embodiment of the disclosure.
As shown in fig. 2, the method includes:
s210, when the target document is received, each header in the target document and a group of data corresponding to each header are acquired.
Specifically, when the user who organizes the excel form finishes the payroll structure, that is, when the target document is produced, the target document may be uploaded to the target application program, and the server corresponding to the target application program may call the document analysis script to analyze the target document to obtain the header in the target document and a set of data corresponding to each header.
S220, respectively establishing a longitudinal binding relation between each header and each row of sub-data corresponding to each header, and establishing a transverse binding relation between each column of sub-data corresponding to each header and located in the same row.
After the document analysis script analyzes the target document, a binding relation establishment script can be called to respectively establish a longitudinal binding relation between each piece of sub-data and the corresponding header and a transverse binding relation between each piece of column sub-data in the same row corresponding to each header, for example, each piece of column sub-data in the same row is respectively bound with the corresponding user number or name to be used as the transverse binding relation.
And S230, respectively storing the header information and all the sub-data to the target positions.
Optionally, when receiving the request information for acquiring the target text, acquiring each header from the target position based on the binding relation, processing the target sub-data corresponding to each header into the target text, and feeding back the target text to the target client.
S240, when a sending request for sending the salary structure corresponding to the target user is received, the to-be-processed column sub-data corresponding to the target user is obtained based on the transverse binding relation, and the header corresponding to the to-be-processed column sub-data is obtained based on the longitudinal binding relation, so that the target salary structure corresponding to the target user is obtained.
When the user managing the salary confirms that the salary notification information is sent to at least one user, the user identification control in the target area may be triggered to select the user to send the salary notification information, and the confirmation control may be triggered to send the notification information to the selected user.
Wherein the target user may be understood as a user who receives salary notification information. The sending request carries an identification of the user number or the user name.
Specifically, assuming that the number of target users is one, when a user managing salary triggers a user selection control in a target area of a client, optionally, the user is salary number or user name, and after clicking the target control, a confirmation button is clicked. The server may receive a transmission request for transmitting a salary structure corresponding to the target user, and the server may obtain all the column sub-data to be processed corresponding to the target user based on the lateral binding relationship, and obtain the table header corresponding to each column sub-data to be processed based on the longitudinal binding relationship, according to the identifier, optionally, the name of the user, or the user number in the transmission request.
S250, calling a data sending component to process the target salary structure, generating target notification information corresponding to the target salary structure, and sending the target notification information to a target user so that the target user can check the corresponding salary structure according to the notification information.
The data sending component may be understood as performing integration processing on the acquired data, and generating notification information corresponding to the content after the integration processing. And taking the information sent to the target user as target notification information.
Specifically, after column sub data and a header corresponding to the target user are acquired based on the binding relationship, the data transmitting component can be called to process the column sub data and the header, a target salary structure corresponding to the target user is obtained, target notification information corresponding to the target user is generated according to the target salary structure, and the target notification information is transmitted to the target user, so that the target user can view the salary structure corresponding to the target user according to the target notification information.
It should be noted that, when the number of target users is plural and the target salary structure of one of the target users is obtained, the target salary structure may be placed in the asynchronous queue, and when the presence of data in the asynchronous queue is detected, the data sending component is invoked to send the data in the asynchronous queue to each target user.
That is, after the control corresponding to the user name or the user number in the target area is triggered, the server may receive a plurality of request identifiers carrying the user name or the user number. And obtaining payroll amounts corresponding to the target users according to the request identifications and the transverse binding relations, and obtaining headers corresponding to the payroll amounts based on the longitudinal binding relations, namely sequentially obtaining payroll structures corresponding to the users. Since the number of triggered users is plural, in order to improve the transmission efficiency of transmitting notification information corresponding to a salary structure to a target user, when a user salary structure is acquired, it may be put into an asynchronous queue. When the server detects that data exists in the asynchronous queue, the data sending component can be called to sequentially process the data in the asynchronous queue.
According to the technical scheme, when the payroll structures corresponding to the users are detected to be respectively issued to the corresponding users, the payroll structures corresponding to each user can be obtained based on the preset binding relation, and the notification information corresponding to the payroll structures of the users is sent based on the asynchronous queue mode.
Example III
Fig. 3 is a schematic flow chart of a document processing method provided in a third embodiment of the present disclosure, where the embodiment of the present disclosure is applied to a client, and may be applicable to a situation of obtaining a payroll structure corresponding to notification information according to the notification information, where the method may be performed by a document processing apparatus, where the apparatus may be implemented in a form of software and/or hardware, and optionally, may be implemented by an electronic device, where the electronic device may be a mobile terminal, a PC, or the like.
As shown in fig. 3, the method of this embodiment includes:
and S310, when the operation of triggering to acquire the target text is detected, generating request information corresponding to the target text and sending the request information to the server.
The target text can be understood as a salary structure corresponding to the current user, wherein the salary structure comprises headers and corresponding salary amounts under each header. Of course, the corresponding content under the header corresponds to the current user. The request information may carry an identifier corresponding to the target text.
Specifically, when the user triggers a control for acquiring the target text on the client, or triggers a link, the link may jump to the client to acquire the target text, the client may generate request information corresponding to the target text, and may send the request information to the server. The server receives the request information and obtains target text corresponding to the request information from a database according to the identification information in the request information, optionally, the name of the user, or salary number corresponding to the user, or user number, and the pre-established binding relation.
Optionally, when detecting that the notification information of the target text is triggered to be acquired, calling a target application program; and generating request information for acquiring the target text based on the target application program and the identification information in the notification information, and sending the request information to a server.
The target application may be understood as an application that transmits salary notification information to each user. The notification information may be a link, a card, or a control in the target application.
Specifically, when the user triggers notification information, the target application may be invoked. The target application program generates request information corresponding to the notification information according to the identification information in the notification information and sends the request information to the server so that the server obtains target text corresponding to the notification information according to the request information.
The request information also includes identification information corresponding to the user.
And S320, when the target text is received, displaying the target text on a display interface.
When the server obtains the target text corresponding to the request information according to the pre-established binding relation, the target text can be sent to the client, and can be displayed on a display interface in the form of pictures or texts, so that a user can see the corresponding salary structure, technical salary composition items and corresponding salary amounts.
That is, according to the technical solution according to the embodiments of the present disclosure, the user obtains the payroll structure corresponding to the notification information according to the notification information, which may be: when the link corresponding to the notification information is triggered, or after the application program is triggered, the target client, that is, the target application program, may be evoked, and the client may generate the request information corresponding to the notification information according to the triggering operation of the user and transmit the request information to the server. The server may obtain, from the database, a payroll corresponding to the identifier based on the binding relationship according to the identifier in the request information.
According to the technical scheme, when the operation of triggering to acquire the target text is detected, request information corresponding to the target text is generated and sent to a server, so that the server determines the target text corresponding to the request information based on a pre-established transverse binding relationship and a pre-established longitudinal binding relationship; the target text comprises a header and target sub-data corresponding to the header; when the target text is received, the target text is displayed on a display interface, so that the problem that in the prior art, an application program can only process a fixed salary template structure and is inconsistent with the requirements of a user, and the user cannot understand the composition of the salary structure when receiving the salary structure is solved.
Example IV
As a preferred embodiment of the foregoing embodiments, fig. 4 is a schematic flow chart of a document processing method according to a fourth embodiment of the present disclosure.
S410, uploading the salary structure template to the target application program.
The table header in the salary structure template refers to the item composition of salary, and each piece of sub data refers to the salary amount, the user name and the salary bill number corresponding to the salary item composition. In order to conveniently manufacture payroll structures corresponding to a plurality of users, excel forms can be manufactured. That is, the payroll structure template may be completed in the form of an excel table in which the user can modify any content. The target application may be understood as an application that can process the payroll structure template and send the payroll structure corresponding thereto to each user.
Specifically, after the excel form corresponding to the user is manufactured, that is, after the salary structure template is manufactured, the excel form can be uploaded to the target application program.
S420, establishing a binding relation of each data in the target document.
Specifically, after the server corresponding to the target application program receives the uploaded target document, the header of the target document and a merging cell or sub-cell corresponding to the header may be parsed. Meanwhile, a document analysis script is called to analyze the content in the target document to obtain headers and each piece of sub-data corresponding to each header, a longitudinal binding relation between each row of sub-data and the corresponding header is established, and a transverse binding relation between column sub-data in the same row corresponding to each header is established, wherein optionally, the column data in the same row is bound with the name of a user or the salary number of the user, so that the transverse binding relation is obtained.
And S430, when the trigger target control is detected, generating notification information corresponding to each user.
It should be noted that when the enterprise administrator is to send compensation corresponding to each user, at least one control on the application may be triggered.
Illustratively, the notification information of one of the users is transmitted as an example, and the user is referred to as a target user. When the triggering of the salary number corresponding to the target user is detected, acquiring each column of sub-data corresponding to the salary number based on the transverse binding relation, and acquiring the header corresponding to each column of sub-data based on the longitudinal binding relation. And calling a data sending component to integrate the column sub-data with the header to obtain a salary structure corresponding to the target user. Meanwhile, the data sending component processes the payroll structure, generates target notification information corresponding to the target user, and sends the target notification information to the client corresponding to the target user. Correspondingly, if the enterprise management user triggers the salary numbers of the plurality of users, namely, the salary structures corresponding to the plurality of users are obtained and respectively sent to the corresponding users, the server can receive each salary number, screen each piece of sub data corresponding to the salary number from the database based on the transverse binding relationship and the longitudinal binding relationship, and put the sub data into the asynchronous queue. When the server detects that the data are stored in the asynchronous queue, the header and the data corresponding to the salary number are taken out to be processed into notification information corresponding to the data, and the notification information is sent to the corresponding user.
It should be noted that, since the header in the payroll structure and the corresponding payroll amount are confidential, the payroll structure cannot be directly sent to the user, and the notification information sent to the user may be a link, so that the user can skip to the corresponding page or open the corresponding application program to check the payroll details by triggering the link.
S440, when the user triggering notification information is detected, opening an application program and generating request information corresponding to the notification information.
It should be noted that, the notification information may be linked, where the notification information carries an identifier corresponding to the user, and optionally, a salary number corresponding to the user.
Specifically, when the target user receives notification information corresponding to salary, the target user may trigger the notification information to open a corresponding application. The client may generate request information corresponding to the notification information, where the request information carries an identifier corresponding to the user salary number.
S450, the request information is sent to the server, so that the server obtains data corresponding to the request information, and the data is fed back to the client.
After the server receives the request information, the header and payroll data corresponding to the header can be taken out according to the identification in the request information, and the payroll data are assembled into a document or a card and sent to the client so as to display the payroll structure on the client.
According to the technical scheme, when the target document is received, the document analysis script is called to obtain each header in the target document and a group of data corresponding to each header, then the binding relation is called to establish the script, the longitudinal binding relation between each header and each row of sub-data corresponding to each header is respectively established, the transverse binding relation between each column of sub-data corresponding to each header in the same row is established, and the header information and all sub-data are respectively stored to the target position based on the storage module, so that the technical problem that in the prior art, an application program can only process a fixed salary template structure, and therefore the individuation requirement of each enterprise cannot be well met, and the technical problem that user experience is poor is caused is solved.
Example five
Fig. 5 is a schematic structural diagram of a document processing apparatus according to a fifth embodiment of the present disclosure, as shown in fig. 5, where the apparatus is configured in a server, and includes: a document parsing module 510, a binding relationship establishment module 520, and an information storage module 530. Wherein,
A document parsing module 510, configured to, when receiving a target document, obtain each header in the target document and a set of data corresponding to each header; wherein the set of data includes at least one row of sub-data; the binding relationship establishing module 520 is configured to establish a longitudinal binding relationship between each header and each row of sub-data corresponding to each header, and establish a transverse binding relationship between each column of sub-data corresponding to each header and located in the same row; the information storage module 530 is configured to store the header information, the binding relation, and all sub-data to a target location, and when receiving request information for obtaining a target text, obtain each header and target sub-data corresponding to each header from the target location based on the binding relation, process the header information, the binding relation, and the target sub-data into a target text, and feed back the target text to a target client. .
On the basis of the technical schemes, the target document is a set document of associated data information corresponding to each user.
On the basis of the technical schemes, the device further comprises:
the salary structure determining module is used for acquiring to-be-processed column sub-data corresponding to the target user based on the transverse binding relation and acquiring a header corresponding to the to-be-processed column sub-data based on the longitudinal binding relation when receiving a sending request for sending the associated data information table corresponding to the target user, so as to obtain a target associated data information table corresponding to the target user; the associated data information table comprises associated data information associated with a user;
And the notification information generation module is used for calling the data transmission component to process the target associated data information table, generating target notification information corresponding to the target associated data information table, and transmitting the target notification information to the target user so that the target user can view the associated data information table according to the notification information.
On the basis of the above technical solutions, after the number of the target users is multiple and the target associated data information table corresponding to one of the target users is obtained, the method further includes: and placing the target associated data information table into an asynchronous queue, and calling a data sending component to send the target associated data information table when the data in the asynchronous queue is detected.
According to the technical scheme, when the target document is received, the document analysis script is called to obtain each header in the target document and a group of data corresponding to each header, then the binding relation is called to establish the script, the longitudinal binding relation between each header and each row of sub-data corresponding to each header is respectively established, the transverse binding relation between each column of sub-data corresponding to each header in the same row is established, and the header information and all sub-data are respectively stored to the target position based on the storage module, so that the technical problem that in the prior art, the requirements of enterprises cannot be well met due to the fact that an application only processes a fixed salary template structure, and the user experience is poor due to the fact that the target application processes the headers and corresponding data in the target document respectively is solved, different salary structure templates can be identified, the personalized requirements of the enterprises are met, and the technical effect of the user experience is improved.
The document processing device provided by the embodiment of the disclosure can execute the document processing method provided by any embodiment of the disclosure, and has the corresponding functional modules and beneficial effects of the execution method.
It should be noted that each unit and module included in the above apparatus are only divided according to the functional logic, but not limited to the above division, so long as the corresponding functions can be implemented; in addition, the specific names of the functional units are also only for convenience of distinguishing from each other, and are not used to limit the protection scope of the embodiments of the present disclosure.
Example six
Fig. 6 is a schematic structural diagram of a document processing apparatus according to a sixth embodiment of the present disclosure, as shown in fig. 6, where the apparatus includes: the target text information sending module 610 and the target text presentation module 620. Wherein,
a target text information sending module 610, configured to generate, when an operation for triggering acquisition of a target text is detected, request information corresponding to the target text and send the request information to a server, so that the server determines the target text corresponding to the request information based on a pre-established lateral binding relationship and a pre-established longitudinal binding relationship; the target text comprises a header and target sub-data corresponding to the header; and the target text display module 620 is configured to display the target text on a display interface when the target text is received.
According to the technical scheme, when the operation of triggering to acquire the target text is detected, request information corresponding to the target text is generated and sent to a server, so that the server determines the target text corresponding to the request information based on a pre-established transverse binding relationship and a pre-established longitudinal binding relationship; the target text comprises a header and target sub-data corresponding to the header; when the target text is received, the target text is displayed on a display interface, so that the problem that in the prior art, an application program can only process a fixed salary template structure and is inconsistent with the requirements of a user, and the user cannot understand the composition of the salary structure when receiving the salary structure is solved.
On the basis of the above technical solutions, the target text information sending module is further configured to:
when detecting that the notification information of the target text is triggered to be acquired, calling a target application program;
And generating request information for acquiring the target text based on the target application program and the identification information in the notification information, and sending the request information to a server.
The document processing device provided by the embodiment of the disclosure can execute the document processing method provided by any embodiment of the disclosure, and has the corresponding functional modules and beneficial effects of the execution method.
It should be noted that each unit and module included in the above apparatus are only divided according to the functional logic, but not limited to the above division, so long as the corresponding functions can be implemented; in addition, the specific names of the functional units are also only for convenience of distinguishing from each other, and are not used to limit the protection scope of the embodiments of the present disclosure.
Example seven
Referring now to fig. 7, a schematic diagram of an electronic device (e.g., a terminal device or server in fig. 7) 700 suitable for use in implementing embodiments of the present disclosure is shown. The terminal devices in the embodiments of the present disclosure may include, but are not limited to, mobile terminals such as mobile phones, notebook computers, digital broadcast receivers, PDAs (personal digital assistants), PADs (tablet computers), PMPs (portable multimedia players), in-vehicle terminals (e.g., in-vehicle navigation terminals), and the like, and stationary terminals such as digital TVs, desktop computers, and the like. The electronic device shown in fig. 7 is merely an example and should not be construed to limit the functionality and scope of use of the disclosed embodiments.
As shown in fig. 7, the electronic device 700 may include a processing means (e.g., a central processor, a graphics processor, etc.) 701, which may perform various appropriate actions and processes according to a program stored in a Read Only Memory (ROM) 702 or a program loaded from a storage means 706 into a Random Access Memory (RAM) 703. In the RAM 703, various programs and data required for the operation of the electronic device 700 are also stored. The processing device 701, the ROM 702, and the RAM 703 are connected to each other through a bus 704. An input/output (I/O) interface 705 is also connected to bus 704.
In general, the following devices may be connected to the I/O interface 705: input devices 706 including, for example, a touch screen, touchpad, keyboard, mouse, camera, microphone, accelerometer, gyroscope, and the like; an output device 707 including, for example, a Liquid Crystal Display (LCD), a speaker, a vibrator, and the like; storage 706 including, for example, magnetic tape, hard disk, etc.; and a communication device 709. The communication means 709 may allow the electronic device 700 to communicate wirelessly or by wire with other devices to exchange data. While fig. 7 shows an electronic device 700 having various means, it is to be understood that not all of the illustrated means are required to be implemented or provided. More or fewer devices may be implemented or provided instead.
In particular, according to embodiments of the present disclosure, the processes described above with reference to flowcharts may be implemented as computer software programs. For example, embodiments of the present disclosure include a computer program product comprising a computer program embodied on a non-transitory computer readable medium, the computer program comprising program code for performing the method shown in the flow chart. In such an embodiment, the computer program may be downloaded and installed from a network via communication device 709, or installed from storage 706, or installed from ROM 702. The above-described functions defined in the methods of the embodiments of the present disclosure are performed when the computer program is executed by the processing device 701.
The terminal provided by the embodiment of the present disclosure and the document processing method provided by the foregoing embodiment belong to the same inventive concept, and technical details not described in detail in the embodiment of the present disclosure may be referred to the foregoing embodiment, and the embodiment of the present disclosure has the same beneficial effects as the foregoing embodiment.
Example eight
An eighth embodiment of the present disclosure provides a computer storage medium having stored thereon a computer program which, when executed by a processor, implements the document processing method provided by the above embodiment.
It should be noted that the computer readable medium described in the present disclosure may be a computer readable signal medium or a computer readable storage medium, or any combination of the two. The computer readable storage medium can be, for example, but not limited to, an electronic, magnetic, optical, electromagnetic, infrared, or semiconductor system, apparatus, or device, or a combination of any of the foregoing. More specific examples of the computer-readable storage medium may include, but are not limited to: an electrical connection having one or more wires, a portable computer diskette, a hard disk, a Random Access Memory (RAM), a read-only memory (ROM), an erasable programmable read-only memory (EPROM or flash memory), an optical fiber, a portable compact disc read-only memory (CD-ROM), an optical storage device, a magnetic storage device, or any suitable combination of the foregoing. In the context of this disclosure, a computer-readable storage medium may be any tangible medium that can contain, or store a program for use by or in connection with an instruction execution system, apparatus, or device. In the present disclosure, however, the computer-readable signal medium may include a data signal propagated in baseband or as part of a carrier wave, with the computer-readable program code embodied therein. Such a propagated data signal may take any of a variety of forms, including, but not limited to, electro-magnetic, optical, or any suitable combination of the foregoing. A computer readable signal medium may also be any computer readable medium that is not a computer readable storage medium and that can communicate, propagate, or transport a program for use by or in connection with an instruction execution system, apparatus, or device. Program code embodied on a computer readable medium may be transmitted using any appropriate medium, including but not limited to: electrical wires, fiber optic cables, RF (radio frequency), and the like, or any suitable combination of the foregoing.
In some implementations, the clients, servers may communicate using any currently known or future developed network protocol, such as HTTP (HyperText Transfer Protocol ), and may be interconnected with any form or medium of digital data communication (e.g., a communication network). Examples of communication networks include a local area network ("LAN"), a wide area network ("WAN"), the internet (e.g., the internet), and peer-to-peer networks (e.g., ad hoc peer-to-peer networks), as well as any currently known or future developed networks.
The computer readable medium may be contained in the electronic device; or may exist alone without being incorporated into the electronic device.
The computer readable medium carries one or more programs which, when executed by the electronic device, cause the electronic device to:
when a target document is received, acquiring each header in the target document and a group of data corresponding to each header; wherein the set of data includes at least one row of sub-data;
respectively establishing a longitudinal binding relation between each header and each row of sub-data corresponding to each header, and establishing a transverse binding relation between each column of sub-data corresponding to each header and located in the same row;
And respectively storing the header information and all the sub-data to a target position, acquiring each header and the target sub-data corresponding to each header from the target position based on the binding relation when receiving the request information for acquiring the target text, processing the header information and the target sub-data into the target text, and feeding back to a target client. And/or
When detecting an operation of triggering to acquire a target text, generating request information corresponding to the target text and sending the request information to a server, so that the server determines the target text corresponding to the request information based on a pre-established transverse binding relationship and a pre-established longitudinal binding relationship; the target text comprises a header and target sub-data corresponding to the header;
and when the target text is received, displaying the target text on a display interface.
If the sub-scope container exists in the sub-page service, returning to the sub-page service may write computer program code for performing the operations of the present disclosure in one or more programming languages, including but not limited to an object-oriented programming language such as Java, smalltalk, C ++, and conventional procedural programming languages, such as the "C" programming language or similar programming languages. The program code may execute entirely on the user's computer, partly on the user's computer, as a stand-alone software package, partly on the user's computer and partly on a remote computer or entirely on the remote computer or server. In the case of a remote computer, the remote computer may be connected to the user's computer through any kind of network, including a Local Area Network (LAN) or a Wide Area Network (WAN), or may be connected to an external computer (for example, through the Internet using an Internet service provider).
The flowcharts and block diagrams in the figures illustrate the architecture, functionality, and operation of possible implementations of systems, methods and computer program products according to various embodiments of the present disclosure. In this regard, each block in the flowchart or block diagrams may represent a module, segment, or portion of code, which comprises one or more executable instructions for implementing the specified logical function(s). It should also be noted that, in some alternative implementations, the functions noted in the block may occur out of the order noted in the figures. For example, two blocks shown in succession may, in fact, be executed substantially concurrently, or the blocks may sometimes be executed in the reverse order, depending upon the functionality involved. It will also be noted that each block of the block diagrams and/or flowchart illustration, and combinations of blocks in the block diagrams and/or flowchart illustration, can be implemented by special purpose hardware-based systems which perform the specified functions or acts, or combinations of special purpose hardware and computer instructions.
The units involved in the embodiments of the present disclosure may be implemented by means of software, or may be implemented by means of hardware. The name of the unit is not limited to the unit itself in some cases, and for example, the presentation module may be also described as a "material display module".
The functions described above herein may be performed, at least in part, by one or more hardware logic components. For example, without limitation, exemplary types of hardware logic components that may be used include: a Field Programmable Gate Array (FPGA), an Application Specific Integrated Circuit (ASIC), an Application Specific Standard Product (ASSP), a system on a chip (SOC), a Complex Programmable Logic Device (CPLD), and the like.
In the context of this disclosure, a machine-readable medium may be a tangible medium that can contain, or store a program for use by or in connection with an instruction execution system, apparatus, or device. The machine-readable medium may be a machine-readable signal medium or a machine-readable storage medium. The machine-readable medium may include, but is not limited to, an electronic, magnetic, optical, electromagnetic, infrared, or semiconductor system, apparatus, or device, or any suitable combination of the foregoing. More specific examples of a machine-readable storage medium would include an electrical connection based on one or more wires, a portable computer diskette, a hard disk, a Random Access Memory (RAM), a read-only memory (ROM), an erasable programmable read-only memory (EPROM or flash memory), an optical fiber, a portable compact disc read-only memory (CD-ROM), an optical storage device, a magnetic storage device, or any suitable combination of the foregoing.
According to one or more embodiments of the present disclosure, there is provided a document processing method, which is applied to a server, including:
when a target document is received, acquiring each header in the target document and a group of data corresponding to each header; wherein the set of data includes at least one row of sub-data;
respectively establishing a longitudinal binding relation between each header and each row of sub-data corresponding to each header, and establishing a transverse binding relation between each column of sub-data corresponding to each header and located in the same row;
and respectively storing the header information and all the sub-data to a target position, acquiring each header and the target sub-data corresponding to each header from the target position based on the binding relation when receiving the request information for acquiring the target text, processing the header information and the target sub-data into the target text, and feeding back to a target client.
According to one or more embodiments of the present disclosure, there is provided a document processing method [ example two ] further comprising:
optionally, the target document is a collection document of associated data information corresponding to each user.
According to one or more embodiments of the present disclosure, there is provided a document processing method [ example three ], further comprising:
optionally, when a sending request for sending the associated data information table corresponding to the target user is received, acquiring to-be-processed column sub-data corresponding to the target user based on the horizontal binding relationship, and acquiring a header corresponding to the to-be-processed column sub-data based on the vertical binding relationship to obtain a target associated data information table corresponding to the target user; the associated data information table comprises associated data information associated with a user;
and calling a data sending component to process the target associated data information table, generating target notification information corresponding to the target associated data information table, and sending the target notification information to the target user so that the target user views the associated data information table according to the notification information.
According to one or more embodiments of the present disclosure, there is provided a document processing method [ example four ], further comprising:
optionally, after the number of the target users is multiple and the target associated data information table corresponding to one of the target users is obtained, the method further includes:
And placing the target associated data information table into an asynchronous queue, and calling a data sending component to send the target associated data information table when the data in the asynchronous queue is detected.
According to one or more embodiments of the present disclosure, there is provided a document processing method, which is applied to a client, including:
when detecting an operation of triggering to acquire a target text, generating request information corresponding to the target text and sending the request information to a server, so that the server determines the target text corresponding to the request information based on a pre-established transverse binding relationship and a pre-established longitudinal binding relationship; the target text comprises a header and target sub-data corresponding to the header;
and when the target text is received, displaying the target text on a display interface.
According to one or more embodiments of the present disclosure, there is provided a document processing method [ example six ], further comprising:
optionally, when detecting an operation of triggering acquisition of the target text, generating request information corresponding to the target text and sending the request information to a server, including:
when detecting that the notification information of the target text is triggered to be acquired, calling a target application program;
And generating request information for acquiring the target text based on the target application program and the identification information in the notification information, and sending the request information to a server.
According to one or more embodiments of the present disclosure, there is provided a document processing apparatus, configured in a server, including:
the document analysis module is used for acquiring each header in the target document and a group of data corresponding to each header when the target document is received; wherein the set of data includes at least one row of sub-data;
the binding relation establishing module is used for respectively establishing a longitudinal binding relation between each header and each row of sub-data corresponding to each header and a transverse binding relation between each column of sub-data corresponding to each header and located in the same row;
the information storage module is used for respectively storing the header information, the binding relation and all the sub-data to a target position, acquiring each header and the target sub-data corresponding to each header from the target position based on the binding relation when receiving the request information for acquiring the target text, processing the header information, the binding relation and all the sub-data into the target text, and feeding back the target text to the target client.
According to one or more embodiments of the present disclosure, there is provided a document processing apparatus, configured in a client, including:
the target text information sending module is used for generating request information corresponding to the target text and sending the request information to the server when the operation of triggering to acquire the target text is detected, so that the server determines the target text corresponding to the request information based on a pre-established transverse binding relationship and a pre-established longitudinal binding relationship; the target text comprises a header and target sub-data corresponding to the header;
and the target text display module is used for displaying the target text on a display interface when receiving the target text.
The foregoing description is only of the preferred embodiments of the present disclosure and description of the principles of the technology being employed. It will be appreciated by persons skilled in the art that the scope of the disclosure referred to in this disclosure is not limited to the specific combinations of features described above, but also covers other embodiments which may be formed by any combination of features described above or equivalents thereof without departing from the spirit of the disclosure. Such as those described above, are mutually substituted with the technical features having similar functions disclosed in the present disclosure (but not limited thereto).
Moreover, although operations are depicted in a particular order, this should not be understood as requiring that such operations be performed in the particular order shown or in sequential order. In certain circumstances, multitasking and parallel processing may be advantageous. Likewise, while several specific implementation details are included in the above discussion, these should not be construed as limiting the scope of the present disclosure. Certain features that are described in the context of separate embodiments can also be implemented in combination in a single embodiment. Conversely, various features that are described in the context of a single embodiment can also be implemented in multiple embodiments separately or in any suitable subcombination.
Although the subject matter has been described in language specific to structural features and/or methodological acts, it is to be understood that the subject matter defined in the appended claims is not necessarily limited to the specific features or acts described above. Rather, the specific features and acts described above are example forms of implementing the claims.

Claims (10)

1. A document processing method, applied to a server, comprising:
when a target document is received, acquiring each header in the target document and a group of data corresponding to each header; wherein the set of data includes at least one row of sub-data;
Respectively establishing a longitudinal binding relation between each header and each row of sub-data corresponding to each header, and establishing a transverse binding relation between each column of sub-data corresponding to each header and located in the same row;
respectively storing the header information and all sub-data to a target position, acquiring each header and target sub-data corresponding to each header from the target position based on the binding relation when receiving request information for acquiring a target text, processing the header information and the target sub-data into the target text, and feeding back to a target client; wherein the request information includes target user identification information.
2. The method of claim 1, wherein the target document is a collection document of associated data information corresponding to each user.
3. The method as recited in claim 2, further comprising:
when a sending request for sending the associated data information table corresponding to the target user is received, acquiring to-be-processed column sub-data corresponding to the target user based on the transverse binding relation, and acquiring a header corresponding to the to-be-processed column sub-data based on the longitudinal binding relation to obtain a target associated data information table corresponding to the target user; the associated data information table comprises associated data information associated with a user;
And calling a data sending component to process the target associated data information table, generating target notification information corresponding to the target associated data information table, and sending the target notification information to the target user so that the target user views the associated data information table according to the notification information.
4. The method of claim 3, further comprising, after the number of target users is plural and the target associated data information table corresponding to one of the target users is obtained:
and placing the target associated data information table into an asynchronous queue, and calling a data sending component to send the target associated data information table when the data in the asynchronous queue is detected.
5. A document processing method, applied to a client, comprising:
when detecting an operation of triggering to acquire a target text, generating request information corresponding to the target text and sending the request information to a server, so that the server determines the target text corresponding to the request information based on a pre-established transverse binding relationship and a pre-established longitudinal binding relationship; the target text comprises a header and target sub-data corresponding to the header; the request information comprises target user identification information, the longitudinal binding relation is a binding relation between each header and each row of sub-data corresponding to each header, and the transverse binding relation is a relation between each column of sub-data corresponding to each header and located in the same row;
And when the target text is received, displaying the target text on a display interface.
6. The method according to claim 5, wherein generating request information corresponding to the target text and transmitting the request information to the server when the operation of triggering the acquisition of the target text is detected comprises:
when detecting that the notification information of the target text is triggered to be acquired, calling a target application program;
and generating request information for acquiring the target text based on the target application program and the identification information in the notification information, and sending the request information to a server.
7. A document processing apparatus, for use in a server, comprising:
the document analysis module is used for acquiring each header in the target document and a group of data corresponding to each header when the target document is received; wherein the set of data includes at least one row of sub-data;
the binding relation establishing module is used for respectively establishing a longitudinal binding relation between each header and each row of sub-data corresponding to each header and a transverse binding relation between each column of sub-data corresponding to each header and located in the same row;
The information storage module is used for respectively storing the header information, the binding relation and all sub-data to a target position, acquiring each header and target sub-data corresponding to each header from the target position based on the binding relation when receiving request information for acquiring a target text, processing the header information, the binding relation and the target sub-data into the target text, and feeding back the target text to a target client; wherein the request information includes target user identification information.
8. A document processing apparatus, for use with a client, comprising:
the target text information sending module is used for generating request information corresponding to the target text and sending the request information to the server when the operation of triggering to acquire the target text is detected, so that the server determines the target text corresponding to the request information based on a pre-established transverse binding relationship and a pre-established longitudinal binding relationship; the target text comprises a header and target sub-data corresponding to the header; the request information comprises target user identification information, the longitudinal binding relation is a binding relation between each header and each row of sub-data corresponding to each header, and the transverse binding relation is a relation between each column of sub-data corresponding to each header and located in the same row;
And the target text display module is used for displaying the target text on a display interface when receiving the target text.
9. An electronic device, the electronic device comprising:
one or more processors;
storage means for storing one or more programs,
when executed by the one or more processors, causes the one or more processors to implement the document processing method of any of claims 1-4 or 5-6.
10. A storage medium containing computer executable instructions which, when executed by a computer processor, are for performing the document processing method of any of claims 1-4 or 5-6.
CN202010279979.6A 2020-04-10 2020-04-10 Document processing method and device, electronic equipment and storage medium Active CN111476015B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010279979.6A CN111476015B (en) 2020-04-10 2020-04-10 Document processing method and device, electronic equipment and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010279979.6A CN111476015B (en) 2020-04-10 2020-04-10 Document processing method and device, electronic equipment and storage medium

Publications (2)

Publication Number Publication Date
CN111476015A CN111476015A (en) 2020-07-31
CN111476015B true CN111476015B (en) 2024-01-05

Family

ID=71751736

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010279979.6A Active CN111476015B (en) 2020-04-10 2020-04-10 Document processing method and device, electronic equipment and storage medium

Country Status (1)

Country Link
CN (1) CN111476015B (en)

Families Citing this family (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111949662A (en) * 2020-08-13 2020-11-17 北京字节跳动网络技术有限公司 Data display method and device, storage medium and electronic equipment
CN112507675A (en) * 2020-11-05 2021-03-16 社宝信息科技(上海)有限公司 Intelligent salary calculation and real-time salary issuing system and method
CN112767183B (en) * 2021-01-20 2022-04-05 大童保险销售服务有限公司 Data analysis method and device for insurance product and storage medium
CN113434674A (en) * 2021-06-25 2021-09-24 平安国际智慧城市科技股份有限公司 Data analysis method and device, electronic equipment and readable storage medium
CN113326042B (en) * 2021-06-28 2023-05-26 上海致景信息科技有限公司 Method, device, storage medium and processor for visual configuration salary
CN113672567B (en) * 2021-10-22 2023-07-07 南京数睿数据科技有限公司 File construction method, device, electronic equipment and computer readable medium

Citations (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102184099A (en) * 2011-04-15 2011-09-14 北京高森明晨信息科技有限公司 Method, device and system used for configuring and generating application software report forms
WO2015062243A1 (en) * 2013-10-30 2015-05-07 小米科技有限责任公司 Information display method and device
CN107656914A (en) * 2017-10-16 2018-02-02 厦门海迈科技股份有限公司 Form generation method, device, terminal device and the storage medium of configurableization
CN109558440A (en) * 2018-10-18 2019-04-02 平安科技(深圳)有限公司 Batch data processing method, device, computer equipment and storage medium
CN109800336A (en) * 2019-01-30 2019-05-24 百度在线网络技术(北京)有限公司 Table implementation method, device, equipment and medium based on key-value pair storage system
CN110046334A (en) * 2019-03-21 2019-07-23 平安国际智慧城市科技股份有限公司 Data lead-in method, device, computer equipment and storage medium
CN110502516A (en) * 2019-08-22 2019-11-26 深圳前海环融联易信息科技服务有限公司 List data analytic method, device, computer equipment and storage medium
WO2019237540A1 (en) * 2018-06-12 2019-12-19 平安科技(深圳)有限公司 Method and device for acquiring financial data, terminal device, and medium
CN110597842A (en) * 2019-07-22 2019-12-20 石化盈科信息技术有限责任公司 Service data query method and system
CN110852720A (en) * 2019-11-14 2020-02-28 北京字节跳动网络技术有限公司 Document processing method, device, equipment and storage medium

Family Cites Families (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20080172597A1 (en) * 2007-01-16 2008-07-17 Siemens Medical Solutions Usa, Inc. Data Field Referencing Text Processing System
US10423719B2 (en) * 2013-02-19 2019-09-24 International Business Machines Corporation Dynamic loading of tabular data
US11216425B2 (en) * 2018-09-26 2022-01-04 Infosys Limited System and method of recognizing data in a table area from unstructured data

Patent Citations (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102184099A (en) * 2011-04-15 2011-09-14 北京高森明晨信息科技有限公司 Method, device and system used for configuring and generating application software report forms
WO2015062243A1 (en) * 2013-10-30 2015-05-07 小米科技有限责任公司 Information display method and device
CN107656914A (en) * 2017-10-16 2018-02-02 厦门海迈科技股份有限公司 Form generation method, device, terminal device and the storage medium of configurableization
WO2019237540A1 (en) * 2018-06-12 2019-12-19 平安科技(深圳)有限公司 Method and device for acquiring financial data, terminal device, and medium
CN109558440A (en) * 2018-10-18 2019-04-02 平安科技(深圳)有限公司 Batch data processing method, device, computer equipment and storage medium
CN109800336A (en) * 2019-01-30 2019-05-24 百度在线网络技术(北京)有限公司 Table implementation method, device, equipment and medium based on key-value pair storage system
CN110046334A (en) * 2019-03-21 2019-07-23 平安国际智慧城市科技股份有限公司 Data lead-in method, device, computer equipment and storage medium
CN110597842A (en) * 2019-07-22 2019-12-20 石化盈科信息技术有限责任公司 Service data query method and system
CN110502516A (en) * 2019-08-22 2019-11-26 深圳前海环融联易信息科技服务有限公司 List data analytic method, device, computer equipment and storage medium
CN110852720A (en) * 2019-11-14 2020-02-28 北京字节跳动网络技术有限公司 Document processing method, device, equipment and storage medium

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
一套智能的报表生成方法及设计原则;宋永利;自动化与仪器仪表(第11期);全文 *

Also Published As

Publication number Publication date
CN111476015A (en) 2020-07-31

Similar Documents

Publication Publication Date Title
CN111476015B (en) Document processing method and device, electronic equipment and storage medium
US20120254309A1 (en) Information processing apparatus and method, electronic device and control method thereof, and log collection system
CN112328853A (en) Document information processing method and device and electronic equipment
EP4109321A1 (en) Mail processing method and apparatus, electronic device and storage medium
CN110232091B (en) Method, system and apparatus for synchronizing data
US20240126417A1 (en) Method, form data processing method, apparatus, and electronic device for form generation
CN110866193A (en) Feedback method, device and equipment based on online document comment and storage medium
WO2022022619A1 (en) Document editing method and apparatus, and electronic device
WO2022233311A1 (en) Display method and apparatus, and electronic device
WO2022148485A1 (en) Information display method and apparatus, and electronic device
US20240004917A1 (en) Data processing method and device, terminal, and storage medium
CN110781437A (en) Method and device for acquiring webpage image loading duration and electronic equipment
CN110399459B (en) Online document searching method, device, terminal, server and storage medium
CN111813685B (en) Automatic test method and device
US20230409814A1 (en) Document editing method and apparatus, device, and storage medium
CN110489326B (en) IDS-based HTTPAPI debugging method device, medium and equipment
WO2022184037A1 (en) Document processing method, apparatus and device, and medium
CN111143740B (en) Information processing method and device and electronic equipment
CN115080521A (en) Information display method and device, electronic equipment and storage medium
CN112380476A (en) Information display method and device and electronic equipment
US20150205870A1 (en) Method, system and program product for interactive information services
WO2022228405A1 (en) Information interaction method and apparatus, and electronic device
CN111787043A (en) Data request method and device
CN113765773B (en) Method and device for processing communication record
CN112579553B (en) Method and apparatus for recording information

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