CN112933607A - Data configuration exporting method and device and electronic equipment - Google Patents

Data configuration exporting method and device and electronic equipment Download PDF

Info

Publication number
CN112933607A
CN112933607A CN202110429989.8A CN202110429989A CN112933607A CN 112933607 A CN112933607 A CN 112933607A CN 202110429989 A CN202110429989 A CN 202110429989A CN 112933607 A CN112933607 A CN 112933607A
Authority
CN
China
Prior art keywords
file
directory information
storage type
reading
content
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
CN202110429989.8A
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.)
Suzhou Xianfeng Network Technology Co ltd
Original Assignee
Suzhou Xianfeng Network 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 Suzhou Xianfeng Network Technology Co ltd filed Critical Suzhou Xianfeng Network Technology Co ltd
Priority to CN202110429989.8A priority Critical patent/CN112933607A/en
Publication of CN112933607A publication Critical patent/CN112933607A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • AHUMAN NECESSITIES
    • A63SPORTS; GAMES; AMUSEMENTS
    • A63FCARD, BOARD, OR ROULETTE GAMES; INDOOR GAMES USING SMALL MOVING PLAYING BODIES; VIDEO GAMES; GAMES NOT OTHERWISE PROVIDED FOR
    • A63F13/00Video games, i.e. games using an electronically generated display having two or more dimensions
    • A63F13/70Game security or game management aspects
    • A63F13/77Game security or game management aspects involving data related to game devices or game servers, e.g. configuration data, software version or amount of memory
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/25Integrating or interfacing systems involving database management systems
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/26Visual data mining; Browsing structured data
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/28Databases characterised by their database models, e.g. relational or object models
    • G06F16/284Relational databases

