CN108197090B - Method and system for processing default value in file format conversion process - Google Patents

Method and system for processing default value in file format conversion process Download PDF

Info

Publication number
CN108197090B
CN108197090B CN201810101181.5A CN201810101181A CN108197090B CN 108197090 B CN108197090 B CN 108197090B CN 201810101181 A CN201810101181 A CN 201810101181A CN 108197090 B CN108197090 B CN 108197090B
Authority
CN
China
Prior art keywords
placeholder
target file
default
file
default data
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
CN201810101181.5A
Other languages
Chinese (zh)
Other versions
CN108197090A (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 Forever Technology Co Ltd
Original Assignee
Beijing Forever 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 Forever Technology Co Ltd filed Critical Beijing Forever Technology Co Ltd
Priority to CN201810101181.5A priority Critical patent/CN108197090B/en
Publication of CN108197090A publication Critical patent/CN108197090A/en
Application granted granted Critical
Publication of CN108197090B publication Critical patent/CN108197090B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F40/00Handling natural language data
    • G06F40/10Text processing
    • G06F40/12Use of codes for handling textual entities
    • G06F40/151Transformation
    • G06F40/154Tree transformation for tree-structured or markup documents, e.g. XSLT, XSL-FO or stylesheets
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F40/00Handling natural language data
    • G06F40/10Text processing
    • G06F40/12Use of codes for handling textual entities
    • G06F40/14Tree-structured documents

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Health & Medical Sciences (AREA)
  • Artificial Intelligence (AREA)
  • Audiology, Speech & Language Pathology (AREA)
  • Computational Linguistics (AREA)
  • General Health & Medical Sciences (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

The invention discloses a method for processing a default value in a file format conversion process, which comprises the following steps: acquiring a first target file generated according to a preset setting rule, wherein corresponding placeholders are inserted into default value input boxes in the first target file; transmitting the first target file to a preset format conversion module to be converted into a second target file; analyzing each placeholder contained in the second target file; and replacing the placeholder with the corresponding default data in each placeholder according to a preset judgment rule. According to the processing method, the corresponding placeholder is inserted into each default value input box in the file format conversion process, the default values in the converted files are replaced through the corresponding relation between the placeholder and the default data, the problem that the default value data is filled in by a user, the workload is increased, and meanwhile the error probability is increased is solved.

Description

Method and system for processing default value in file format conversion process
Technical Field
The invention relates to the technical field of format conversion, in particular to a method and a system for processing a default value in a file format conversion process.
Background
In the process of format conversion of a file, processing of default values in the file is often omitted, for example, Excel is converted into HTML, in the process of conversion, Excel is directly converted, data bring-in operation is not performed on the default values such as time and known data in Excel, and a user is required to fill in the default value data such as time and known data in the converted HTML.
The inventor researches the processing mode of the default value in the existing file format conversion process, and finds that the probability of errors is increased while the workload is increased by filling in the default value data by the user.
Disclosure of Invention
In view of this, the present invention provides a method for processing a default value in a file format conversion process, so as to solve the problem that in the prior art, through filling in the default value data by a user, the probability of error increases while the workload increases. The specific scheme is as follows:
a method for processing default values in a file format conversion process comprises the following steps:
acquiring a first target file generated according to a preset setting rule, wherein corresponding placeholders are inserted into default value input boxes in the first target file;
transmitting the first target file to a preset format conversion module to be converted into a second target file;
analyzing each placeholder contained in the second target file;
and replacing the placeholder with corresponding default data in each placeholder.
The above method, optionally, further includes:
and storing the first target file into a pre-established file database.
The method optionally includes generating the first target file according to a preset conversion rule, where the method includes:
analyzing each default value option contained in the target file to be processed;
respectively searching a placeholder corresponding to each default value option in a preset default value placeholder table, and inserting the placeholder into a default value input box corresponding to the placeholder;
when the insertion is completed, a first target file is obtained.
Optionally, the above method, replacing a placeholder in each placeholder, which has corresponding default data, with corresponding default data includes:
respectively selecting each placeholder in the second target file as a placeholder to be compared, and analyzing an identifier contained in the placeholder to be compared;
for each identifier, judging whether target default data identical to the identifier exists in the preset default data comparison table or not;
and if so, replacing the placeholder with the corresponding target default data.
The above method, optionally, further includes:
and storing the placeholders without corresponding default data into a matching failure list, and updating the default data comparison table according to each placeholder in the matching failure list at preset time intervals.
A system for processing default values in a file format conversion process comprises:
the acquisition module is used for acquiring a first target file generated according to a preset setting rule, and corresponding placeholders are inserted into default value input boxes in the first target file;
the conversion module is used for transmitting the first target file to a preset format conversion module and converting the first target file into a second target file;
the analysis module is used for analyzing each placeholder contained in the second target file;
and the replacing module is used for replacing the placeholder with the corresponding default data in each placeholder.
The above system, optionally, further includes:
and the storage module is used for storing the first target file into a pre-established file database.
In the above system, optionally, the obtaining module includes:
the first analysis unit is used for analyzing each default value option contained in the target file to be processed;
the inserting unit is used for respectively searching a placeholder corresponding to each default value option in a preset default value placeholder table and inserting the placeholder into a default value input box corresponding to the placeholder;
and the determining unit is used for obtaining the first target file when the insertion is completed.
The above system, optionally, the conversion module includes:
the second analyzing unit is used for respectively selecting each placeholder in the second target file as a placeholder to be compared and analyzing the identifier contained in the placeholder to be compared;
the judging unit is used for judging whether target default data which are the same as the identifiers exist in the preset default data comparison table or not aiming at each identifier;
and the replacing unit is used for replacing the placeholder with the corresponding target default data if the placeholder is present with the corresponding target default data.
The above system, optionally, further includes:
and the updating unit is used for storing the placeholders without corresponding default data into the matching failure list, and updating the default data comparison table according to each placeholder in the matching failure list at preset time intervals.
Compared with the prior art, the invention has the following advantages:
the invention discloses a method for processing a default value in a file format conversion process, which comprises the following steps: acquiring a first target file generated according to a preset setting rule, wherein corresponding placeholders are inserted into default value input boxes in the first target file; transmitting the first target file to a preset format conversion module to be converted into a second target file; analyzing each placeholder contained in the second target file; and replacing the placeholder with the corresponding default data in each placeholder according to a preset judgment rule. According to the processing method, the corresponding placeholder is inserted into each default value input box in the file format conversion process, the default values in the converted files are replaced through the corresponding relation between the placeholder and the default data, the problem that the default value data is filled in by a user, the workload is increased, and meanwhile the error probability is increased is solved.
Drawings
In order to more clearly illustrate the embodiments of the present invention 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 invention, 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 method for processing a default value in a file format conversion process according to an embodiment of the present application;
FIG. 2 is a flowchart of a method for processing default values during a file format conversion process according to another embodiment of the present disclosure;
FIG. 3 is a flowchart of a method for processing default values during a file format conversion process according to another embodiment of the present disclosure;
FIG. 4 is a diagram illustrating a method for processing default values during a file format conversion process according to an embodiment of the present application;
FIG. 5 is a diagram illustrating a method for processing default values during a file format conversion process according to yet another embodiment of the present application;
FIG. 6 is a diagram illustrating a method for processing default values during a file format conversion process according to yet another embodiment of the present application;
fig. 7 is a block diagram of a system for processing default values in a file format conversion process according to an embodiment of the present disclosure.
Detailed Description
The technical solutions in the embodiments of the present invention will be clearly and completely described below with reference to the drawings in the embodiments of the present invention, and it is obvious that the described embodiments are only a part of the embodiments of the present invention, 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 invention.
The previous description of the disclosed embodiments is provided to enable any person skilled in the art to make or use the present invention. Various modifications to these embodiments will be readily apparent to those skilled in the art, and the generic principles defined herein may be applied to other embodiments without departing from the spirit or scope of the invention. Thus, the present invention is not intended to be limited to the embodiments shown herein but is to be accorded the widest scope consistent with the principles and novel features disclosed herein.
The invention provides a processing method of default values in a file format conversion process, which is applied to the file format conversion process, wherein an execution main body of the processing method can be a controller or a processor and the like in a file conversion processing platform. In the embodiment of the present invention, an execution flow of the processing method is shown in fig. 1, and includes the steps of:
s101, acquiring a first target file generated according to a preset setting rule, wherein corresponding placeholders are inserted into default value input boxes in the first target file;
in this embodiment of the present invention, the first target file refers to a file into which a corresponding placeholder has been inserted in a default value input box in a file to be converted. The placeholders and the default values are in a corresponding relationship, the corresponding relationship is preset, and the default values can be reporters, time, default data items or dictionary item default values of the tables and the like.
S102, transmitting the first target file to a preset format conversion module to be converted into a second target file;
in the embodiment of the present invention, the first object file is transferred to a format conversion module included in the file conversion processing platform for conversion, and a second object file is obtained through conversion, where the difference between the second object file and the first object file is that the types of the files are different, and therefore, a placeholder corresponding to a default value is also inserted into a default value input box in the second object file.
S103, analyzing each placeholder contained in the second target file;
in the embodiment of the present invention, the second target file is traversed, and the second target file is analyzed to obtain each placeholder included in the second target file.
S104, replacing the placeholder with corresponding default data in each placeholder.
In the embodiment of the present invention, a placeholder, which has a corresponding default data in each placeholder included in the second target file, is replaced with the corresponding default data.
In the embodiment of the invention, the method further comprises the following steps: the first target file is stored in a pre-established file database, when a user needs to call the second target file corresponding to the first target file again, the second target file is directly called in the pre-established file database, the processing method does not need to be reread and executed, and the execution efficiency is improved.
The invention discloses a method for processing a default value in a file format conversion process, which comprises the following steps: acquiring a first target file generated according to a preset setting rule, wherein corresponding placeholders are inserted into default value input boxes in the first target file; transmitting the first target file to a preset format conversion module to be converted into a second target file; analyzing each placeholder contained in the second target file; and replacing the placeholder with the corresponding default data in each placeholder according to a preset judgment rule. According to the processing method, the corresponding placeholder is inserted into each default value input box in the file format conversion process, the default values in the converted files are replaced through the corresponding relation between the placeholder and the default data, the problem that the default value data is filled in by a user, the workload is increased, and meanwhile the error probability is increased is solved.
In the embodiment of the present invention, a flow of a method for generating a first target file according to a preset conversion rule is shown in fig. 2, and includes the steps of:
s201, analyzing each default value option contained in a target file to be processed;
in the embodiment of the invention, the target file to be processed is traversed, each option in the target file to be processed is analyzed, and each default option contained in the target file to be processed is determined.
If only one text form in the target file to be processed is used, $ { ti _1} is used, and if a plurality of subscripts are added automatically, other types are the same.
S202, finding a placeholder corresponding to each default value option in a preset default value placeholder table respectively, and inserting the placeholder into a default value input box corresponding to the placeholder;
in the embodiment of the present invention, placeholders corresponding to each default value option are respectively searched in a preset default value placeholder comparison table according to names of default values, and the placeholder corresponding to each default value option is inserted into a default value input box corresponding to the placeholder, wherein a principle of selecting the default value options may be sequential selection, selection according to types of the default value options, or other preferred selection forms.
The preset default value placeholder table stores a corresponding relationship between a placeholder and a default value, for example, the corresponding relationship between the placeholder and the default value may be a report: $ usr _ }; date: $ de _ }; default value dictionary entry: and (4) qualification: $ DVQ, in accordance with the design: the { DVCD }, the concrete surface is flat, has no honeycomb pitted surface, has no damage, and is shown in the following specification, wherein the { DVSVD }, the specification is satisfied, the { DVCS }, the concrete surface is not bent or rusted, the direction of returning the head is consistent, the { DVNNB }, the concrete surface is not bent or rusted, the { DVNBR }, the design is satisfied, the pile breaking is not caused, the { DVCDP }, the requirements are satisfied, the { DCMR }, the no: the integrated circuit has complete and open structures of $ { DVNO }, conforms to the specification, has smooth and distortion-free curves of $ { DVASS }, complete quantity, uniform gaps, clean and straight surfaces of $ { DVQGS }, is firm and reliable: $ DVFR, clean, straight: $ DVCAS }, machine stirring, machine tamping: $ DVMM }, smooth surface: $ DVSL }, no settlement, the anti-settling layer is neat and beautiful: $ DVSLB, in compliance with the protocol: $ DVC, is: $ DVY }; default data items: the project name is as follows: $ projectName }, single project name: $ singleName, chapter name: $ bidName }, item name: $ deptName, starting tower number: $ startTower, end Tower number: $ endTower, begin stake number: $ startmilke no, end stake number: $ { endomileageno }, span: and { span }.
S203, when the insertion is completed, a first target file is obtained.
In the embodiment of the invention, when the insertion is completed, an insertion completion instruction is sent, and when the insertion completion instruction is received, a first target file is obtained.
In the embodiment of the present invention, a flow of a method for replacing a placeholder having corresponding default data in each placeholder with corresponding default data is shown in fig. 3, and includes the steps of:
s301, selecting each placeholder in the second target file as a placeholder to be compared, and analyzing an identifier contained in the placeholder to be compared;
in this embodiment of the present invention, the identifier included in the placeholder to be compared may be a name, a number, or other preferred identifier of the default value option. Wherein, the identifier and the placeholder have corresponding relation.
S302, judging whether target default data identical to the identifiers exist in the preset default data comparison table or not aiming at each identifier;
in the embodiment of the invention, target default data which is the same as the identifier is searched in a traversing preset default data comparison table, wherein the preset default data comparison table stores the identifier and the default data, the identifier and the default data have a corresponding relation, and the preferred default data comparison table is HashMap.
And S303, if so, replacing the placeholder with the corresponding target default data.
In the embodiment of the present invention, according to the method described in S301 to S303, the placeholder in the second target file having the default data is replaced with the corresponding default data, so that the processing of the default value in the file format conversion process is realized.
In the embodiment of the invention, the method further comprises the following steps: and storing the placeholders without corresponding default data in a matching failure list, matching corresponding default data for each placeholder in the matching failure list at a preset time interval, storing the placeholders in a default data comparison table, and updating the default data comparison table when matching is completed.
In the embodiment of the invention, taking the conversion of Excel files into HTMIL files as an example, in the file format conversion process, a preset format conversion module exists in a file conversion processing platform, the file conversion processing platform comprises a plurality of Excel template files of different types, corresponding placeholders are inserted into corresponding default input boxes in the Excel template files, among them, the principle of inserting placeholders: according to the requirement of each default value option in the initial Excel file, filling corresponding positions in the initial Excel file (text $ { ti _1}, a large text field $ { ta _1}, singly selecting $ { cb _1}, more selecting $ { yn _1}, date $ { de _1}, if only one text form of the Excel is used, $ { ti _1} if a plurality of subscripts increase, other types are the same), and default data items, time and the like also need to correspond to corresponding placeholders. The method comprises the steps that a user inputs query keywords in a file conversion processing platform, when the condition that the user inputs the query keywords is detected, an Excel template file corresponding to the query keywords is searched in a pre-established file database, the template file is transmitted to a preset format and converted in a conversion module to obtain an HTML file containing a plurality of placeholders, each placeholder contained in the HTML file is analyzed, each placeholder and corresponding default data are searched in a default data comparison table and stored in a HashMap, whether the default data corresponding to each placeholder exist in the HashMap or not is judged, and the placeholder with the corresponding default data is replaced with the corresponding default data.
In the embodiment of the present invention, a schematic diagram of the initial Excel file is shown in fig. 4, a schematic diagram of the Excel template is shown in fig. 5, and a schematic diagram of the HTML file is shown in fig. 6.
In an embodiment of the present invention, corresponding to the above method for processing a default value in a file format conversion process, an embodiment of the present invention further provides a system for processing a default value in a file format conversion process, where a structure of the processing system is shown in fig. 7, and the system includes:
an obtaining module 401, a converting module 402, a parsing module 403 and a replacing module 404.
Wherein,
the obtaining module 401 is configured to obtain a first target file generated according to a preset setting rule, where a corresponding placeholder has been inserted into each default value input box in the first target file;
the conversion module 402 is configured to transfer the first target file to a preset format conversion module to convert the first target file into a second target file;
the parsing module 403 is configured to parse each placeholder included in the second target file;
the replacing module 404 is configured to replace a placeholder, which has corresponding default data, in each placeholder with corresponding default data.
The invention discloses a processing system of default values in the file format conversion process, which comprises the following steps: acquiring a first target file generated according to a preset setting rule, wherein corresponding placeholders are inserted into default value input boxes in the first target file; transmitting the first target file to a preset format conversion module to be converted into a second target file; analyzing each placeholder contained in the second target file; and replacing the placeholder with the corresponding default data in each placeholder according to a preset judgment rule. According to the processing system, the corresponding placeholder is inserted into each default value input box in the file format conversion process, the default values in the converted files are replaced through the corresponding relation between the placeholder and the default data, the problem that the default value data is filled in by a user, the workload is increased, and meanwhile the error probability is increased is solved.
In an embodiment of the present invention, the processing system further includes: a storage module 405.
Wherein,
the storage module 405 is configured to store the first target file in a pre-established file database.
In this embodiment of the present invention, the obtaining module 401 includes:
a first parsing unit 406, an insertion unit 407 and a determination unit 408.
Wherein,
the first parsing unit 406 is configured to parse each default option included in the target file to be processed;
the inserting unit 407 is configured to search a placeholder corresponding to each default value option in a preset default value placeholder table, and insert the placeholder into a default value input box corresponding to the placeholder;
the determining unit 408 is configured to obtain the first target file when the insertion is completed.
In this embodiment of the present invention, the converting module 402 includes:
second parsing unit 409, determining unit 410 and replacing unit 411.
Wherein,
the second parsing unit 409 is configured to select each placeholder in the second target file as a placeholder to be compared, and parse an identifier included in the placeholder to be compared;
the judging unit 410 is configured to judge, for each identifier, whether target default data identical to the identifier exists in the preset default data comparison table;
the replacing unit 411 is configured to replace, if yes, the placeholder having the corresponding target default data with the corresponding target default data.
In an embodiment of the present invention, the processing system further includes: and an update unit 412.
Wherein,
the updating unit 412 is configured to store the placeholder that does not have the corresponding default data in the matching failure list, and update the default data comparison table according to each placeholder in the matching failure list at preset time intervals.
It should be noted that, in the present specification, the embodiments are all described in a progressive manner, each embodiment focuses on differences from other embodiments, and the same and similar parts among the embodiments may be referred to each other. For the device-like embodiment, since it is basically similar to the method embodiment, the description is simple, and for the relevant points, reference may be made to the partial description of the method embodiment.
Finally, it should also be noted that, herein, relational terms such as first and second, and the like may be 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.
For convenience of description, the above devices are described as being divided into various units by function, and are described separately. Of course, the functions of the units may be implemented in the same software and/or hardware or in a plurality of software and/or hardware when implementing the invention.
From the above description of the embodiments, it is clear to those skilled in the art that the present invention can be implemented by software plus necessary general hardware platform. Based on such understanding, the technical solutions of the present invention may be embodied in the form of a software product, which may be stored in a storage medium, such as ROM/RAM, magnetic disk, optical disk, etc., and includes instructions for causing a computer device (which may be a personal computer, a server, or a network device, etc.) to execute the method according to the embodiments or some parts of the embodiments.
The method and system for processing default values in the file format conversion process provided by the invention are described in detail, a specific example is applied in the text to explain the principle and implementation mode of the invention, and the description of the above embodiment is only used for helping to understand the method and the core idea of the invention; meanwhile, for a person skilled in the art, according to the idea of the present invention, there may be variations in the specific embodiments and the application scope, and in summary, the content of the present specification should not be construed as a limitation to the present invention.

