CN110807002B - Report generation method, system and equipment based on workflow and storage medium - Google Patents

Report generation method, system and equipment based on workflow and storage medium Download PDF

Info

Publication number
CN110807002B
CN110807002B CN201911071444.3A CN201911071444A CN110807002B CN 110807002 B CN110807002 B CN 110807002B CN 201911071444 A CN201911071444 A CN 201911071444A CN 110807002 B CN110807002 B CN 110807002B
Authority
CN
China
Prior art keywords
data
report
workflow
preset
data set
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
CN201911071444.3A
Other languages
Chinese (zh)
Other versions
CN110807002A (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.)
DBAPPSecurity Co Ltd
Original Assignee
DBAPPSecurity 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 DBAPPSecurity Co Ltd filed Critical DBAPPSecurity Co Ltd
Priority to CN201911071444.3A priority Critical patent/CN110807002B/en
Publication of CN110807002A publication Critical patent/CN110807002A/en
Application granted granted Critical
Publication of CN110807002B publication Critical patent/CN110807002B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/10File systems; File servers
    • G06F16/11File system administration, e.g. details of archiving or snapshots
    • G06F16/116Details of conversion of file system types or formats
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/903Querying
    • G06F16/9038Presentation of query results

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Databases & Information Systems (AREA)
  • Data Mining & Analysis (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Computational Linguistics (AREA)
  • Management, Administration, Business Operations System, And Electronic Commerce (AREA)

Abstract

The application discloses a report generation method and system based on workflow, an electronic device and a computer readable storage medium, wherein the method comprises the following steps: acquiring a preset report template comprising report fixed content and reserved keywords to be input; acquiring a data set defining the reserved keywords and acquiring a preset workflow; according to the logic relation of the workflow, report data specified by the data set are acquired in parallel or in sequence; and converting the report data into a preset format according to the definition of the data set, and replacing the reserved keywords by using the converted data to generate a target report. According to the method, the report can be automatically generated based on the preset report template and the data set, the report data specified by the data set can be sequentially or concurrently acquired based on the logic of the workflow, the data acquisition efficiency is improved while the data accuracy is ensured, the report can be efficiently generated, manual intervention of a user is not needed in the report generation process, and the user experience is improved.

Description

Report generation method, system and equipment based on workflow and storage medium
Technical Field
The present application relates to the field of computer technologies, and in particular, to a method and a system for generating a report based on a workflow, an electronic device, and a computer-readable storage medium.
Background
In the modern network era of rapid development, data reports need to be output rapidly, effectively and in real time in many security scenes to rapidly master the operation conditions of the whole system. However, in the prior art, the reporting system usually adopts various report format designs, and the situation that automatic matching cannot be performed is likely to occur when the reporting system is docked with a data source, which often requires manual adjustment by a user, so that timeliness of the report is difficult to guarantee, and user experience is also affected.
Therefore, how to provide an efficient report generation method is a problem to be solved by those skilled in the art.
Disclosure of Invention
The application aims to provide a report generation method and system based on workflow, an electronic device and a computer readable storage medium, so that efficient report generation is realized, and user experience is improved.
In order to achieve the above object, the present application provides a report generation method based on workflow, including:
acquiring a preset report template; the preset report template comprises report fixed content and reserved keywords to be input;
acquiring a data set defining the reserved keywords and acquiring a preset workflow;
determining the logical relationship of the workflow, and acquiring report data specified by the data set in parallel or in sequence according to the logical relationship;
and converting the report data into a preset format according to the definition of the data set, and replacing the reserved keywords by using the converted data to generate a target report.
Optionally, the determining the logical relationship of the workflow, and obtaining report data specified by the data set in parallel or sequentially according to the logical relationship, includes:
determining a data source, a data screening condition and a field extraction condition defined by the data set;
acquiring original data meeting the data screening condition from a position specified by the data source in a parallel/serial mode aiming at parallel/serial tasks defined in the workflow;
and performing field extraction from the original data based on the field extraction conditions to obtain the report data.
Optionally, after performing field extraction from the original data based on the field extraction condition to obtain the report data, the method further includes:
determining data grouping conditions and data operations defined by the data set;
grouping and operating the report data according to the data grouping condition and the data operation to generate integrated data;
correspondingly, the converting the report data into a preset format according to the definition of the data set includes:
and converting the integrated data into the preset format according to the definition of the data set.
Optionally, the data operation includes any one of or a combination of number statistics, deduplication number statistics, summation, average, minimum and maximum values.
Optionally, the preset format includes a text format and a one-dimensional/two-dimensional chart; the chart comprises any one of or a combination of any several of a line graph, an area graph, a bar graph, a pie chart, a circle chart and a table.
Optionally, the generating a target report includes:
generating a corresponding target report based on a set document format, and storing the target report into a file server; the document format comprises any one or a combination of any several of Markdown format, Word format, PDF format and HTML format;
and if a report conversion request is received, converting the target report into a document format specified by the report conversion request and outputting the converted report.
Optionally, after converting the report data into a preset format according to the definition of the data set and replacing the reserved keyword with the converted data, the method further includes:
and storing the converted data into the file server, and generating and recording a uniform resource locator corresponding to the converted data.
In order to achieve the above object, the present application provides a report generation system based on workflow, including:
the template acquisition module is used for acquiring a preset report template; the preset report template comprises report fixed content and reserved keywords to be input;
the data definition module is used for acquiring a data set for defining the reserved keywords and acquiring a preset workflow;
the data acquisition module is used for determining the logical relationship of the workflow and acquiring the report data specified by the data set in parallel or in sequence according to the logical relationship;
and the report generation module is used for converting the report data into a preset format according to the definition of the data set, replacing the reserved keywords by the converted data and generating a target report.
To achieve the above object, the present application provides an electronic device including:
a memory for storing a computer program;
and the processor is used for realizing the steps of any report generation method disclosed in the foregoing when the computer program is executed.
To achieve the above object, the present application provides a computer-readable storage medium, on which a computer program is stored, the computer program, when being executed by a processor, implementing the steps of any one of the report generation methods disclosed in the foregoing.
According to the scheme, the report generation method based on the workflow comprises the following steps: acquiring a preset report template; the preset report template comprises report fixed content and reserved keywords to be input; acquiring a data set defining the reserved keywords and acquiring a preset workflow; determining the logical relationship of the workflow, and acquiring report data specified by the data set in parallel or in sequence according to the logical relationship; and converting the report data into a preset format according to the definition of the data set, and replacing the reserved keywords by using the converted data to generate a target report. The report form template is preset, and the report form template comprises fixed content and reserved keywords. And then obtain the data set used for defining and reserving the key word and obtain the workflow, thus can confirm the appointed report form data, obtain the report form data sequentially or concurrently based on the logic of the workflow, and replace the correspondent reservation key word after the conversion, can produce the target report form, known from the above, this application can be based on presetting report form template and data set automatic generation report form, and can obtain the appointed report form data of data set sequentially or concurrently based on the logic of the workflow, improve the data acquisition efficiency while guaranteeing the data accuracy, and then realize and produce the report form high-efficiently, and the report form does not need the manual intervention of user in the course of production, has promoted user experience.
The application also discloses a report generation system based on the workflow, an electronic device and a computer readable storage medium, and the technical effects can be realized.
It is to be understood that both the foregoing general description and the following detailed description are exemplary and explanatory only and are not restrictive of the application.
Drawings
In order to more clearly illustrate the embodiments of the present application or the technical solutions in the prior art, the drawings used in the description of the embodiments or the prior art will be briefly described below, it is obvious that the drawings in the following description are only some embodiments of the present application, and for those skilled in the art, other drawings can be obtained according to the drawings without creative efforts.
Fig. 1 is a flowchart of a report generation method based on workflow disclosed in an embodiment of the present application;
FIG. 2 is a flowchart of another workflow-based report generation method disclosed in an embodiment of the present application;
fig. 3 is a structural diagram of a report generation system based on workflow disclosed in an embodiment of the present application;
FIG. 4 is a block diagram of an electronic device according to an embodiment of the disclosure;
fig. 5 is a block diagram of another electronic device disclosed in the embodiments of the present application.
Detailed Description
The technical solutions in the embodiments of the present application will be clearly and completely described below with reference to the drawings in the embodiments of the present application, and it is obvious that the described embodiments are only a part of the embodiments of the present application, and not all of the embodiments. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present application.
In the prior art, a report system usually adopts various report format designs, and the condition that automatic matching cannot be performed is likely to occur when the report system is in butt joint with a data source, and manual adjustment is often required by a user, so that timeliness of reports is difficult to guarantee, and user experience is also influenced.
Therefore, the embodiment of the application discloses a report generation method based on workflow, which realizes efficient report generation and improves user experience.
Referring to fig. 1, a report generation method based on a workflow disclosed in an embodiment of the present application includes:
s101: acquiring a preset report template; the preset report template comprises report fixed content and reserved keywords to be input;
in the embodiment of the application, the report template is preset. The report template can be compiled by adopting Markdown grammar, and different report templates can be correspondingly compiled aiming at different service types. The report template can comprise fixed and unchangeable report fixed contents and reserved keywords to be filled in. In some specific implementation scenarios, the report template may further include a template description for displaying and recording the definition of the template in detail, and specifically may include but is not limited to a system type to which the template belongs, such as a file system, a system memory, a database, and the like; the field content required by the template; and remark information of the template, such as operators supported by the template.
S102: acquiring a data set defining the reserved keywords and acquiring a preset workflow;
in this step, a data set for defining the reserved keyword is obtained, and a preset workflow is obtained. The data set may be a data set delivered by a user and about customizing the reserved keyword, where the data set may include, but is not limited to, a data source, a data screening condition, a data grouping condition, a field extraction condition, and data operation. For example, it may be defined that a table entry whose index _ logs index meets a preset condition is obtained from an elastic search engine, and the visitCount fields are summed to generate a one-dimensional timing chart as report data to be entered; or may define the text generated by fetching the value of the systemTime variable from system memory.
S103: determining the logical relationship of the workflow, and acquiring report data specified by the data set in parallel or in sequence according to the logical relationship;
it should be noted that after the preset workflow is obtained, the logical relationship specified by the workflow is determined, that is, the sequential logical order between data can be determined, or the logical relationship that an intermediate result needs to be generated first and then calculated is determined. And further, report data specified by the data set can be obtained according to the logic relation of the workflow based on the definition of the data set.
Specifically, the process of determining the logical relationship of the workflow and obtaining the report data specified by the data set in parallel or sequentially according to the logical relationship may specifically include: determining a data source, a data screening condition and a field extraction condition defined by a data set; aiming at parallel/serial tasks defined in a workflow, acquiring original data meeting data screening conditions from a position specified by a data source in a parallel/serial mode; and performing field extraction from the original data based on the field extraction conditions to obtain report data.
In a feasible implementation manner, after the field extraction is performed from the original data based on the field extraction condition to obtain the report data, the data grouping condition and the data operation defined in the data set can be further determined, and the report data is grouped and operated according to the data grouping condition and the data operation to generate the integrated report data. The data operation may include, but is not limited to, any one of or a combination of number statistics, deduplication statistics, summation, average, minimum, and maximum.
S104: and converting the report data into a preset format according to the definition of the data set, and replacing the reserved keywords by using the converted data to generate a target report.
It is understood that the data set in the embodiment of the present application may also define the format of report data. After the report data is obtained and is subjected to grouping operation based on the definition of the data set, and the integrated report data is obtained, the integrated report data can be converted into a preset format, which specifically includes but is not limited to a text format and a one-dimensional/two-dimensional chart; the chart may include, but is not limited to, text: any one or combination of any several of a line graph, an area graph, a bar graph, a pie graph, a circle graph and a table
According to the scheme, the report generation method based on the workflow comprises the following steps: acquiring a preset report template; the preset report template comprises report fixed content and reserved keywords to be input; acquiring a data set defining the reserved keywords and acquiring a preset workflow; determining the logical relationship of the workflow, and acquiring report data specified by the data set in parallel or in sequence according to the logical relationship; and converting the report data into a preset format according to the definition of the data set, and replacing the reserved keywords by using the converted data to generate a target report. The report form template is preset, and the report form template comprises fixed content and reserved keywords. And then obtain the data set used for defining and reserving the key word and obtain the workflow, thus can confirm the appointed report form data, obtain the report form data sequentially or concurrently based on the logic of the workflow, and replace the correspondent reservation key word after the conversion, can produce the target report form, known from the above, this application can be based on presetting report form template and data set automatic generation report form, and can obtain the appointed report form data of data set sequentially or concurrently based on the logic of the workflow, improve the data acquisition efficiency while guaranteeing the data accuracy, and then realize and produce the report form high-efficiently, and the report form does not need the manual intervention of user in the course of production, has promoted user experience.
The embodiment of the application discloses another report generation method based on workflow, and compared with the previous embodiment, the embodiment further explains and optimizes the technical scheme. Referring to fig. 2, specifically:
s201: acquiring a preset report template; the preset report template comprises report fixed contents and reserved keywords to be input;
s202: acquiring a data set defining the reserved keywords and acquiring a preset workflow;
s203: determining the logical relationship of the workflow, and acquiring report data specified by the data set in parallel or in sequence according to the logical relationship;
s204: converting the report data into a preset format according to the definition of the data set, replacing the reserved keywords by using the converted data, and generating a corresponding target report based on a set document format;
s205: storing the target report into a file server;
s206: and if a report conversion request is received, converting the target report into a document format specified by the report conversion request and outputting the converted report.
In the embodiment of the application, the corresponding target report can be generated based on a preset document format. The report can be stored after the report is generated, and the report can be specifically but not limited to Markdown format, Word format, PDF format and HTML format. If the report conversion request is received after the report is generated, the target report can be converted into the corresponding document format and output, so that the report can be downloaded or notified by using an email. For example, the page may be converted to HTML format for page presentation.
As a preferred implementation manner, in the embodiment of the present application, after the report data is converted into the preset format according to the definition of the data set and the reserved keyword is replaced by using the converted data, the converted data may be stored in the file server, and the uniform resource locator corresponding to the converted data is generated and recorded, so that the data can be read based on the uniform resource locator, and traceability of the data can be achieved, so that a user can verify the data.
In the following, a report generation system based on workflow provided by an embodiment of the present application is introduced, and a report generation system based on workflow described below and a report generation method based on workflow described above may refer to each other.
Referring to fig. 3, a report generation system based on workflow provided in an embodiment of the present application includes:
the template acquisition module 301 is used for acquiring a preset report template; the preset report template comprises report fixed content and reserved keywords to be input;
a data definition module 302, configured to obtain a data set defining the reserved keyword, and obtain a preset workflow;
the data acquisition module 303 is configured to determine a logical relationship of the workflow, and acquire report data specified by the data set in parallel or sequentially according to the logical relationship;
and the report generation module 304 is configured to convert the report data into a preset format according to the definition of the data set, and replace the reserved keyword with the converted data to generate a target report.
For the specific implementation process of the modules 301 to 304, reference may be made to the corresponding content disclosed in the foregoing embodiments, and details are not repeated here.
On the basis of the foregoing embodiment, as a preferred implementation, the data obtaining module 303 includes:
the definition determining unit is used for determining a data source, a data screening condition and a field extraction condition of the data set definition;
the data screening unit is used for acquiring original data meeting the data screening condition from a position specified by the data source in a parallel/serial mode aiming at parallel/serial tasks defined in the workflow;
and the field extraction unit is used for carrying out field extraction from the original data based on the field extraction conditions to obtain the report data.
On the basis of the foregoing embodiment, as a preferred implementation manner, the report generating system provided in the embodiment of the present application may further include:
the grouping determination module is used for performing field extraction from the original data based on the field extraction condition to obtain report data and then determining a data grouping condition and data operation defined by the data set;
the data processing module is used for grouping and operating the report data according to the data grouping condition and the data operation to generate integrated data;
correspondingly, the report generation module 304 is configured to convert the integrated data into the preset format according to the definition of the data set.
On the basis of the foregoing embodiment, as a preferred implementation manner, the report generating module 304 includes:
the report storage unit is used for generating a corresponding target report based on a set document format and storing the target report into a file server; the document format comprises any one or a combination of any several of Markdown format, Word format, PDF format and HTML format;
and the report conversion unit is used for converting the target report into the document format specified by the report conversion request and outputting the converted report if the report conversion request is received.
On the basis of the foregoing embodiment, as a preferred implementation manner, the report generating system provided in the embodiment of the present application may further include:
and the data storage module is used for converting the report data into a preset format according to the definition of the data set, replacing the reserved keywords by using the converted data, storing the converted data into the file server, and generating and recording the uniform resource locator corresponding to the converted data.
The present application further provides an electronic device, and as shown in fig. 4, an electronic device provided in an embodiment of the present application includes:
a memory 100 for storing a computer program;
the processor 200, when executing the computer program, may implement the steps provided by the above embodiments.
Specifically, the memory 100 includes a nonvolatile storage medium and an internal memory. The non-volatile storage medium stores an operating system and computer-readable instructions, and the internal memory provides an environment for the operating system and the computer-readable instructions in the non-volatile storage medium to run. The processor 200 may be a Central Processing Unit (CPU), a controller, a microcontroller, a microprocessor or other data Processing chip in some embodiments, and provides computing and controlling capability for the electronic device, and when executing the computer program stored in the memory 100, the steps of the workflow-based report generation method disclosed in any of the foregoing embodiments may be implemented.
On the basis of the above embodiment, as a preferred implementation, referring to fig. 5, the electronic device further includes:
and an input interface 300 connected to the processor 200, for acquiring computer programs, parameters and instructions imported from the outside, and storing the computer programs, parameters and instructions into the memory 100 under the control of the processor 200. The input interface 300 may be connected to an input device for receiving parameters or instructions manually input by a user. The input device may be a touch layer covered on a display screen, or a button, a track ball or a touch pad arranged on a terminal shell, or a keyboard, a touch pad or a mouse, etc.
And a display unit 400 connected to the processor 200 for displaying data processed by the processor 200 and for displaying a visualized user interface. The display unit 400 may be an LED display, a liquid crystal display, a touch-sensitive liquid crystal display, an OLED (Organic Light-Emitting Diode) touch panel, or the like.
And a network port 500 connected to the processor 200 for performing communication connection with each external terminal device. The communication technology adopted by the communication connection can be a wired communication technology or a wireless communication technology, such as a mobile high definition link (MHL) technology, a Universal Serial Bus (USB), a High Definition Multimedia Interface (HDMI), a wireless fidelity (WiFi), a bluetooth communication technology, a low power consumption bluetooth communication technology, an ieee802.11 s-based communication technology, and the like.
While FIG. 5 shows only an electronic device having the assembly 100 and 500, those skilled in the art will appreciate that the configuration shown in FIG. 5 does not constitute a limitation of the electronic device, and may include fewer or more components than shown, or some components may be combined, or a different arrangement of components.
The present application also provides a computer-readable storage medium, which may include: various media capable of storing program codes, such as a usb disk, a removable hard disk, a Read-Only Memory (ROM), a Random Access Memory (RAM), a magnetic disk, or an optical disk. The storage medium stores thereon a computer program, which when executed by a processor implements the steps of the workflow-based report generation method disclosed in any of the foregoing embodiments.
The report form template is preset, and the report form template comprises fixed content and reserved keywords. And then acquiring a data set used for defining the reserved keywords and acquiring the workflow, so that the appointed report data can be determined, the report data can be acquired sequentially or concurrently based on the logic of the workflow, and the corresponding reserved keywords are replaced after conversion, so that the target report can be generated.
The embodiments are described in a progressive manner in the specification, each embodiment focuses on differences from other embodiments, and the same and similar parts among the embodiments are referred to each other. For the system disclosed by the embodiment, the description is relatively simple because the system corresponds to the method disclosed by the embodiment, and the relevant points can be referred to the method part for description. It should be noted that, for those skilled in the art, it is possible to make several improvements and modifications to the present application without departing from the principle of the present application, and such improvements and modifications also fall within the scope of the claims of the present application.
It is further noted that, in the present specification, relational terms such as first and second, and the like are used solely to distinguish one entity or action from another entity or action without necessarily requiring or implying any actual such relationship or order between such entities or actions. Also, the terms "comprises," "comprising," or any other variation thereof, are intended to cover a non-exclusive inclusion, such that a process, method, article, or apparatus that comprises a list of elements does not include only those elements but may include other elements not expressly listed or inherent to such process, method, article, or apparatus. Without further limitation, an element defined by the phrase "comprising an … …" does not exclude the presence of other identical elements in a process, method, article, or apparatus that comprises the element.

Claims (9)

1. A report generation method based on workflow is characterized by comprising the following steps:
acquiring a preset report template; the preset report template comprises report fixed content and reserved keywords to be input;
acquiring a data set defining the reserved keywords and acquiring a preset workflow;
determining the logical relationship of the workflow, and acquiring report data specified by the data set in parallel or in sequence according to the logical relationship;
converting the report data into a preset format according to the definition of the data set, and replacing the reserved keywords by using the converted data to generate a target report;
the determining the logical relationship of the workflow and obtaining the report data specified by the data set in parallel or in sequence according to the logical relationship comprise:
determining a data source, a data screening condition and a field extraction condition defined by the data set;
acquiring original data meeting the data screening condition from a position specified by the data source in a parallel/serial mode aiming at parallel/serial tasks defined in the workflow;
and performing field extraction from the original data based on the field extraction conditions to obtain the report data.
2. The report generation method according to claim 1, wherein after the field extraction is performed from the original data based on the field extraction condition to obtain the report data, the method further comprises:
determining data grouping conditions and data operations defined by the data set;
grouping and operating the report data according to the data grouping condition and the data operation to generate integrated data;
correspondingly, the converting the report data into a preset format according to the definition of the data set includes:
and converting the integrated data into the preset format according to the definition of the data set.
3. A report generation method according to claim 2, characterized in that the data operation comprises any one or a combination of any number of statistics, de-duplication statistics, summations, averages, minimums and maximums.
4. A report generation method according to claim 2, characterized in that said preset format comprises a text format, a one-dimensional/two-dimensional graph; the chart comprises any one of a line graph, an area graph, a bar graph, a pie graph, a ring graph, a table or a combination of any several items.
5. The report generation method according to any of claims 1 to 4, wherein the generating a target report comprises:
generating a corresponding target report based on a set document format, and storing the target report into a file server; the document format comprises any one or a combination of any several of Markdown format, Word format, PDF format and HTML format;
and if a report conversion request is received, converting the target report into a document format specified by the report conversion request and outputting the converted report.
6. A report generation method according to claim 5, wherein after converting the report data into a preset format according to the definition of the data set and replacing the reserved keywords with the converted data, the method further comprises:
and storing the converted data into the file server, and generating and recording a uniform resource locator corresponding to the converted data.
7. A workflow-based report generation system, comprising:
the template acquisition module is used for acquiring a preset report template; the preset report template comprises report fixed content and reserved keywords to be input;
the data definition module is used for acquiring a data set for defining the reserved keywords and acquiring a preset workflow;
the data acquisition module is used for determining the logical relationship of the workflow and acquiring the report data specified by the data set in parallel or in sequence according to the logical relationship;
the report generation module is used for converting the report data into a preset format according to the definition of the data set, replacing the reserved keywords by the converted data and generating a target report;
the data acquisition module comprises:
the definition determining unit is used for determining a data source, a data screening condition and a field extraction condition defined by the data set;
the data screening unit is used for acquiring original data meeting the data screening condition from a position specified by the data source in a parallel/serial mode aiming at parallel/serial tasks defined in the workflow;
and the field extraction unit is used for carrying out field extraction from the original data based on the field extraction conditions to obtain the report data.
8. An electronic device, comprising:
a memory for storing a computer program;
processor for implementing the steps of the report generation method according to any of claims 1 to 6 when executing said computer program.
9. A computer-readable storage medium, characterized in that a computer program is stored on the computer-readable storage medium, which computer program, when being executed by a processor, carries out the steps of the report generation method according to any one of claims 1 to 6.
CN201911071444.3A 2019-11-05 2019-11-05 Report generation method, system and equipment based on workflow and storage medium Active CN110807002B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201911071444.3A CN110807002B (en) 2019-11-05 2019-11-05 Report generation method, system and equipment based on workflow and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201911071444.3A CN110807002B (en) 2019-11-05 2019-11-05 Report generation method, system and equipment based on workflow and storage medium

Publications (2)

Publication Number Publication Date
CN110807002A CN110807002A (en) 2020-02-18
CN110807002B true CN110807002B (en) 2022-08-02

Family

ID=69501195

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201911071444.3A Active CN110807002B (en) 2019-11-05 2019-11-05 Report generation method, system and equipment based on workflow and storage medium

Country Status (1)

Country Link
CN (1) CN110807002B (en)

Families Citing this family (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113779231B (en) * 2020-06-09 2024-04-26 中科云谷科技有限公司 Knowledge graph-based big data visual analysis method, device and equipment
CN111797125A (en) * 2020-06-12 2020-10-20 中国建设银行股份有限公司 Report creating method and device, electronic equipment and computer readable storage medium
CN112199404A (en) * 2020-09-24 2021-01-08 建信金融科技有限责任公司 Report creating method and device, electronic equipment and computer readable storage medium
CN113553818A (en) * 2021-07-07 2021-10-26 北京智慧星光信息技术有限公司 Report generation method, system, electronic equipment and storage medium
CN113935301B (en) * 2021-10-19 2022-07-12 中国银行股份有限公司 Report generation method and device, storage medium and electronic equipment

Citations (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101089891A (en) * 2007-07-13 2007-12-19 左立国 Technical method for analysing and managing channel distribution of telecommunication operation firm based on GIS system
CN101257399A (en) * 2007-12-29 2008-09-03 中国移动通信集团四川有限公司 Service system united safe platform
CN101308490A (en) * 2008-04-28 2008-11-19 北京航空航天大学 Dynamic report generation method and platform
CN101527454A (en) * 2009-04-27 2009-09-09 国网电力科学研究院 Method for automatically generating annual running mode report of power grid
CN101719119A (en) * 2009-11-18 2010-06-02 上海众恒信息产业有限公司 Report management system and method
CN103020168A (en) * 2012-11-27 2013-04-03 辽宁省电力有限公司电力科学研究院 System and method for automatically generating reports during power monitoring and supervision
CN104200325A (en) * 2014-09-05 2014-12-10 新汶矿业集团有限责任公司 Management system and method of enterprise technology center
CN109118349A (en) * 2018-08-02 2019-01-01 平安科技(深圳)有限公司 Business finance bill generation method, device, electronic equipment and storage medium
CN109657214A (en) * 2018-09-27 2019-04-19 深圳壹账通智能科技有限公司 Report form generation method, device, terminal and storage medium

Family Cites Families (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US10235431B2 (en) * 2016-01-29 2019-03-19 Splunk Inc. Optimizing index file sizes based on indexed data storage conditions
US20180165724A1 (en) * 2016-12-13 2018-06-14 International Business Machines Corporation Method and system for contextual business intelligence report generation and display

Patent Citations (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101089891A (en) * 2007-07-13 2007-12-19 左立国 Technical method for analysing and managing channel distribution of telecommunication operation firm based on GIS system
CN101257399A (en) * 2007-12-29 2008-09-03 中国移动通信集团四川有限公司 Service system united safe platform
CN101308490A (en) * 2008-04-28 2008-11-19 北京航空航天大学 Dynamic report generation method and platform
CN101527454A (en) * 2009-04-27 2009-09-09 国网电力科学研究院 Method for automatically generating annual running mode report of power grid
CN101719119A (en) * 2009-11-18 2010-06-02 上海众恒信息产业有限公司 Report management system and method
CN103020168A (en) * 2012-11-27 2013-04-03 辽宁省电力有限公司电力科学研究院 System and method for automatically generating reports during power monitoring and supervision
CN104200325A (en) * 2014-09-05 2014-12-10 新汶矿业集团有限责任公司 Management system and method of enterprise technology center
CN109118349A (en) * 2018-08-02 2019-01-01 平安科技(深圳)有限公司 Business finance bill generation method, device, electronic equipment and storage medium
CN109657214A (en) * 2018-09-27 2019-04-19 深圳壹账通智能科技有限公司 Report form generation method, device, terminal and storage medium

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
"Interaction-Aware Scheduling of Report Generation Workloads";Ahmad M 等;《University of Waterloo Technical Report》;20111030;第1-25页 *
"基于LabVIEW的报表生成";董慧群 等;《电子测试》;20111231;第37-40页 *

Also Published As

Publication number Publication date
CN110807002A (en) 2020-02-18

Similar Documents

Publication Publication Date Title
CN110807002B (en) Report generation method, system and equipment based on workflow and storage medium
US10534635B2 (en) Personal digital assistant
CN110837369A (en) Form generation method and device, electronic equipment and storage medium
CN103186457A (en) Method and device for automatically generating test case
CN110728328B (en) Training method and device for classification model
CN109194714B (en) File pushing method and device, terminal device and storage medium
CN110555073A (en) data processing method and device, electronic equipment and storage medium
US20150089415A1 (en) Method of processing big data, apparatus performing the same and storage media storing the same
CN111736818A (en) Application creation method and device based on container cloud, electronic equipment and storage medium
CN111176767A (en) Table data processing method and device, computer equipment and storage medium
CN111274302A (en) Editing method and system of webpage chart component, electronic equipment and storage medium
CN114036439A (en) Website building method, device, medium and electronic equipment
CN102402553B (en) Method and device for analyzing operation quality of promoted account
CN110955438A (en) Method, device and equipment for monitoring performance of small program and storage medium
CN110889272A (en) Data processing method, device, equipment and storage medium
CN104361040A (en) Method and device for customized query
CN110602049A (en) Data transmission method, server and storage medium
CN111124612B (en) Container mirror image upgrading method and device, electronic equipment and storage medium
CN104239454A (en) Searching method and device
KR102532216B1 (en) Method for establishing ESG database with structured ESG data using ESG auxiliary tool and ESG service providing system performing the same
CN115062084B (en) Method and device for constructing API (application programming interface) based on database metadata
US11087045B1 (en) Apparatus and method for option data object performance prediction and modeling
US10699329B2 (en) Systems and methods for document to order conversion
CN113672497B (en) Method, device and equipment for generating non-buried point event and storage medium
CN105700866A (en) RTE code generating method and apparatus performing the same

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