CN112650477A - Project data batch transfer method and device and electronic equipment - Google Patents

Project data batch transfer method and device and electronic equipment Download PDF

Info

Publication number
CN112650477A
CN112650477A CN202011632941.9A CN202011632941A CN112650477A CN 112650477 A CN112650477 A CN 112650477A CN 202011632941 A CN202011632941 A CN 202011632941A CN 112650477 A CN112650477 A CN 112650477A
Authority
CN
China
Prior art keywords
file
project
target
case
historical
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
CN202011632941.9A
Other languages
Chinese (zh)
Inventor
刘玲芳
郑博文
李盛
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Afirstsoft Co Ltd
Original Assignee
Afirstsoft 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 Afirstsoft Co Ltd filed Critical Afirstsoft Co Ltd
Priority to CN202011632941.9A priority Critical patent/CN112650477A/en
Publication of CN112650477A publication Critical patent/CN112650477A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/20Software design
    • 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
    • G06Q10/00Administration; Management
    • G06Q10/06Resources, workflows, human or project management; Enterprise or organisation planning; Enterprise or organisation modelling
    • G06Q10/063Operations research, analysis or management
    • G06Q10/0633Workflow analysis

Landscapes

  • Engineering & Computer Science (AREA)
  • Business, Economics & Management (AREA)
  • Human Resources & Organizations (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • Economics (AREA)
  • Entrepreneurship & Innovation (AREA)
  • Software Systems (AREA)
  • Strategic Management (AREA)
  • General Physics & Mathematics (AREA)
  • Educational Administration (AREA)
  • Tourism & Hospitality (AREA)
  • Quality & Reliability (AREA)
  • General Business, Economics & Management (AREA)
  • Operations Research (AREA)
  • Marketing (AREA)
  • Game Theory and Decision Science (AREA)
  • Development Economics (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

As can be seen from the foregoing, according to the method, the apparatus, and the electronic device for batch transfer of project data provided in one or more embodiments of the present disclosure, after obtaining a history project file and a target file template in a target management system, based on a corresponding relationship between the history project file and the target file template, column names in the history project file are modified, redundant columns in the history project file are deleted, the columns are arranged according to a sequence in the target file template, then use-case grade conversion and use-case catalog conversion are performed, and finally the format is converted into an Excel format, so that a target file that can be imported into the target project system can be obtained, the batch transfer of project data is achieved, the data transfer speed and accuracy can be improved, the manual operation cost is saved, and the probability of manual operation errors is avoided.

Description

Project data batch transfer method and device and electronic equipment
Technical Field
One or more embodiments of the present disclosure relate to the field of data transfer technologies, and in particular, to a method and an apparatus for transferring project data in batch, and an electronic device.
Background
At present, software research and development projects are mostly switched from a waterfall type development mode to an agile iterative development mode, project management tools are also switched from traditional project management tools to a mainstream agile project management tool (a target project management system), a large amount of historical project data are stored on the traditional project management tools, and due to the difference between data fields and storage formats, old system data cannot be directly transferred to a new target project management system.
At present, a rapid transfer scheme for transferring data on an old project management tool to a current mainstream agile project management tool does not exist in the industry, and the requirements of a target project management system on rapid transfer and import of historical project data cannot be met.
Disclosure of Invention
In view of this, one or more embodiments of the present disclosure provide a method, an apparatus, and an electronic device for transferring project data in batch, so as to solve the problem that historical project data cannot be transferred and imported into a target project system quickly in the prior art.
In view of the above, one or more embodiments of the present specification provide a method for bulk transferring project data, including:
deriving a history project file from a source project management system, wherein the history project file is a CSV format file;
acquiring a target file template in a target project management system;
modifying column names in the historical project files based on the corresponding relation between the historical project files and the target file template, and deleting redundant columns in the historical project files to obtain a temporary file I;
arranging the columns in the temporary file I according to the sequence in the target file template to obtain a temporary file II;
carrying out case grade conversion on the temporary file II to obtain a temporary file III;
carrying out case directory conversion on the temporary file three to obtain a temporary file four;
converting the format of the temporary file four from the CSV format into an Excel format to obtain a target file;
and inputting the target file into a target project management system.
As an optional implementation, the history item file includes a history test file and a history defect file, and the target file includes a target test file and a target defect file.
As an optional implementation manner, the modifying column names in the history item file based on the corresponding relationship between the history item file and the target file template includes:
modifying the column name 'use case number' in the history project file into the column name 'ID' in the target file template;
the column name "created by whom" in the history project file is modified to the column name "creator" in the target file template.
As an optional implementation, deleting redundant columns in the history item file includes:
and deleting the column names of the use case version and the applicable stage in the historical project file.
As an optional implementation manner, the arranging the columns in the first temporary file according to the order in the target file template to obtain a second temporary file includes:
and arranging the columns in the temporary file I from left to right according to the sequence of ID, case name, case type, case state, case grade, creator, creation time, case directory and case step to obtain a temporary file II.
As a second aspect of the present invention, there is provided a project data batch transfer apparatus including:
the export module is used for exporting the historical project file from the source project management system, wherein the historical project file is a CSV format file;
the acquisition module is used for acquiring a target file template in the target project management system;
the modification module is used for modifying the column names in the historical project files and deleting redundant columns in the historical project files based on the corresponding relation between the historical project files and the target file template to obtain a temporary file I;
the sequencing module is used for sequencing the columns in the temporary file I according to the sequence in the target file template to obtain a temporary file II;
the first conversion module is used for carrying out case grade conversion on the temporary file II to obtain a temporary file III;
the second conversion module is used for carrying out case directory conversion on the temporary file three to obtain a temporary file four;
the format conversion module is used for converting the format of the temporary file four from the CSV format to the Excel format to obtain a target file;
and the input module is used for inputting the target file into the target project management system.
As an optional implementation, the history item file includes a history test file and a history defect file, and the target file includes a target test file and a target defect file.
As an optional implementation, the modification module is configured to:
modifying the column name 'use case number' in the history project file into the column name 'ID' in the target file template;
modifying the column name 'who creates' in the history project file into a column name 'creator' in the target file template;
and deleting the column names of the use case version and the applicable stage in the historical project file.
As an optional implementation, the sorting module is configured to:
and arranging the columns in the temporary file I from left to right according to the sequence of ID, case name, case type, case state, case grade, creator, creation time, case directory and case step to obtain a temporary file II.
As a third aspect of the present invention, there is provided an electronic device comprising a memory, a processor and a computer program stored on the memory and executable on the processor, the processor implementing the method as described above when executing the program.
As can be seen from the foregoing, according to the method, the apparatus, and the electronic device for batch transfer of project data provided in one or more embodiments of the present disclosure, after obtaining a history project file and a target file template in a target management system, based on a corresponding relationship between the history project file and the target file template, column names in the history project file are modified, redundant columns in the history project file are deleted, the columns are arranged according to a sequence in the target file template, then use-case grade conversion and use-case catalog conversion are performed, and finally the format is converted into an Excel format, so that a target file that can be imported into the target project system can be obtained, the batch transfer of project data is achieved, the data transfer speed and accuracy can be improved, the manual operation cost is saved, and the probability of manual operation errors is avoided.
Drawings
In order to more clearly illustrate one or more embodiments or prior art solutions of the present specification, the drawings that are needed in the description of the embodiments or prior art will be briefly described below, and it is obvious that the drawings in the following description are only one or more embodiments of the present specification, and that other drawings may be obtained by those skilled in the art without inventive effort from these drawings.
FIG. 1 is a schematic illustration of a method according to one or more embodiments of the present disclosure;
FIG. 2 is a schematic illustration of an apparatus according to one or more embodiments of the disclosure;
FIG. 3 is a schematic diagram of an electronic device in accordance with one or more embodiments of the present disclosure.
Detailed Description
For the purpose of promoting a better understanding of the objects, aspects and advantages of the present disclosure, reference is made to the following detailed description taken in conjunction with the accompanying drawings.
It is to be noted that unless otherwise defined, technical or scientific terms used in one or more embodiments of the present specification should have the ordinary meaning as understood by those of ordinary skill in the art to which this disclosure belongs. The use of "first," "second," and similar terms in one or more embodiments of the specification is not intended to indicate any order, quantity, or importance, but rather is used to distinguish one element from another. The word "comprising" or "comprises", and the like, means that the element or item listed before the word covers the element or item listed after the word and its equivalents, but does not exclude other elements or items. The terms "connected" or "coupled" and the like are not restricted to physical or mechanical connections, but may include electrical connections, whether direct or indirect.
In order to achieve the above object, an embodiment of the present invention provides a method for transferring project data in batches, including:
deriving a history project file from a source project management system, wherein the history project file is a CSV format file;
acquiring a target file template in a target project management system;
modifying column names in the historical project files based on the corresponding relation between the historical project files and the target file template, and deleting redundant columns in the historical project files to obtain a temporary file I;
arranging the columns in the temporary file I according to the sequence in the target file template to obtain a temporary file II;
carrying out case grade conversion on the temporary file II to obtain a temporary file III;
carrying out case directory conversion on the temporary file three to obtain a temporary file four;
converting the format of the temporary file four from the CSV format into an Excel format to obtain a target file;
and inputting the target file into a target project management system.
In the embodiment of the invention, after the historical project file and the target file template in the target management system are obtained, the column names in the historical project file are modified based on the corresponding relation between the historical project file and the target file template, redundant columns in the historical project file are deleted, the columns are arranged according to the sequence in the target file template, then the use case grade conversion and the use case catalog conversion are carried out, and finally the format is converted into the Excel format, so that the target file which can be led into the target project system can be obtained, the batch transfer of project data is realized, the data transfer speed and the accuracy can be improved, the manual operation cost is saved, and the error probability of manual operation is avoided.
Fig. 1 shows a project data batch transfer method according to an embodiment of the present invention, including:
s100, exporting a history project file from a source project management system, wherein the history project file is a CSV format file.
The historical project files comprise historical test files and historical defect files, and the target files comprise target test files and target defect files.
S200, acquiring a target file template in the target project management system.
S300, based on the corresponding relation between the historical project file and the target file template, column names in the historical project file are modified, redundant columns in the historical project file are deleted, and a temporary file I is obtained.
Optionally, modifying the column names in the history item file based on the corresponding relationship between the history item file and the target file template includes:
modifying the column name 'use case number' in the history project file into the column name 'ID' in the target file template;
the column name "created by whom" in the history project file is modified to the column name "creator" in the target file template.
Optionally, deleting redundant columns in the history item file includes:
and deleting the column names of the use case version and the applicable stage in the historical project file.
S400, arranging the columns in the temporary file I according to the sequence in the target file template to obtain a temporary file II.
Optionally, the arranging the columns in the first temporary file according to the sequence in the target file template to obtain a second temporary file includes:
and arranging the columns in the temporary file I from left to right according to the sequence of ID, case name, case type, case state, case grade, creator, creation time, case directory and case step to obtain a temporary file II.
And S500, carrying out case grade conversion on the temporary file II to obtain a temporary file III.
For example, the use case levels of the source project management system are represented by 1, 2, 3 and 4, and the use case levels of the target project management system are represented by high, medium and low; it is necessary to define level 1 for a high level, level 2 for a medium level, etc.
S600, carrying out case directory conversion on the temporary file three to obtain a temporary file four.
For example, the use case directory format of the file of the source project management system is "/v 6.0.0 test case/photo optimization point (# 796)", the use case directory format of the target project management system is "6.0.0-photo optimization point", and directory conversion is required if the directory formats required by the two are different.
S700, converting the format of the temporary file IV from the CSV format to an Excel format, and obtaining the target file.
The file imported by the target management system can only be a file in an Excel format.
And S800, inputting the target file into a target project management system.
It is to be appreciated that the method can be performed by any apparatus, device, platform, cluster of devices having computing and processing capabilities.
It should be noted that the method of one or more embodiments of the present disclosure may be performed by a single device, such as a computer or server. The method of the embodiment can also be applied to a distributed scene and completed by the mutual cooperation of a plurality of devices. In such a distributed scenario, one of the devices may perform only one or more steps of the method of one or more embodiments of the present disclosure, and the devices may interact with each other to complete the method.
The foregoing description has been directed to specific embodiments of this disclosure. Other embodiments are within the scope of the following claims. In some cases, the actions or steps recited in the claims may be performed in a different order than in the embodiments and still achieve desirable results. In addition, the processes depicted in the accompanying figures do not necessarily require the particular order shown, or sequential order, to achieve desirable results. In some embodiments, multitasking and parallel processing may also be possible or may be advantageous.
Corresponding to the project data batch transferring method, as shown in fig. 2, an embodiment of the present invention further provides a project data batch transferring apparatus, including:
an export module 10, configured to export a history project file from a source project management system, where the history project file is a CSV format file;
an obtaining module 20, configured to obtain a target file template in a target project management system;
the modification module 30 is configured to modify column names in the historical project file based on a corresponding relationship between the historical project file and the target file template, and delete redundant columns in the historical project file to obtain a temporary file one;
the sorting module 40 is configured to sort the columns in the first temporary file according to the sequence in the target file template to obtain a second temporary file;
the first conversion module 50 is used for carrying out case grade conversion on the temporary file II to obtain a temporary file III;
the second conversion module 60 is configured to perform case directory conversion on the temporary file three to obtain a temporary file four;
the format conversion module 70 is configured to convert the format of the temporary file four from the CSV format to an Excel format, and obtain a target file;
an input module 80, configured to input the target file into the target project management system.
In the embodiment of the invention, after the historical project file and the target file template in the target management system are obtained, the column names in the historical project file are modified based on the corresponding relation between the historical project file and the target file template, redundant columns in the historical project file are deleted, the columns are arranged according to the sequence in the target file template, then the use case grade conversion and the use case catalog conversion are carried out, and finally the format is converted into the Excel format, so that the target file which can be led into the target project system can be obtained, the batch transfer of project data is realized, the data transfer speed and the accuracy can be improved, the manual operation cost is saved, and the error probability of manual operation is avoided.
As an optional implementation, the history item file includes a history test file and a history defect file, and the target file includes a target test file and a target defect file.
As an optional implementation, the modification module is configured to:
modifying the column name 'use case number' in the history project file into the column name 'ID' in the target file template;
modifying the column name 'who creates' in the history project file into a column name 'creator' in the target file template;
and deleting the column names of the use case version and the applicable stage in the historical project file.
As an optional implementation, the sorting module is configured to:
and arranging the columns in the temporary file I from left to right according to the sequence of ID, case name, case type, case state, case grade, creator, creation time, case directory and case step to obtain a temporary file II.
For convenience of description, the above devices are described as being divided into various modules by functions, and are described separately. Of course, the functionality of the modules may be implemented in the same one or more software and/or hardware implementations in implementing one or more embodiments of the present description.
Corresponding to the method for transferring the project data in batches, the embodiment of the invention also provides an electronic device, which comprises a memory, a processor and a computer program stored on the memory and capable of running on the processor, wherein the processor executes the program to realize the method.
Fig. 3 is a schematic diagram illustrating a more specific hardware structure of an electronic device according to this embodiment, where the electronic device may include: a processor 1010, a memory 1020, an input/output interface 1030, a communication interface 1040, and a bus 1050. Wherein the processor 1010, memory 1020, input/output interface 1030, and communication interface 1040 are communicatively coupled to each other within the device via bus 1050.
The processor 1010 may be implemented by a general-purpose CPU (Central Processing Unit), a microprocessor, an Application Specific Integrated Circuit (ASIC), or one or more Integrated circuits, and is configured to execute related programs to implement the technical solutions provided in the embodiments of the present disclosure.
The Memory 1020 may be implemented in the form of a ROM (Read Only Memory), a RAM (Random Access Memory), a static storage device, a dynamic storage device, or the like. The memory 1020 may store an operating system and other application programs, and when the technical solution provided by the embodiments of the present specification is implemented by software or firmware, the relevant program codes are stored in the memory 1020 and called to be executed by the processor 1010.
The input/output interface 1030 is used for connecting an input/output module to input and output information. The i/o module may be configured as a component in a device (not shown) or may be external to the device to provide a corresponding function. The input devices may include a keyboard, a mouse, a touch screen, a microphone, various sensors, etc., and the output devices may include a display, a speaker, a vibrator, an indicator light, etc.
The communication interface 1040 is used for connecting a communication module (not shown in the drawings) to implement communication interaction between the present apparatus and other apparatuses. The communication module can realize communication in a wired mode (such as USB, network cable and the like) and also can realize communication in a wireless mode (such as mobile network, WIFI, Bluetooth and the like).
Bus 1050 includes a path that transfers information between various components of the device, such as processor 1010, memory 1020, input/output interface 1030, and communication interface 1040.
It should be noted that although the above-mentioned device only shows the processor 1010, the memory 1020, the input/output interface 1030, the communication interface 1040 and the bus 1050, in a specific implementation, the device may also include other components necessary for normal operation. In addition, those skilled in the art will appreciate that the above-described apparatus may also include only those components necessary to implement the embodiments of the present description, and not necessarily all of the components shown in the figures.
Those of ordinary skill in the art will understand that: the discussion of any embodiment above is meant to be exemplary only, and is not intended to intimate that the scope of the disclosure, including the claims, is limited to these examples; within the spirit of the present disclosure, features from the above embodiments or from different embodiments may also be combined, steps may be implemented in any order, and there are many other variations of different aspects of one or more embodiments of the present description as described above, which are not provided in detail for the sake of brevity.
It is intended that the one or more embodiments of the present specification embrace all such alternatives, modifications and variations as fall within the broad scope of the appended claims. Therefore, any omissions, modifications, substitutions, improvements, and the like that may be made without departing from the spirit and principles of one or more embodiments of the present disclosure are intended to be included within the scope of the present disclosure.

Claims (10)

1. A project data batch transferring method is characterized by comprising the following steps:
deriving a history project file from a source project management system, wherein the history project file is a CSV format file;
acquiring a target file template in a target project management system;
modifying column names in the historical project files based on the corresponding relation between the historical project files and the target file template, and deleting redundant columns in the historical project files to obtain a temporary file I;
arranging the columns in the temporary file I according to the sequence in the target file template to obtain a temporary file II;
carrying out case grade conversion on the temporary file II to obtain a temporary file III;
carrying out case directory conversion on the temporary file three to obtain a temporary file four;
converting the format of the temporary file four from the CSV format into an Excel format to obtain a target file;
and inputting the target file into a target project management system.
2. The batch transfer method of project data according to claim 1, wherein the historical project files comprise historical test files and historical defect files, and the target files comprise target test files and target defect files.
3. The method for bulk transferring of project data according to claim 1, wherein modifying column names in the history project file based on the corresponding relationship between the history project file and the target file template comprises:
modifying the column name 'use case number' in the history project file into the column name 'ID' in the target file template;
the column name "created by whom" in the history project file is modified to the column name "creator" in the target file template.
4. The batch migration method of project data according to claim 3, wherein deleting redundant columns in the history project file comprises:
and deleting the column names of the use case version and the applicable stage in the historical project file.
5. The method for bulk transferring project data according to claim 1, wherein the arranging the columns in the first temporary file according to the sequence in the target file template to obtain a second temporary file comprises:
and arranging the columns in the temporary file I from left to right according to the sequence of ID, case name, case type, case state, case grade, creator, creation time, case directory and case step to obtain a temporary file II.
6. A project data batch transferring apparatus, comprising:
the export module is used for exporting the historical project file from the source project management system, wherein the historical project file is a CSV format file;
the acquisition module is used for acquiring a target file template in the target project management system;
the modification module is used for modifying the column names in the historical project files and deleting redundant columns in the historical project files based on the corresponding relation between the historical project files and the target file template to obtain a temporary file I;
the sequencing module is used for sequencing the columns in the temporary file I according to the sequence in the target file template to obtain a temporary file II;
the first conversion module is used for carrying out case grade conversion on the temporary file II to obtain a temporary file III;
the second conversion module is used for carrying out case directory conversion on the temporary file three to obtain a temporary file four;
the format conversion module is used for converting the format of the temporary file four from the CSV format to the Excel format to obtain a target file;
and the input module is used for inputting the target file into the target project management system.
7. The apparatus for batch transferring project data of claim 6, wherein the historical project files comprise a historical test file and a historical defect file, and the target files comprise a target test file and a target defect file.
8. The apparatus for bulk transfer of project data according to claim 6, wherein the modification module is configured to:
modifying the column name 'use case number' in the history project file into the column name 'ID' in the target file template;
modifying the column name 'who creates' in the history project file into a column name 'creator' in the target file template;
and deleting the column names of the use case version and the applicable stage in the historical project file.
9. The apparatus for bulk transfer of project data according to claim 6, wherein the sorting module is configured to:
and arranging the columns in the temporary file I from left to right according to the sequence of ID, case name, case type, case state, case grade, creator, creation time, case directory and case step to obtain a temporary file II.
10. An electronic device comprising a memory, a processor and a computer program stored on the memory and executable on the processor, characterized in that the processor implements the method according to any of claims 1 to 5 when executing the program.
CN202011632941.9A 2020-12-31 2020-12-31 Project data batch transfer method and device and electronic equipment Pending CN112650477A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202011632941.9A CN112650477A (en) 2020-12-31 2020-12-31 Project data batch transfer method and device and electronic equipment

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202011632941.9A CN112650477A (en) 2020-12-31 2020-12-31 Project data batch transfer method and device and electronic equipment

Publications (1)

Publication Number Publication Date
CN112650477A true CN112650477A (en) 2021-04-13

Family

ID=75366839

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202011632941.9A Pending CN112650477A (en) 2020-12-31 2020-12-31 Project data batch transfer method and device and electronic equipment

Country Status (1)

Country Link
CN (1) CN112650477A (en)

Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106257443A (en) * 2015-06-16 2016-12-28 华为软件技术有限公司 A kind of data lead-in method and device
CN107330024A (en) * 2017-06-21 2017-11-07 华为机器有限公司 The storage method and device of tag system data
CN109241514A (en) * 2018-09-10 2019-01-18 深圳市泰洲科技有限公司 Data automatically imported method, device, computer equipment and storage medium
CN110018998A (en) * 2019-04-12 2019-07-16 深信服科技股份有限公司 A kind of file management method, system and electronic equipment and storage medium
CN110334333A (en) * 2019-06-18 2019-10-15 中国平安财产保险股份有限公司 A kind of information amending method and relevant apparatus
CN110727947A (en) * 2019-09-17 2020-01-24 苏州科达科技股份有限公司 Security vulnerability processing method, device, equipment and readable storage medium
US10853536B1 (en) * 2014-12-11 2020-12-01 Imagars Llc Automatic requirement verification engine and analytics

Patent Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US10853536B1 (en) * 2014-12-11 2020-12-01 Imagars Llc Automatic requirement verification engine and analytics
CN106257443A (en) * 2015-06-16 2016-12-28 华为软件技术有限公司 A kind of data lead-in method and device
CN107330024A (en) * 2017-06-21 2017-11-07 华为机器有限公司 The storage method and device of tag system data
CN109241514A (en) * 2018-09-10 2019-01-18 深圳市泰洲科技有限公司 Data automatically imported method, device, computer equipment and storage medium
CN110018998A (en) * 2019-04-12 2019-07-16 深信服科技股份有限公司 A kind of file management method, system and electronic equipment and storage medium
CN110334333A (en) * 2019-06-18 2019-10-15 中国平安财产保险股份有限公司 A kind of information amending method and relevant apparatus
CN110727947A (en) * 2019-09-17 2020-01-24 苏州科达科技股份有限公司 Security vulnerability processing method, device, equipment and readable storage medium

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
谢向东 等: "大数据预处理技术", vol. 1, 31 January 2020, 浙江科学技术出版社, pages: 44 - 52 *

Similar Documents

Publication Publication Date Title
CN107239392B (en) Test method, test device, test terminal and storage medium
CN112948427B (en) Data query method, device, equipment and storage medium
CN111143446A (en) Data structure conversion processing method and device of data object and electronic equipment
CN104216961A (en) Method and device for data processing
CN114153896A (en) Serialization and deserialization method, apparatus, device and medium thereof
CN115599769A (en) Data migration method and device, electronic equipment and storage medium
CN109388812B (en) Cloud computing-based modular automatic plotting method and system
CN112650477A (en) Project data batch transfer method and device and electronic equipment
CN110968339B (en) Method and device for front-end building tool and electronic equipment
CN111124541A (en) Configuration file generation method, device, equipment and medium
CN116775599A (en) Data migration method, device, electronic equipment and storage medium
CN113076365B (en) Data synchronization method, device, electronic equipment and storage medium
CN115495082A (en) TLV format data automatic conversion method and related equipment
CN113760237A (en) Compiling address updating method and device, terminal equipment and readable storage medium
CN114780134A (en) Configuration management method of micro application and related equipment
CN111651259A (en) Dependency relationship-based system management method and device and storage medium
CN113778401A (en) Page generation method and device
CN105204383A (en) Generation method and device for application servo system
CN116049293B (en) Method, device, equipment and medium for realizing analysis of CSV file based on database configuration
CN112445759B (en) Method and device for copying data across clusters of distributed database and electronic equipment
US11604629B1 (en) Automatic workflow generation based on annotated code statements
US11182238B2 (en) Problematic characters
CN116681010B (en) Chip substrate netlist checking method, device, equipment and medium
CN110377972B (en) Automatic integrated sequencing method and device for hardware schematic diagram
CN117349267B (en) Database migration processing method and system

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination