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

Method and equipment for editing YAML file Download PDF

Info

Publication number
CN113010473A
CN113010473A CN202110243716.4A CN202110243716A CN113010473A CN 113010473 A CN113010473 A CN 113010473A CN 202110243716 A CN202110243716 A CN 202110243716A CN 113010473 A CN113010473 A CN 113010473A
Authority
CN
China
Prior art keywords
yaml
edited
object information
format
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.)
Granted
Application number
CN202110243716.4A
Other languages
Chinese (zh)
Other versions
CN113010473B (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

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Audiology, Speech & Language Pathology (AREA)
  • Computational Linguistics (AREA)
  • General Health & Medical Sciences (AREA)
  • Health & Medical Sciences (AREA)
  • Artificial Intelligence (AREA)
  • Data Mining & Analysis (AREA)
  • Databases & Information Systems (AREA)
  • Document Processing Apparatus (AREA)

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 with high readability and used for expressing data serialization, YAML is a recursive abbreviation of "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, and if wrong grammar rules occur, the file cannot be correctly analyzed and applied, so that the operator with 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 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.
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;
the edited YAML file in text format is converted into an 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;
the edited YAML file in text format is converted into an 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 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 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;
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, 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 an 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 include the steps of:
s1 converts the YAML file to be edited into a text format, and determines whether there are multiple sets of YAML data in the YAML file in the text format, and opens the YAML file in the text format to convert the YAML file into the text format, and there may be one or multiple sets of YAML data in the YAML file, so that it is necessary to determine whether there are multiple sets of YAML data in the YAML file after the YAML file is converted into the text format. In some embodiments, it is also possible to directly determine whether there are multiple sets of YAML data in the YAML file, and if there are multiple sets, convert the YAML file into multiple text formats by group;
s2, responding to the fact that multiple sets 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 sets 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 elements to corresponding positions in the form item, storing the object information in the JSON format obtained through conversion, traversing all elements in the object information in the JSON format, generating the form item according to a preset rule, filling all elements in original contents into the form item one by one for a user to edit, and generating the form by using any method in the prior art;
s4 edits the content in the form item, converts the edited form item into YAML file, the user can modify the content in the form item according to the requirement, and can add and delete the form item according to the requirement, and then converts the edited form item into 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 can be reduced.
In a preferred embodiment of the present invention, the method further comprises:
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. Converting the YAML file into object information in JSON format according to a specific lexical rule can be performed using the following code:
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;
the edited YAML file in text format is converted into an 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 immediately in real time, and the binding process can be completed through any program code. 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 above-described functions defined in the method 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 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 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;
and 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;
the edited YAML file in text format is converted into an edited YAML file.
In a preferred embodiment of the present 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 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;
and editing the contents in the form items, and converting the edited form items into YAML files.
2. The method of claim 1, 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.
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;
the conversion module is configured to edit the contents in the form items and convert the edited form items into YAML files.
7. The apparatus of claim 6, further comprising a fill 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;
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 true CN113010473A (en) 2021-06-22
CN113010473B 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)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114741082A (en) * 2022-04-21 2022-07-12 光大科技有限公司 Yaml file conversion method and device
US20230117114A1 (en) * 2021-10-19 2023-04-20 Foundation Of Soongsil University Industry Cooperation Method and apparatus for managing a yaml file for kubernetes

Citations (13)

* 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
CN107577521A (en) * 2017-10-26 2018-01-12 郑州云海信息技术有限公司 A kind of virtual resource management method and device
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
CN110059303A (en) * 2019-04-23 2019-07-26 中铁电气化局集团有限公司 Excel file is converted to the method and device of JSON file
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
CN112083919A (en) * 2020-08-27 2020-12-15 远光软件股份有限公司 YAML template-based target service code generation method and device
CN112114813A (en) * 2020-09-17 2020-12-22 四川长虹电器股份有限公司 Automatic generation method of yaml script based on production line
CN112230952A (en) * 2020-09-24 2021-01-15 微民保险代理有限公司 Form updating method and device, computer equipment and storage medium
CN112286513A (en) * 2019-07-23 2021-01-29 北京京东尚科信息技术有限公司 Visual design method and device based on component metadata
CN112306622A (en) * 2019-07-26 2021-02-02 大唐移动通信设备有限公司 VNF template construction method and device

Patent Citations (13)

* 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
CN107577521A (en) * 2017-10-26 2018-01-12 郑州云海信息技术有限公司 A kind of virtual resource management method and device
CN108153716A (en) * 2017-12-26 2018-06-12 东软集团股份有限公司 Sheet disposal method, apparatus, storage medium and electronic equipment
CN110059303A (en) * 2019-04-23 2019-07-26 中铁电气化局集团有限公司 Excel file is converted to the method and device of JSON file
CN112286513A (en) * 2019-07-23 2021-01-29 北京京东尚科信息技术有限公司 Visual design method and device based on component metadata
CN112306622A (en) * 2019-07-26 2021-02-02 大唐移动通信设备有限公司 VNF template construction method and device
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
CN112083919A (en) * 2020-08-27 2020-12-15 远光软件股份有限公司 YAML template-based target service code generation method and device
CN112114813A (en) * 2020-09-17 2020-12-22 四川长虹电器股份有限公司 Automatic generation method of yaml script based on production line
CN112230952A (en) * 2020-09-24 2021-01-15 微民保险代理有限公司 Form updating method and device, computer equipment and storage medium

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20230117114A1 (en) * 2021-10-19 2023-04-20 Foundation Of Soongsil University Industry Cooperation Method and apparatus for managing a yaml file for kubernetes
CN114741082A (en) * 2022-04-21 2022-07-12 光大科技有限公司 Yaml file conversion method and device

Also Published As

Publication number Publication date
CN113010473B (en) 2023-02-28

Similar Documents

Publication Publication Date Title
CN113010473B (en) Method and equipment for editing YAML file
CN111400387B (en) Conversion method and device for import and export data, terminal equipment and storage medium
US8849726B2 (en) Information processing apparatus and control method for the same
CN111585344B (en) Substation intelligent checking method and device based on total station IED simulation
CN108334609B (en) Method, device, equipment and storage medium for realizing JSON format data access in Oracle
CN108762743A (en) Data table operation code generation method and device
CN105975446A (en) Method and system for displaying word document content by modules in mobile phone terminal
CN112328489A (en) Test case generation method and device, terminal equipment and storage medium
CN111881044B (en) Automatic test case matching system according to configuration files
CN108664546B (en) XML data structure conversion method and device
CN106815181B (en) Method and device for converting Indesign typesetted ind files into Office files
US20120254833A1 (en) Software layout processing in localization
CN101986282B (en) Topology adaptation method and device
CN103309849A (en) Docx document creating and modifying method based on OpenXML (open extensive markup language)
CN110321545A (en) A kind of method and apparatus of office documents typesetting
CN116384356B (en) Method, device, equipment and medium for creating form row of OFD file
CN104378362A (en) Method and device for carrying out conversion of message interfaces
CN116560697A (en) DBC database synchronization method, device, electronic equipment and readable storage medium
CN110990000B (en) Data request processing method, device and equipment of MVC pattern design model layer
CN105678637A (en) Data parsing system and application method thereof for vehicle charging posts
KR101165201B1 (en) Conversion server for a contents providing system
JP2011134291A (en) System and program for analyzing discourse structure
US20040025114A1 (en) Preserving content or attribute information during conversion from a structured document to a computer program
CN111367881A (en) Data migration method, device, server and computer readable storage medium
CN115658105A (en) Data association updating method and device, computer equipment and 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