CN113010473B - Method and equipment for editing YAML file - Google Patents

Method and equipment for editing YAML file Download PDF

Info

Publication number
CN113010473B
CN113010473B CN202110243716.4A CN202110243716A CN113010473B CN 113010473 B CN113010473 B CN 113010473B CN 202110243716 A CN202110243716 A CN 202110243716A CN 113010473 B CN113010473 B CN 113010473B
Authority
CN
China
Prior art keywords
yaml
edited
object information
form item
yaml file
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
CN202110243716.4A
Other languages
Chinese (zh)
Other versions
CN113010473A (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.)
Shandong Yingxin Computer Technology Co Ltd
Original Assignee
Shandong Yingxin Computer 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 Shandong Yingxin Computer Technology Co Ltd filed Critical Shandong Yingxin Computer Technology Co Ltd
Priority to CN202110243716.4A priority Critical patent/CN113010473B/en
Publication of CN113010473A publication Critical patent/CN113010473A/en
Application granted granted Critical
Publication of CN113010473B publication Critical patent/CN113010473B/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
    • G06F40/00Handling natural language data
    • G06F40/10Text processing
    • G06F40/166Editing, e.g. inserting or deleting
    • G06F40/174Form filling; Merging

Abstract

The invention provides a method and equipment for editing YAML files, wherein the method comprises the following steps: converting the YAML file to be edited into a text format, and judging whether a plurality of groups of YAML data exist in the YAML file in the text format; responding to the fact that a plurality of groups of YAML data do not exist in the YAML file in the text format, and converting the YAML file in the text format into object information in a JSON format; traversing all elements in the object information in the JSON format, generating a form item from the object information in the JSON format, and filling all the elements to corresponding positions in the form item; editing the content in the form item, and converting the edited form item into a YAML file. By using the scheme of the invention, the operation threshold for editing the YAML file can be reduced, the maintenance cost can be reduced, the efficiency can be improved, and the situation that the file cannot be normally used due to format errors caused by manual operation errors can be reduced.

Description