Landscapes

  • Engineering & Computer Science (AREA)
  • Databases & Information Systems (AREA)
  • Theoretical Computer Science (AREA)
  • Data Mining & Analysis (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Multimedia (AREA)
  • Business, Economics & Management (AREA)
  • Computer Security & Cryptography (AREA)
  • General Business, Economics & Management (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

The invention discloses a data export method, a device and an electronic device, comprising: reading the content of the first file, displaying the first directory information in the read content on a display interface, reading the second directory information selected by a user from the first directory information, acquiring a derived path and a derived second storage type, and storing the data contained in the derived path and the second directory information in the second storage type. Therefore, the user can conveniently select the second directory needing to be exported by visually displaying the first directory in the first file, so that the user does not need to manually set export information, and the accuracy and the data export efficiency are improved. Moreover, the method has strong universality, can be suitable for any type of file, and can set the content to be exported at will by a user without independently writing a program.

Description

Data configuration exporting method and device and electronic equipment
Technical Field
The present invention relates to the field of data processing, and in particular, to a method and an apparatus for exporting data configuration.
Background
At present, a large amount of data needs to be configured in the game development process, but in the early stage, excel is usually adopted to set configuration information, and in order to meet the game requirements, the configuration information in an excel table needs to be exported into a document format meeting the game requirements.
However, in the prior art, when configuration information export is performed, a corresponding export program is usually written for each excel form and each excel form is exported separately, or a corresponding export program is written for each type of excel form and each type of excel form is exported.
The first method is low in derivation efficiency, and the second method is poor in derivation flexibility although the derivation efficiency is improved.
Disclosure of Invention
In view of this, embodiments of the present invention provide a data export method and apparatus and an electronic device, which are capable of displaying a first directory in a first file visually, so as to facilitate a user to select a second directory to be exported, thereby avoiding the need for the user to manually set export information, and improving accuracy and data export efficiency. Moreover, the method has strong universality, can be suitable for any type of file, and can set the content to be exported at will by a user without independently writing a program.
The embodiment of the invention discloses a data export method, which comprises the following steps:
when a first file of a first storage type is received, reading the content of the first file; the content of the first file includes: directory information of the first file and data corresponding to the directory information;
displaying first directory information of a first file;
reading second directory information selected by a user from the first directory information;
acquiring an export path and an exported second storage type;
and storing the data contained in the second directory information in a second storage type according to the export path.
Optionally, the method further includes:
modifying the page signature and/or the field name in the second directory information; the second directory information includes: page signatures, field names contained in each page signature;
establishing a corresponding relation between the modified target page signature and the original page signature in the first file; the original page signature is the name of the target page signature before modification;
establishing a corresponding relation between the modified target field name and the original field name in the first file; and the original field name is the name of the target field name before modification.
Optionally, the method further includes:
saving the second target information, the export path and the second storage type into an operation configuration file;
acquiring a storage path of the first file;
and storing the operation configuration file according to the first storage path.
Optionally, the method further includes:
when a first file in a first format is received, reading the content of the first file; the content of the first file includes: directory information of the first file and data corresponding to the directory information;
under the condition that the operation configuration file of the first file is detected, reading the content of the operation configuration file, and acquiring second directory information and a second storage type which need to be exported;
and storing the data contained in the second directory information in a second storage type according to the export path.
Optionally, the second format includes lua or ini.
The embodiment of the invention discloses a data export device, which comprises:
the device comprises a first reading unit, a second reading unit and a control unit, wherein the first reading unit is used for reading the content of a first file of a first storage type when the first file is received; the content of the first file includes: directory information of the first file and data corresponding to the directory information;
the display unit is used for displaying first directory information of the first file;
the second reading unit is used for reading second catalogue information selected by a user from the first catalogue information;
a first obtaining unit configured to obtain the derived path and the derived second storage type;
and the export unit is used for storing the data contained in the second directory information in a second storage type according to the export path.
Optionally, the method further includes:
the modifying unit is used for modifying the page signature and/or the field name in the second directory information; the second directory information includes: page signatures, field names contained in each page signature;
the first relation establishing unit is used for establishing the corresponding relation between the modified target page signature and the original page signature in the first file; the original page signature is the name of the target page signature before modification;
the second association establishing unit is used for establishing the corresponding relation between the modified target field name and the original field name in the first file; and the original field name is the name of the target field name before modification.
Optionally, the method further includes:
an operation configuration file saving unit, configured to save the second target information, the derived path, and the second storage type into an operation configuration file;
a second obtaining unit, configured to obtain a storage path of the first file;
and the storage unit is used for storing the operation configuration file according to the first storage path.
Optionally, the method further includes:
the third reading unit is used for reading the content of the first file when the first file in the first format is received; the content of the first file includes: directory information of the first file and data corresponding to the directory information;
the fourth reading unit is used for reading the content of the operation configuration file and acquiring second directory information and a second storage type which need to be exported under the condition that the operation configuration file of the first file is detected;
and storing the data contained in the second directory information in a second storage type according to the export path.
The embodiment of the invention discloses an electronic device, which comprises:
a memory and a processor;
the memory is used for storing programs, and the processor is used for executing the programs in the memory and at least executing the data export method as follows:
when a first file of a first storage type is received, reading the content of the first file; the content of the first file includes: directory information of the first file and data corresponding to the directory information;
displaying first directory information of a first file;
reading second directory information selected by a user from the first directory information;
acquiring an export path and an exported second storage type;
and storing the data contained in the second directory information in a second storage type according to the export path.
The embodiment of the invention discloses a data export method, which comprises the following steps: reading the content of the first file, displaying the first directory information in the read content on a display interface, reading the second directory information selected by a user from the first directory information, acquiring a derived path and a derived second storage type, and storing the data contained in the derived path and the second directory information in the second storage type. Therefore, the user can conveniently select the second directory needing to be exported by visually displaying the first directory in the first file, so that the user does not need to manually set export information, and the accuracy and the data export efficiency are improved. Moreover, the method has strong universality, can be suitable for any type of file, and can set the content to be exported at will by a user without independently writing a program.
Drawings
In order to more clearly illustrate the embodiments of the present invention or the technical solutions in the prior art, the drawings used in the description of the embodiments or the prior art will be briefly described below, it is obvious that the drawings in the following description are only embodiments of the present invention, and for those skilled in the art, other drawings can be obtained according to the provided drawings without creative efforts.
Fig. 1 is a schematic flow chart illustrating a data export method according to an embodiment of the present invention;
FIG. 2 shows a schematic diagram of directory information of an excel table;
FIG. 3 is a schematic flow chart of a data export method according to an embodiment of the present invention;
FIG. 4 is a schematic flow chart of a data export method according to an embodiment of the present invention;
fig. 5 is a schematic structural diagram of a data export apparatus according to an embodiment of the present invention;
fig. 6 shows a schematic structural diagram of an electronic device according to an embodiment of the present invention.
Detailed Description
The technical solutions in the embodiments of the present invention will be clearly and completely described below with reference to the drawings in the embodiments of the present invention, and it is obvious that the described embodiments are only a part of the embodiments of the present invention, and not all of the embodiments. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present invention.
In an actual application scenario, in the field of game development, related data required by a game, such as a scene name of the game, a game character name, and the like, is usually created, and a game developer needs to import preset related data of the game into a configuration file of the scene.
In the prior art, in order to implement conversion of a data format, a common way is that a technician manually converts a preset file format into a configuration file format required by a game scene, and another common way is that, taking an excel table as an example, a corresponding export program is written for each excel table or each type of excel table, so as to implement conversion of the data format in a data export process.
In order to solve the above problem and achieve flexible export of data under the condition of improving export efficiency, referring to fig. 1, a flow diagram of a data export method provided by an embodiment of the present invention is shown, in this embodiment, the method includes:
s101: when a first file of a first storage type is received, reading the content of the first file;
in this embodiment, the first storage type of the first file may be any file format for storing data, and may be, for example, an xls storage type.
In a specific implementation manner, a user may be supported to upload data, that is, the user may set a storage address of the first file, so that the system may read the first file through the storage address of the first file.
The first file will typically include: directory information and specific data corresponding to the directory information. The directory information may be understood as a location of the content of the first file, taking an excel table as an example, one excel file may include a plurality of excel tables, each excel table represents one tab, each tab includes a field name of data, and then the directory of the excel table includes a page signature and a field name. For example, as shown in fig. 2, part 201 represents a tab, and part 202 represents a field name.
S102: displaying first directory information of a first file;
in this embodiment, in order to enable a user to flexibly select data that needs to be exported, the data of the first file is displayed, but in order to improve data processing efficiency and facilitate user operation, in an implementation manner, only the first directory information is displayed in this embodiment.
S103: reading second directory information selected by a user from the first directory information;
in the prior art, a user is required to set catalog information of data to be exported, and in one case, the user is required to manually input the catalog information of the data to be exported, and the method is not only inefficient, but also easy to make mistakes.
In order to solve the above problem, in this embodiment, the user may directly select the second directory information that needs to be derived from the first directory information, and the system directly reads the second directory information selected by the user from the first directory information.
For example, the following steps are carried out: when the user selects the second directory information to be exported from the first directory information, the system can mark the second target information selected by the user in a preset marking mode. And identifying the second target information selected by the user through a preset mark.
By the method, a user does not need to set second target information needing to be exported, and the second target information is selected in a visual mode, so that the data processing efficiency is improved, and the data processing accuracy is improved.
S104: acquiring an export path and an exported second storage type;
in this embodiment, the data export paths of different users are different, and the storage type exported may also be different, for example, the storage type exported may be &or ini.
In order to adapt to the export requirements of different users, in the embodiment, the user may set or select the export path and the second storage type.
S105: and storing the data contained in the second directory information in a second storage type according to the export path.
In a case where the export path and the exported second storage type are set, in one implementation, S105 includes:
reading data contained in the second directory information;
and storing the data contained in the second target information in a second storage type.
In this embodiment, the content of the first file is read, the first directory information in the read content is displayed on the display interface, the second directory information selected by the user is read from the first directory information, the export path and the exported second storage type are obtained, and the data included in the export path and the second directory information is stored in the second storage type. Therefore, the user can conveniently select the second directory needing to be exported by visually displaying the first directory in the first file, so that the user does not need to manually set export information, and the accuracy and the data export efficiency are improved. Moreover, the method has strong universality, can be suitable for any type of file, and can set the content to be exported at will by a user without independently writing a program.
In an actual scenario, some directory information in a first file pre-configured by a technician may not be matched with a name in a game scenario, or the technician may need to modify the name in the directory information in a case where there is a special need, taking an excel table as an example, and may need to modify a page signature and a field name, for this reason, in this embodiment, a function of customizing the directory information is provided, which specifically includes:
the page signature and/or field name in the second directory information is modified.
In an actual scenario, a technician may continuously update information of the first file, and then continuously import data in the first file to a location where the game configuration file is stored, that is, repeatedly perform export operations, in order to improve data processing efficiency and avoid unnecessary labor of the technician, in this embodiment, after once export information is set, the set export information may be saved, and when an export operation is performed next time, the export information is directly called to perform the export operation, which specifically includes:
saving the second target information, the export path and the second storage type into an operation configuration file;
acquiring a storage path of the first file;
and storing the operation configuration file according to the first storage path.
Therefore, the export information comprises the second export directory, the second storage type and the export path during data export, the export information is stored in the operation configuration file, and the operation configuration file is stored under the first storage path, so that when data export operation needs to be performed on the first file again, the operation configuration file corresponding to the first file can be directly called, export setting does not need to be performed by a user, the processing efficiency is improved, and manpower and material resources are saved.
As can be seen from the above description, a user may modify second directory information in a customized manner, and if the modified second target information is stored in an operation configuration file, and because the directory information in the first file is not changed, if data corresponding to the modified second directory information in the first file is to be passed directly, a corresponding relationship between the modified directory information and the directory information before modification needs to be established, specifically, the method further includes:
establishing a corresponding relation between the modified target page signature and the original page signature in the first file; the original page signature is the name of the target page signature before modification;
establishing a corresponding relation between the modified target field name and the original field name in the first file; and the original field name is the name of the target field name before modification.
Based on the above operations, when performing an export operation again, it is necessary to detect whether an operation profile exists, and in a case that the operation profile exists, the export operation is performed based on the operation profile, and specifically, referring to fig. 3, a further flowchart of a data export method according to an embodiment of the present invention is shown, where in this embodiment, the method includes:
s301: when a first file in a first format is received, reading the content of the first file; the content of the first file includes: directory information of the first file and data corresponding to the directory information;
s302: under the condition that the operation configuration file of the first file is detected, reading the content of the operation configuration file, and acquiring second directory information and a second storage type which need to be exported;
s303: and storing the data contained in the second directory information in a second storage type according to the export path.
Therefore, in the embodiment, the flow of the export operation is simplified and the efficiency of data export is improved through the preset operation configuration file.
Referring to fig. 4, there is shown another schematic flow chart of a data exporting method provided in an embodiment of the present invention, where the method includes:
s401: when a first file of a first storage type is received, reading the content of the first file; the content of the first file includes: directory information of the first file and data corresponding to the directory information;
s402: detecting whether an operation configuration file of a first file exists or not;
s403: if the operation configuration file of the first file is not detected, displaying first directory information of the first file;
s404: reading second directory information selected by a user from the first directory information;
s405: acquiring an export path and an exported second storage type;
s406: and storing the data contained in the second directory information in a second storage type according to the export path.
S407: and if the operation configuration file of the first file is detected, reading the content of the operation configuration file, acquiring second directory information and a second storage type which need to be exported, and storing data contained in the second directory information in the second storage type according to the export path.
The embodiment of the invention discloses a data export method, which comprises the following steps: reading the content of the first file, displaying the first directory information in the read content on a display interface, reading the second directory information selected by a user from the first directory information, acquiring a derived path and a derived second storage type, and storing the data contained in the derived path and the second directory information in the second storage type. Therefore, the user can conveniently select the second directory needing to be exported by visually displaying the first directory in the first file, so that the user does not need to manually set export information, and the accuracy and the data export efficiency are improved. Moreover, the method has strong universality, can be suitable for any type of file, and can set the content to be exported at will by a user without independently writing a program. Moreover, through the set operation configuration file, when data export operation needs to be performed on the first file again, the operation configuration file corresponding to the first file can be directly called, and export setting does not need to be performed by a user, so that the processing efficiency is improved, and manpower and material resources are saved.
Referring to fig. 5, a schematic structural diagram of a data deriving apparatus according to an embodiment of the present invention is shown, and in this embodiment, the apparatus includes:
a first reading unit 501, configured to, when a first file of a first storage type is received, read content of the first file; the content of the first file includes: directory information of the first file and data corresponding to the directory information;
a display unit 502 for displaying first directory information of a first file;
a second reading unit 503, configured to read second directory information selected by a user from the first directory information;
a first obtaining unit 504, configured to obtain the derived path and the derived second storage type;
and a deriving unit 505, configured to store the data included in the second directory information in a second storage type according to the deriving path.
Optionally, the method further includes:
the modifying unit is used for modifying the page signature and/or the field name in the second directory information; the second directory information includes: page signatures, field names contained in each page signature;
the first relation establishing unit is used for establishing the corresponding relation between the modified target page signature and the original page signature in the first file; the original page signature is the name of the target page signature before modification;
the second association establishing unit is used for establishing the corresponding relation between the modified target field name and the original field name in the first file; and the original field name is the name of the target field name before modification.
Optionally, the method further includes:
an operation configuration file saving unit, configured to save the second target information, the derived path, and the second storage type into an operation configuration file;
a second obtaining unit, configured to obtain a storage path of the first file;
and the storage unit is used for storing the operation configuration file according to the first storage path.
Optionally, the method further includes:
the third reading unit is used for reading the content of the first file when the first file in the first format is received; the content of the first file includes: directory information of the first file and data corresponding to the directory information;
the fourth reading unit is used for reading the content of the operation configuration file and acquiring second directory information and a second storage type which need to be exported under the condition that the operation configuration file of the first file is detected;
and storing the data contained in the second directory information in a second storage type according to the export path.
Optionally, the second format includes lua or ini.
By the device of the embodiment, the content of the first file is read, the first directory information in the read content is displayed on the display interface, the second directory information selected by a user is read from the first directory information, the export path and the exported second storage type are obtained, and the data contained in the export path and the second directory information are stored in the second storage type. Therefore, the user can conveniently select the second directory needing to be exported by visually displaying the first directory in the first file, so that the user does not need to manually set export information, and the accuracy and the data export efficiency are improved. Moreover, the method has strong universality, can be suitable for any type of file, and can set the content to be exported at will by a user without independently writing a program.
Referring to fig. 6, a schematic structural diagram of an electronic device according to an embodiment of the present invention is shown, where the electronic device includes:
a memory 601 and a processor 602;
the memory is used for storing programs, and the processor is used for executing the programs in the memory and at least executing the data export method as follows:
when a first file of a first storage type is received, reading the content of the first file; the content of the first file includes: directory information of the first file and data corresponding to the directory information;
displaying first directory information of a first file;
reading second directory information selected by a user from the first directory information;
acquiring an export path and an exported second storage type;
and storing the data contained in the second directory information in a second storage type according to the export path.
Optionally, the method further includes:
modifying the page signature and/or the field name in the second directory information; the second directory information includes: page signatures, field names contained in each page signature;
establishing a corresponding relation between the modified target page signature and the original page signature in the first file; the original page signature is the name of the target page signature before modification;
establishing a corresponding relation between the modified target field name and the original field name in the first file; and the original field name is the name of the target field name before modification.
Optionally, the method further includes:
saving the second target information, the export path and the second storage type into an operation configuration file;
acquiring a storage path of the first file;
and storing the operation configuration file according to the first storage path.
Optionally, the method further includes:
when a first file in a first format is received, reading the content of the first file; the content of the first file includes: directory information of the first file and data corresponding to the directory information;
under the condition that the operation configuration file of the first file is detected, reading the content of the operation configuration file, and acquiring second directory information and a second storage type which need to be exported;
and storing the data contained in the second directory information in a second storage type according to the export path.
Optionally, the second format includes lua or ini.
It should be noted that, in the present specification, the embodiments are all described in a progressive manner, each embodiment focuses on differences from other embodiments, and the same and similar parts among the embodiments may be referred to each other.
The previous description of the disclosed embodiments is provided to enable any person skilled in the art to make or use the present invention. Various modifications to these embodiments will be readily apparent to those skilled in the art, and the generic principles defined herein may be applied to other embodiments without departing from the spirit or scope of the invention. Thus, the present invention is not intended to be limited to the embodiments shown herein but is to be accorded the widest scope consistent with the principles and novel features disclosed herein.

Claims (10)

1. A method of data derivation, comprising:
when a first file of a first storage type is received, reading the content of the first file; the content of the first file includes: directory information of the first file and data corresponding to the directory information;
displaying first directory information of a first file;
reading second directory information selected by a user from the first directory information;
acquiring an export path and an exported second storage type;
and storing the data contained in the second directory information in a second storage type according to the export path.
2. The method of claim 1, further comprising:
modifying the page signature and/or the field name in the second directory information; the second directory information includes: page signatures, field names contained in each page signature;
establishing a corresponding relation between the modified target page signature and the original page signature in the first file; the original page signature is the name of the target page signature before modification;
establishing a corresponding relation between the modified target field name and the original field name in the first file; and the original field name is the name of the target field name before modification.
3. The method of claim 1 or 2, further comprising:
saving the second target information, the export path and the second storage type into an operation configuration file;
acquiring a storage path of the first file;
and storing the operation configuration file according to the first storage path.
4. The method of claim 1, further comprising:
when a first file in a first format is received, reading the content of the first file; the content of the first file includes: directory information of the first file and data corresponding to the directory information;
under the condition that the operation configuration file of the first file is detected, reading the content of the operation configuration file, and acquiring second directory information and a second storage type which need to be exported;
and storing the data contained in the second directory information in a second storage type according to the export path.
5. The method of claim 1, wherein the second format comprises lua or ini.
6. A data derivation apparatus, comprising:
the device comprises a first reading unit, a second reading unit and a control unit, wherein the first reading unit is used for reading the content of a first file of a first storage type when the first file is received; the content of the first file includes: directory information of the first file and data corresponding to the directory information;
the display unit is used for displaying first directory information of the first file;
the second reading unit is used for reading second catalogue information selected by a user from the first catalogue information;
a first obtaining unit configured to obtain the derived path and the derived second storage type;
and the export unit is used for storing the data contained in the second directory information in a second storage type according to the export path.
7. The apparatus of claim 6, further comprising:
the modifying unit is used for modifying the page signature and/or the field name in the second directory information; the second directory information includes: page signatures, field names contained in each page signature;
the first relation establishing unit is used for establishing the corresponding relation between the modified target page signature and the original page signature in the first file; the original page signature is the name of the target page signature before modification;
the second association establishing unit is used for establishing the corresponding relation between the modified target field name and the original field name in the first file; and the original field name is the name of the target field name before modification.
8. The apparatus of claim 6 or 7, further comprising:
an operation configuration file saving unit, configured to save the second target information, the derived path, and the second storage type into an operation configuration file;
a second obtaining unit, configured to obtain a storage path of the first file;
and the storage unit is used for storing the operation configuration file according to the first storage path.
9. The apparatus of claim 6, further comprising:
the third reading unit is used for reading the content of the first file when the first file in the first format is received; the content of the first file includes: directory information of the first file and data corresponding to the directory information;
the fourth reading unit is used for reading the content of the operation configuration file and acquiring second directory information and a second storage type which need to be exported under the condition that the operation configuration file of the first file is detected;
and storing the data contained in the second directory information in a second storage type according to the export path.
10. An electronic device, comprising:
a memory and a processor;
the memory is used for storing programs, and the processor is used for executing the programs in the memory and at least executing the data export method as follows:
when a first file of a first storage type is received, reading the content of the first file; the content of the first file includes: directory information of the first file and data corresponding to the directory information;
displaying first directory information of a first file;
reading second directory information selected by a user from the first directory information;
acquiring an export path and an exported second storage type;
and storing the data contained in the second directory information in a second storage type according to the export path.
CN202110429989.8A 2021-04-21 2021-04-21 Data configuration exporting method and device and electronic equipment Pending CN112933607A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202110429989.8A CN112933607A (en) 2021-04-21 2021-04-21 Data configuration exporting method and device and electronic equipment

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202110429989.8A CN112933607A (en) 2021-04-21 2021-04-21 Data configuration exporting method and device and electronic equipment

Publications (1)

Publication Number Publication Date
CN112933607A true CN112933607A (en) 2021-06-11

Family

ID=76233197

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202110429989.8A Pending CN112933607A (en) 2021-04-21 2021-04-21 Data configuration exporting method and device and electronic equipment

Country Status (1)

Country Link
CN (1) CN112933607A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113656347A (en) * 2021-08-17 2021-11-16 成都统信软件技术有限公司 File directory export method, file directory import method and computing device

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109117466A (en) * 2018-07-26 2019-01-01 腾讯科技(深圳)有限公司 table format conversion method, device, equipment and storage medium
CN110413576A (en) * 2018-04-28 2019-11-05 深圳市理约云信息管理有限公司 Method, system, file management facilities and the storage medium that file is shown
CN110705219A (en) * 2019-10-21 2020-01-17 网易(杭州)网络有限公司 Game data processing method and device, storage medium and electronic equipment
CN111104531A (en) * 2019-12-13 2020-05-05 浪潮(北京)电子信息产业有限公司 Method, device, equipment and medium for converting input format of detection data
CN112328567A (en) * 2020-10-31 2021-02-05 中盈优创资讯科技有限公司 Processing method and device for Internet of things MME log data

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110413576A (en) * 2018-04-28 2019-11-05 深圳市理约云信息管理有限公司 Method, system, file management facilities and the storage medium that file is shown
CN109117466A (en) * 2018-07-26 2019-01-01 腾讯科技(深圳)有限公司 table format conversion method, device, equipment and storage medium
CN110705219A (en) * 2019-10-21 2020-01-17 网易(杭州)网络有限公司 Game data processing method and device, storage medium and electronic equipment
CN111104531A (en) * 2019-12-13 2020-05-05 浪潮(北京)电子信息产业有限公司 Method, device, equipment and medium for converting input format of detection data
CN112328567A (en) * 2020-10-31 2021-02-05 中盈优创资讯科技有限公司 Processing method and device for Internet of things MME log data

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113656347A (en) * 2021-08-17 2021-11-16 成都统信软件技术有限公司 File directory export method, file directory import method and computing device
CN113656347B (en) * 2021-08-17 2023-12-05 成都统信软件技术有限公司 File directory export method, file directory import method and computing device

Similar Documents

Publication Publication Date Title
US7545386B2 (en) Unified mobile display emulator
CN107066377B (en) Page element obtaining method based on Android system and terminal equipment
CN107844953B (en) Conference file management method, device, terminal and computer readable storage medium
CN110555073A (en) data processing method and device, electronic equipment and storage medium
US20180046472A1 (en) Method and system for customizing desktop launcher of mobile terminal
CN105446739A (en) UI interface setting method and apparatus
CN102819500B (en) A kind of method and device creating peripheral equipment control interface
CN112933607A (en) Data configuration exporting method and device and electronic equipment
CN109460175B (en) Method and device for moving application icon, electronic terminal and medium
CN111061414A (en) Skin replacement method and device, electronic equipment and readable storage medium
CN112417830B (en) Document page management method and device, electronic equipment and storage medium
CN107608733A (en) Image display method, device and terminal device
CN111428452A (en) Comment data storage method and device
CN111078518B (en) Data acquisition method, terminal device and computer readable storage medium
CN112463639A (en) Test script editing method, device and equipment
CN113885795A (en) Data storage method and device, terminal equipment and storage medium
CN104980603A (en) USB_3G network card user state automatic identification and dialing method and device
JP4797435B2 (en) Image creating apparatus and image providing method
CN112035106A (en) Multi-platform synchronization method, device, medium and electronic equipment for homologous data
CN107133062A (en) A kind of data processing method and terminal
JPS59201150A (en) Debug device
CN110928470B (en) Signature box display method and device, electronic equipment and storage medium
CN113792244A (en) Webpage adaptation method and system, corresponding computer equipment and storage medium
CN112328815A (en) Slide storage method and device
CN113609073A (en) Epub file format conversion method, electronic device and computer 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