Claims (8)

1. A method for processing default values in a file format conversion process is characterized by comprising the following steps:
acquiring a first target file generated according to a preset setting rule, wherein corresponding placeholders are inserted into default value input boxes in the first target file;
transmitting the first target file to a preset format conversion module to be converted into a second target file;
analyzing each placeholder contained in the second target file;
replacing the placeholder with corresponding default data with the placeholder with corresponding default data in each placeholder;
the first target file generated according to the preset setting rule comprises:
analyzing each default value option contained in the target file to be processed;
respectively searching a placeholder corresponding to each default value option in a preset default value placeholder table, and inserting the placeholder into a default value input box corresponding to the placeholder;
when the insertion is completed, a first target file is obtained.
2. The method of claim 1, further comprising:
and storing the first target file into a pre-established file database.
3. The method of claim 1, wherein replacing the placeholder in the respective placeholder for which the default data exists with the default data corresponding thereto comprises:
respectively selecting each placeholder in the second target file as a placeholder to be compared, and analyzing an identifier contained in the placeholder to be compared;
judging whether target default data identical to the identification exists in a preset default data comparison table or not for each identification;
and if so, replacing the placeholder with the corresponding target default data.
4. The method of claim 3, further comprising:
and storing the placeholders without corresponding default data into a matching failure list, and updating the default data comparison table according to each placeholder in the matching failure list at preset time intervals.
5. A system for processing defaults during file format conversion, comprising:
the acquisition module is used for acquiring a first target file generated according to a preset setting rule, and corresponding placeholders are inserted into default value input boxes in the first target file;
the conversion module is used for transmitting the first target file to a preset format conversion module and converting the first target file into a second target file;
the analysis module is used for analyzing each placeholder contained in the second target file;
a replacing module, configured to replace a placeholder, in which corresponding default data exists, with corresponding default data;
the acquisition module includes:
the first analysis unit is used for analyzing each default value option contained in the target file to be processed;
the inserting unit is used for respectively searching a placeholder corresponding to each default value option in a preset default value placeholder table and inserting the placeholder into a default value input box corresponding to the placeholder;
and the determining unit is used for obtaining the first target file when the insertion is completed.
6. The system of claim 5, further comprising:
and the storage module is used for storing the first target file into a pre-established file database.
7. The system of claim 5, wherein the conversion module comprises:
the second analyzing unit is used for respectively selecting each placeholder in the second target file as a placeholder to be compared and analyzing the identifier contained in the placeholder to be compared;
the judging unit is used for judging whether target default data which are the same as the identifiers exist in a preset default data comparison table or not aiming at each identifier;
and the replacing unit is used for replacing the placeholder with the corresponding target default data if the placeholder is present with the corresponding target default data.
8. The system of claim 7, further comprising:
and the updating unit is used for storing the placeholders without corresponding default data into the matching failure list, and updating the default data comparison table according to each placeholder in the matching failure list at preset time intervals.
CN201810101181.5A 2018-02-01 2018-02-01 Method and system for processing default value in file format conversion process Active CN108197090B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201810101181.5A CN108197090B (en) 2018-02-01 2018-02-01 Method and system for processing default value in file format conversion process

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201810101181.5A CN108197090B (en) 2018-02-01 2018-02-01 Method and system for processing default value in file format conversion process

Publications (2)

Publication Number Publication Date
CN108197090A CN108197090A (en) 2018-06-22
CN108197090B true CN108197090B (en) 2021-05-07

Family

ID=62592230

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201810101181.5A Active CN108197090B (en) 2018-02-01 2018-02-01 Method and system for processing default value in file format conversion process

Country Status (1)

Country Link
CN (1) CN108197090B (en)

Families Citing this family (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110347989A (en) * 2019-07-04 2019-10-18 北京明略软件系统有限公司 The generation method and device of electrical form
CN110430022B (en) * 2019-08-19 2022-04-19 深圳市鹏海运电子数据交换有限公司 Data transmission method and device
CN113345597B (en) * 2021-07-15 2021-11-16 中国平安人寿保险股份有限公司 Federal learning method and device of infectious disease probability prediction model and related equipment

Family Cites Families (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7970757B2 (en) * 2008-03-17 2011-06-28 International Business Machines Corporation Computer program product for database query optimization
CN101976235B (en) * 2010-09-21 2012-07-25 天津神舟通用数据技术有限公司 Extensible Word report automatically-generating method based on dynamic web page
CN103678267B (en) * 2012-09-17 2017-05-17 腾讯科技(深圳)有限公司 Method and system for typesetting and rendering image-text mixed content
CN105320662B (en) * 2014-06-10 2019-09-20 腾讯科技(北京)有限公司 Webpage generating method and device
CN104572597A (en) * 2015-01-12 2015-04-29 浪潮通用软件有限公司 Automatic word analysis report generation method and device

Also Published As

Publication number Publication date
CN108197090A (en) 2018-06-22

Similar Documents

Publication Publication Date Title
CN108197090B (en) Method and system for processing default value in file format conversion process
CN101996195B (en) Searching method and device of voice information in audio files and equipment
CN111008521B (en) Method, device and computer storage medium for generating wide table
CN109743346B (en) Session flow configuration method, device and computer-readable storage medium
CN110888842A (en) File storage method, file query method, file storage device, file query device and file query equipment
CN108182258B (en) Distributed data analysis system and method
CN103942287A (en) Mass data processing method, database server and application server
CN110826004A (en) Front-end request data processing method and related device
CN112153095A (en) CDN function module operation method, operation device, electronic equipment and storage medium
CN111125156B (en) Data query method and device and electronic equipment
CN111159219B (en) Data management method, device, server and storage medium
CN102521232A (en) Distributed acquisition and processing system and method of internet metadata
CN110134738A (en) Distributed memory system resource predictor method, device
CN105117441A (en) Data work order processing method and system
CN107145538A (en) List data querying method, device and system
CN113778947A (en) Data import method, device and equipment of kafka stream processing platform
CN110955460B (en) Service process starting method and device, electronic equipment and storage medium
CN108038254B (en) Method and system for processing different types of units in file format conversion process
CN105488165B (en) Data retrieval method and system based on index database
CN109213950A (en) The data processing method and device of IPTV Intelligent set top box browser application
CN107463618B (en) Index creating method and device
CN110888840A (en) File query method, device, equipment and medium in distributed file system
CN108629002A (en) A kind of big data comparison method and device based on kettle
CN111522748B (en) Automatic test case generation method, device, server and storage medium
CN108200135B (en) Method, system and related device for acquiring scanning data and generating certificate

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