Method and equipment for editing YAML file
Technical Field
The field relates to the field of computers, and more particularly to a method and apparatus for editing YAML files.
Background
In the past YAML file (a format which has high readability and is used for expressing data serialization, YAML is ' YAML Ain't a Markup Language ' (YAML is not a Markup Language), an operator needs to deeply understand and memorize the format of the YAML file, if wrong grammar rules occur, the file cannot be correctly analyzed and applied, and therefore, the operator in a non-professional background cannot smoothly write the YAML file.
Disclosure of Invention
In view of this, an object of the embodiments of the present invention is to provide a method and an apparatus for editing a YAML file, which can reduce an operation threshold for editing the YAML file, reduce maintenance cost and improve efficiency, and reduce a situation that the file cannot be normally used due to a format error caused by a human operation error.
In view of the above objects, an aspect of embodiments of the present invention provides a method of editing a YAML file, comprising the steps of:
converting the YAML file to be edited into a text format, and judging whether a plurality of groups of YAML data exist in the YAML file in the text format;
responding to the fact that a plurality of groups of YAML data do not exist in the YAML file in the text format, and converting the YAML file in the text format into object information in a JSON format;
traversing all elements in the object information in the JSON format, generating a form item from the object information in the JSON format, and filling all the elements to corresponding positions in the form item;
editing the content in the form item, and converting the edited form item into a YAML file.
According to an embodiment of the present invention, further comprising:
responding to the existence of multiple groups of YAML data in the YAML file in the text format, and respectively converting the YAML file in the text format corresponding to each group of YAML data into object information in a corresponding JSON format;
traversing all elements in the object information of each JSON format, respectively generating form items from the object information of each JSON format, and filling all the elements to corresponding positions in each form item;
and editing the content in each form item, and converting each edited form item into a YAML file.
According to an embodiment of the present invention, further comprising:
each form entry is built into a web page and toggled in the form of a tab tag.
According to one embodiment of the present invention, editing the content in the form item, and converting the edited form item into the YAML file comprises:
converting the edited form item into edited object information in a JSON format;
converting the edited object information in the JSON format into an edited YAML file in a text format;
and converting the YAML file in the edited text format into the edited YAML file.
According to one embodiment of the present invention, editing the content in the form item, and converting the edited form item into the YAML file comprises:
synchronously binding the form item with object information in a JSON format;
in response to the completion of the editing of the form item, converting the object information in the JSON format into a YAML file in an edited text format;
and converting the YAML file in the edited text format into the edited YAML file.
In another aspect of an embodiment of the present invention, there is also provided an apparatus for editing a YAML file, the apparatus including:
the judging module is configured to convert the YAML file to be edited into a text format and judge whether a plurality of groups of YAML data exist in the YAML file in the text format;
the analysis module is configured to respond to the fact that multiple groups of YAML data do not exist in the YAML file in the text format, and convert the YAML file in the text format into object information in a JSON format;
the generating module is configured to traverse all elements in the object information in the JSON format, generate the object information in the JSON format into a form item, and fill all the elements to corresponding positions in the form item;
and the conversion module is configured to edit the contents in the form items and convert the edited form items into YAML files.
According to an embodiment of the invention, further comprising a filling module configured to:
responding to the plurality of groups of YAML data in the YAML file in the text format, and respectively converting the YAML file in the text format corresponding to each group of YAML data into object information in a JSON format;
traversing all elements in the object information of each JSON format, respectively generating form items from the object information of each JSON format, and filling all the elements to corresponding positions in each form item;
editing the content in each form item, and converting each edited form item into a YAML file.
According to an embodiment of the present invention, the mobile terminal further includes a switching module configured to:
each form entry is built into a web page and toggled in the form of a tab tag.
According to one embodiment of the invention, the conversion module is further configured to:
converting the edited form item into edited object information in a JSON format;
converting the edited object information in the JSON format into an edited YAML file in a text format;
the edited YAML file in text format is converted into an edited YAML file.
According to one embodiment of the invention, the conversion module is further configured to:
synchronously binding the form item with object information in a JSON format;
in response to the completion of the editing of the form item, converting the object information in the JSON format into a YAML file in an edited text format;
the edited YAML file in text format is converted into an edited YAML file.
The invention has the following beneficial technical effects: the method for editing the YAML file provided by the embodiment of the invention converts the YAML file to be edited into a text format, and judges whether a plurality of groups of YAML data exist in the YAML file in the text format; responding to the fact that a plurality of groups of YAML data do not exist in the YAML file in the text format, and converting the YAML file in the text format into object information in a JSON format; traversing all elements in the object information in the JSON format, generating a form item from the object information in the JSON format, and filling all the elements to corresponding positions in the form item; the technical scheme of editing the contents in the list items and converting the edited list items into the YAML file can reduce the operation threshold of editing the YAML file, reduce the maintenance cost, improve the efficiency and reduce the condition that the file cannot be normally used due to format errors caused by manual operation errors.
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, and it is obvious that the drawings in the following description are only some embodiments of the present invention, and it is obvious for those skilled in the art that other embodiments can be obtained by using the drawings without creative efforts.
FIG. 1 is a schematic flow diagram of a method of editing a YAML file in accordance with one embodiment of the present invention;
fig. 2 is a schematic diagram of an apparatus for editing a YAML file according to an embodiment of the present invention.
Detailed Description
In order to make the objects, technical solutions and advantages of the present invention more apparent, the following embodiments of the present invention are described in further detail with reference to the accompanying drawings.
In view of the above objects, a first aspect of embodiments of the present invention proposes one embodiment of a method of editing a YAML file. Fig. 1 shows a schematic flow diagram of the method.
As shown in fig. 1, the method may comprise the steps of:
the method comprises the steps that S1, a YAML file to be edited is converted into a text format, whether multiple sets of YAML data exist in the YAML file in the text format is judged, the YAML file can be converted into the text format by opening the YAML file in the text format, and one or more sets of YAML data possibly exist in the YAML file, so that whether the multiple sets of YAML data exist in the YAML file after the YAML file is converted into the text format needs to be judged. In some embodiments, it may also be directly determined whether there are multiple sets of YAML data for the YAML file, and if there are multiple sets, converting the YAML file into multiple text formats by group;
s2, responding to the fact that multiple groups of YAML data do not exist in the YAML file in the text format, converting the YAML file in the text format into object information in a JSON format, if the multiple groups of YAML data do not exist in the YAML file, directly converting the YAML file into the object information in the JSON format according to preset lexical rules, wherein the conversion method can use any method in the prior art and can also use a conversion tool in the prior art;
s3, traversing all elements in the object information in the JSON format, generating a form item from the object information in the JSON format, filling all the elements to corresponding positions in the form item, storing the object information in the JSON format obtained through conversion, traversing all the elements in the object information in the JSON format, then generating the form item according to a preset rule, filling all the elements in original contents into the form item one by one for a user to edit, wherein the form generating method can use any method in the prior art;
s4, editing the content in the form item, converting the edited form item into the YAML file, enabling a user to modify the content in the form item according to needs, performing addition and deletion operations on the form item according to needs, and then converting the edited form item into the YAML file again.
By the technical scheme, the operation threshold for editing the YAML file can be reduced, the maintenance cost can be reduced, the efficiency can be improved, and the situation that the file cannot be normally used due to format errors caused by manual operation errors is reduced.
In a preferred embodiment of the present invention, further comprising:
responding to the plurality of groups of YAML data in the YAML file in the text format, and respectively converting the YAML file in the text format corresponding to each group of YAML data into object information in a JSON format;
traversing all elements in the object information of each JSON format, respectively generating form items from the object information of each JSON format, and filling all the elements to corresponding positions in each form item;
and editing the content in each form item, and converting each edited form item into a YAML file. The object information for converting the YAML file into the JSON format according to the specific lexical rules can be performed by using the following codes:
Figure BDA0002963291220000061
will convert into
Figure BDA0002963291220000062
In a preferred embodiment of the present invention, the method further comprises:
each form entry is built into a web page and toggled in the form of a tab tag.
If a plurality of sets of YAML data exist in the YAML file, object information in a plurality of JSON formats is converted in units of sets and can be output in the form of a correspondence table. If the object information in the multiple JSON formats is obtained through conversion, the corresponding number of forms are generated in the web page and are switched in a tab tag mode, the sequence of each form corresponds to the sequence of the object information in the JSON formats in the corresponding relation table one by one, and users can edit the forms respectively, so that the checking and error correction of the edited content are facilitated for the users.
In a preferred embodiment of the present invention, editing the content in the form item, and converting the edited form item into the YAML file comprises:
converting the edited form item into edited object information in a JSON format;
converting the edited object information in the JSON format into an edited YAML file in a text format;
and converting the YAML file in the edited text format into the edited YAML file. After the contents in the form item are edited, the contents can be converted into YAML files again according to the reverse order of the method.
In a preferred embodiment of the present invention, editing the content in the form item, and converting the edited form item into the YAML file comprises:
synchronously binding the form item with object information in a JSON format;
in response to the completion of the editing of the form item, converting the object information in the JSON format into a YAML file in an edited text format;
the edited YAML file in text format is converted into an edited YAML file. The contents of the form item and the stored object information in the JSON format can be synchronously bound, when the contents of the form item are changed, the corresponding bound data are changed in real time, and the binding process can be completed through any program codes. For example, a listener may be registered for each form item, and is configured to listen to a data change of the form item, and when the data change is listened, refill the changed data into object information in the JSON format, so as to implement real-time data update. Because the table list content and the object information in the JSON format are synchronized, the object information in the JSON format is also synchronously modified after the table list content is modified, when the table list content is converted into the YAML file again, the object information in the JSON format is directly converted into the YAML file in the text format, and then the YAML file in the text format is converted into the YAML file, so that the conversion steps are reduced, and the operation time is saved.
By the technical scheme, the operation threshold for editing the YAML file can be reduced, the maintenance cost can be reduced, the efficiency can be improved, and the situation that the file cannot be normally used due to format errors caused by manual operation errors can be reduced.
It should be noted that, as will be understood by those skilled in the art, all or part of the processes in the methods of the above embodiments may be implemented by instructing relevant hardware through a computer program, and the above programs may be stored in a computer-readable storage medium, and when executed, the programs may include the processes of the embodiments of the methods as described above. The storage medium may be a magnetic disk, an optical disk, a Read-Only Memory (ROM), a Random Access Memory (RAM), or the like. The embodiments of the computer program may achieve the same or similar effects as any of the above-described method embodiments.
Furthermore, the method disclosed according to an embodiment of the present invention may also be implemented as a computer program executed by a CPU, and the computer program may be stored in a computer-readable storage medium. The computer program, when executed by the CPU, performs the functions defined above in the methods disclosed in the embodiments of the present invention.
In view of the above object, a second aspect of an embodiment of the present invention proposes an apparatus for editing a YAML file, as shown in fig. 2, the apparatus 200 comprising:
the judging module is configured to convert the YAML file to be edited into a text format and judge whether a plurality of groups of YAML data exist in the YAML file in the text format;
the analysis module is configured to respond to the fact that multiple groups of YAML data do not exist in the YAML file in the text format, and convert the YAML file in the text format into object information in a JSON format;
the generating module is configured to traverse all elements in the object information in the JSON format, generate the object information in the JSON format into a form item, and fill all the elements to corresponding positions in the form item;
and the conversion module is configured to edit the contents in the form items and convert the edited form items into YAML files.
In a preferred embodiment of the present invention, the system further comprises a filling module configured to:
responding to the plurality of groups of YAML data in the YAML file in the text format, and respectively converting the YAML file in the text format corresponding to each group of YAML data into object information in a JSON format;
traversing all elements in the object information of each JSON format, respectively generating form items from the object information of each JSON format, and filling all the elements to corresponding positions in each form item;
editing the content in each form item, and converting each edited form item into a YAML file.
In a preferred embodiment of the present invention, the mobile terminal further includes a switching module, and the switching module is configured to:
each form entry is built into a web page and toggled in the form of a tab tag.
In a preferred embodiment of the present invention, the conversion module is further configured to:
converting the edited form item into edited object information in a JSON format;
converting the edited object information in the JSON format into an edited YAML file in a text format;
and converting the YAML file in the edited text format into the edited YAML file.
In a preferred embodiment of the invention, the conversion module is further configured to:
synchronously binding the form item with object information in a JSON format;
in response to the completion of the editing of the form item, converting the object information in the JSON format into a YAML file in an edited text format;
the edited YAML file in text format is converted into an edited YAML file.
The embodiments described above, particularly any "preferred" embodiments, are possible examples of implementations and are presented merely to clearly understand the principles of the invention. Many variations and modifications may be made to the above-described embodiments without departing from the spirit and principles of the technology described herein. All such modifications are intended to be included within the scope of this disclosure and protected by the following claims.

Claims (10)

1. A method of editing a YAML file, comprising the steps of:
converting the YAML file to be edited into a text format, and judging whether a plurality of groups of YAML data exist in the YAML file in the text format;
converting the YAML file in the text format into object information in a JSON format in response to the fact that a plurality of groups of YAML data do not exist in the YAML file in the text format;
traversing all elements in the object information of the JSON format, generating a form item from the object information of the JSON format, and filling all the elements to corresponding positions in the form item;
registering a listener for each form item to be used for monitoring data change of the form item, refilling changed data into object information in a JSON format to realize real-time data updating when the data change is monitored, editing the content in the form item, and converting the edited form item into a YAML file.
2. The method of claim 1, further comprising:
responding to the existence of multiple groups of YAML data in the YAML file in the text format, and respectively converting the YAML file in the text format corresponding to each group of YAML data into object information in a corresponding JSON format;
traversing all elements in the object information of each JSON format, respectively generating form items from the object information of each JSON format, and filling all the elements to corresponding positions in each form item;
editing the content in each form item, and converting each edited form item into a YAML file.
3. The method of claim 2, further comprising:
each form entry is built into a web page and toggled in the form of a tab tag.
4. The method of claim 1, wherein editing the content in the form item, and wherein converting the edited form item into a YAML file comprises:
converting the edited form item into edited object information in a JSON format;
converting the edited object information in the JSON format into an edited YAML file in a text format;
and converting the YAML file in the edited text format into an edited YAML file.
5. The method of claim 1, wherein editing the content in the form item, and wherein converting the edited form item into a YAML file comprises:
synchronously binding the form item with the object information in the JSON format;
in response to the completion of editing the form item, converting the object information in the JSON format into a YAML file in an edited text format;
and converting the YAML file in the edited text format into an edited YAML file.
6. An apparatus for editing a YAML document, the apparatus comprising:
the judgment module is configured to convert the YAML file to be edited into a text format and judge whether a plurality of groups of YAML data exist in the YAML file in the text format;
the parsing module is configured to respond to the fact that multiple groups of YAML data do not exist in the YAML file in the text format, and convert the YAML file in the text format into object information in a JSON format;
the generating module is configured to traverse all elements in the object information in the JSON format, generate the object information in the JSON format into a form item, and fill all the elements to corresponding positions in the form item;
and the conversion module is configured to register a listener for each form item to monitor data change of the form item, refill the changed data into object information in a JSON format to realize real-time data update when the data change is monitored, edit the content in the form item, and convert the edited form item into a YAML file.
7. The apparatus of claim 6, further comprising a fill module configured to:
responding to the existence of multiple groups of YAML data in the YAML file in the text format, and respectively converting the YAML file in the text format corresponding to each group of YAML data into object information in a corresponding JSON format;
traversing all elements in the object information of each JSON format, respectively generating form items from the object information of each JSON format, and filling all the elements to corresponding positions in each form item;
and editing the content in each form item, and converting each edited form item into a YAML file.
8. The device of claim 7, further comprising a switching module configured to:
each form entry is built into a web page and toggled in the form of a tab tag.
9. The device of claim 6, wherein the conversion module is further configured to:
converting the edited form item into edited object information in a JSON format;
converting the edited object information in the JSON format into an edited YAML file in a text format;
and converting the YAML file in the edited text format into an edited YAML file.
10. The device of claim 6, wherein the conversion module is further configured to:
synchronously binding the form item with the object information in the JSON format;
in response to the completion of editing the form item, converting the object information in the JSON format into a YAML file in an edited text format;
and converting the YAML file in the edited text format into an edited YAML file.
CN202110243716.4A 2021-03-05 2021-03-05 Method and equipment for editing YAML file Active CN113010473B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202110243716.4A CN113010473B (en) 2021-03-05 2021-03-05 Method and equipment for editing YAML file

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202110243716.4A CN113010473B (en) 2021-03-05 2021-03-05 Method and equipment for editing YAML file

Publications (2)

Publication Number Publication Date
CN113010473A CN113010473A (en) 2021-06-22
CN113010473B true CN113010473B (en) 2023-02-28

Family

ID=76406330

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202110243716.4A Active CN113010473B (en) 2021-03-05 2021-03-05 Method and equipment for editing YAML file

Country Status (1)

Country Link
CN (1) CN113010473B (en)

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR20230055584A (en) * 2021-10-19 2023-04-26 숭실대학교산학협력단 Method and apparatus for managing a YAML file for Kubernetis.
CN114741082A (en) * 2022-04-21 2022-07-12 光大科技有限公司 Yaml file conversion method and device

Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105429813A (en) * 2014-09-17 2016-03-23 北京奇虎科技有限公司 Monitoring method and client for docker
CN107423061A (en) * 2017-07-12 2017-12-01 江苏速度信息科技股份有限公司 A kind of list generation method based on ISON data
CN108153716A (en) * 2017-12-26 2018-06-12 东软集团股份有限公司 Sheet disposal method, apparatus, storage medium and electronic equipment
CN110020353A (en) * 2017-09-30 2019-07-16 北京国双科技有限公司 The construction method and device of web form
CN110795148A (en) * 2019-10-28 2020-02-14 北京旷视科技有限公司 Method and device for generating layout file and electronic equipment
CN110825364A (en) * 2019-11-04 2020-02-21 浪潮云信息技术有限公司 Application template configuration method based on tree structure
CN112114813A (en) * 2020-09-17 2020-12-22 四川长虹电器股份有限公司 Automatic generation method of yaml script based on production line

Family Cites Families (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107577521A (en) * 2017-10-26 2018-01-12 郑州云海信息技术有限公司 A kind of virtual resource management method and device
CN110059303B (en) * 2019-04-23 2023-02-07 中铁电气化局集团有限公司 Method and device for converting Excel file into JSON file
CN112286513A (en) * 2019-07-23 2021-01-29 北京京东尚科信息技术有限公司 Visual design method and device based on component metadata
CN112306622B (en) * 2019-07-26 2023-07-11 大唐移动通信设备有限公司 Construction method and device of VNF template
CN112083919B (en) * 2020-08-27 2023-09-29 远光软件股份有限公司 Target service code generation method and device based on YAML template
CN112230952A (en) * 2020-09-24 2021-01-15 微民保险代理有限公司 Form updating method and device, computer equipment and storage medium

Patent Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105429813A (en) * 2014-09-17 2016-03-23 北京奇虎科技有限公司 Monitoring method and client for docker
CN107423061A (en) * 2017-07-12 2017-12-01 江苏速度信息科技股份有限公司 A kind of list generation method based on ISON data
CN110020353A (en) * 2017-09-30 2019-07-16 北京国双科技有限公司 The construction method and device of web form
CN108153716A (en) * 2017-12-26 2018-06-12 东软集团股份有限公司 Sheet disposal method, apparatus, storage medium and electronic equipment
CN110795148A (en) * 2019-10-28 2020-02-14 北京旷视科技有限公司 Method and device for generating layout file and electronic equipment
CN110825364A (en) * 2019-11-04 2020-02-21 浪潮云信息技术有限公司 Application template configuration method based on tree structure
CN112114813A (en) * 2020-09-17 2020-12-22 四川长虹电器股份有限公司 Automatic generation method of yaml script based on production line

Also Published As

Publication number Publication date
CN113010473A (en) 2021-06-22

Similar Documents

Publication Publication Date Title
CN109086199B (en) Method, terminal and storage medium for automatically generating test script
CN113010473B (en) Method and equipment for editing YAML file
WO2020253399A1 (en) Log classification rule generation method, device, apparatus, and readable storage medium
US8849726B2 (en) Information processing apparatus and control method for the same
CN101944128A (en) Data export and import method and device
CN107451112B (en) Form tool data checking method, device, terminal equipment and storage medium
CN108762743A (en) Data table operation code generation method and device
CN112328489A (en) Test case generation method and device, terminal equipment and storage medium
CN110705237A (en) Automatic document generation method, data processing device, and storage medium
US10282174B2 (en) Software layout processing localization
CN112507666A (en) Document conversion method and device, electronic equipment and storage medium
CN112347047A (en) Vehicle data file generation method and device
CN110769002A (en) LabVIEW-based message analysis method, system, electronic device and medium
CN106815181B (en) Method and device for converting Indesign typesetted ind files into Office files
CN104378362A (en) Method and device for carrying out conversion of message interfaces
CN115495082B (en) TLV format data automatic conversion method and related equipment
CN107506339B (en) Character offset-based SCD node verification error positioning method and device
CN114579136A (en) Code processing method and device, computer equipment and storage medium
US7428697B2 (en) Preserving content or attribute information during conversion from a structured document to a computer program
CN111967274A (en) Label conversion processing method and device, electronic equipment and readable storage medium
CN107506340A (en) A kind of data transfer device and system
CN115577032A (en) Method, device, terminal and storage medium for converting JSON (Java Server object notation) into SQL (structured query language)
CN113627134A (en) Data annotation system and data annotation method
CN105678637A (en) Data parsing system and application method thereof for vehicle charging posts
CN111367881A (en) Data migration method, device, server and computer readable storage medium

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