CN111414330B - Data editing method and system, data processing device and storage medium - Google Patents

Data editing method and system, data processing device and storage medium Download PDF

Info

Publication number
CN111414330B
CN111414330B CN201910008285.6A CN201910008285A CN111414330B CN 111414330 B CN111414330 B CN 111414330B CN 201910008285 A CN201910008285 A CN 201910008285A CN 111414330 B CN111414330 B CN 111414330B
Authority
CN
China
Prior art keywords
array
data
created
objects
edited
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
CN201910008285.6A
Other languages
Chinese (zh)
Other versions
CN111414330A (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.)
Alibaba Group Holding Ltd
Original Assignee
Alibaba Group Holding 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 Alibaba Group Holding Ltd filed Critical Alibaba Group Holding Ltd
Priority to CN201910008285.6A priority Critical patent/CN111414330B/en
Publication of CN111414330A publication Critical patent/CN111414330A/en
Application granted granted Critical
Publication of CN111414330B publication Critical patent/CN111414330B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

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
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/10File systems; File servers
    • G06F16/16File or folder operations, e.g. details of user interfaces specifically adapted to file systems

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Data Mining & Analysis (AREA)
  • Databases & Information Systems (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Human Computer Interaction (AREA)
  • User Interface Of Digital Computer (AREA)

Abstract

The embodiment of the invention discloses a data editing method and system, data processing equipment and a storage medium, wherein the method comprises the following steps: for a JSON object array, when an object of the array is created, key field data of the created object of the array is obtained; performing an object creation operation: generating a JSON structure of the array object to be edited based on the key field data of the array created object, creating the object to be edited in the array, wherein the key field data of the JSON structure of the generated object to be edited is identical with the key field data of the array created object; performing an input processing operation: and receiving value data input by a user in a value field of the object to be edited of the created array. By adopting the method, the data editing efficiency can be improved.

Description

Data editing method and system, data processing device and storage medium
Technical Field
The embodiment of the invention relates to the technical field of data processing, in particular to a data editing method and system, data processing equipment and a storage medium.
Background
Data editing is the process of verifying, checking, modifying, rearranging, processing, cleansing, organizing the data entered into the system into a format that facilitates internal processing.
JSON (JavaScript Object Notation, JS object profile) is a lightweight data exchange format. It stores and presents data in a text format that is completely independent of the programming language, based on a subset of ECMAScript (JS specification formulated by the european computer institute). The simple and clear hierarchical structure enables the JSON to be an ideal data exchange language, is easy to read and write by people, is easy to analyze and generate by machines, and effectively improves the network transmission efficiency.
The JSON format is widely used and is simpler, and the condition of using the JSON format to describe and store similar service interface parameters is that an input box is directly provided at present, so that a user inputs complete JSON data content.
However, the above method for allowing the user to input the complete JSON data content is complicated, time-consuming and labor-consuming, and has low efficiency.
Disclosure of Invention
In view of this, the embodiments of the present invention provide a data editing method and system, a data processing device, and a storage medium, so as to improve data editing efficiency.
The embodiment of the invention provides a data editing method, which comprises the following steps:
for a JSON object array, when an object of the array is created, key field data of the created object of the array is obtained;
performing an object creation operation: generating a JSON structure of the array object to be edited based on the key field data of the array created object, creating the object to be edited in the array, wherein the key field data of the JSON structure of the generated object to be edited is identical with the key field data of the array created object;
performing an input processing operation: and receiving value data input by a user in a value field of the object to be edited of the created array.
Optionally, the data editing method further includes: determining whether creation of all objects in the array has been completed; and if the creation of all the objects is not completed, repeatedly executing the object creation operation and the data processing operation until the editing of all the objects in the array is completed.
Optionally, all objects in the array are created sequentially in the order of the objects in the array.
Optionally, the acquiring key field data of the array created object includes: key field data of a first object in the array is obtained.
The embodiment of the invention also provides a data editing system which is suitable for editing JSON data, and comprises:
the acquiring unit is suitable for acquiring key field data of an object of which the array is built when the object in the JSON object array is built;
the generating unit is suitable for generating a JSON structure of the object to be edited of the array based on key field data of the object created by the array, creating the object to be edited in the array, wherein the key data of the JSON structure of the generated object to be edited is identical with the key data of the existing object in the array;
and the input unit is suitable for receiving the value data input by the user in the value field of the object to be edited of the created array.
Optionally, the data editing system further comprises: and the judging unit is coupled with the generating unit and is suitable for determining whether the creation of all the objects in the array is completed or not, and triggering the generating unit to create the objects to be edited in the array until the creation of all the objects in the array is completed when the creation of all the objects is determined to be incomplete.
Optionally, the generating unit is adapted to create all objects in the array sequentially in the order of the objects in the array.
Optionally, the obtaining unit is adapted to obtain key field data of a first object in the array.
The embodiment of the invention also provides data processing equipment, which comprises a memory and a processor, wherein the memory stores computer instructions capable of running on the processor, and the processor executes the steps of the data editing method in any embodiment when running the computer instructions.
The embodiment of the invention also provides a computer readable storage medium, on which computer instructions are stored, the computer instructions executing the steps of the data editing method according to any of the above embodiments.
When the method and the device are adopted for creating the JSON object array, based on the acquired key field data of the created object of the array, the JSON structure of the object to be edited of the array is generated, and the object to be edited in the array is created.
Further, by determining whether the creation of all the objects in the array is completed or not, and when the creation of all the objects is not completed, based on the key field data of the created objects of the array, automatically creating the JSON data of the objects to be edited of the array is repeated until the editing of all the objects in the JSON array is completed, so that the editing efficiency of the JSON array object data can be greatly improved.
Further, the user only needs to create the first object in the JSON array, and for other objects except the first object in the JSON array, all objects in the array can be automatically created by acquiring the key field data of the first object in the array, so that automation of JSON data editing can be greatly improved, and editing efficiency of JSON array object data is improved.
Drawings
FIG. 1 is a flowchart of a data editing method according to an embodiment of the present invention;
FIG. 2 is a flowchart of another data editing method according to an embodiment of the present invention;
FIGS. 3-5 are schematic diagrams illustrating a data editing interface according to embodiments of the present invention;
fig. 6 is a schematic structural diagram of a data editing system according to an embodiment of the present invention.
Detailed Description
As described above, currently, the user edits JSON data by inputting complete JSON data content, which is cumbersome, time-consuming, labor-consuming, and inefficient. The following is a specific application scenario.
JSON supports several data formats, digital, boolean, string, object, array. Wherein the elements within the array may in turn be in an object format, such as JSON data arrayA: [ { "name": "name 1", "age":20}, { "name": "name 2", "age":21} ], which is the format of the object array type, two objects are contained in the array: { "name": "name 1", "age":20} and { "name": "name 2", "age":21}. When a user needs to edit JSON format data similar to the above object array type, key (Key) field data, such as "name" and "age", in each object in the array needs to be written once, and then corresponding Value (Value) field data can be input. When the number of the objects or Key field in the array object is relatively large, the user needs to write the Key field data and the Value field data of one object, then write the Key field data and the Value field data of the next object until the input of all the objects in the array is completed, and the method is time-consuming, labor-consuming, very complex and low in efficiency.
In order to improve the editing efficiency of a user on JSON data, in the embodiment of the invention, when an object of the array is created, based on the acquired Key field data of the created object of the array, the JSON structure of the object to be edited of the array is generated, and the object to be edited in the array is created, wherein the Key field data of the JSON structure of the generated object to be edited is the same as the Key field data of the created object of the array, so that the user does not need to manually input the Key field data of the object to be edited in the array, but only needs to input the corresponding value field data, thereby reducing the complexity of editing the JSON data by the user and improving the editing efficiency of the JSON data.
In order to make the above features and advantages of the embodiments of the present invention more obvious and understandable, the following detailed description of the embodiments of the present invention refers to the accompanying drawings.
Referring to a flowchart of a data editing method in the embodiment of the present invention shown in fig. 1, a specific editing flow of a JSON object array in the embodiment of the present invention is described below, which may specifically include the following steps:
s11, for the JSON object array, when the object of the array is created, the Key field data of the created object of the array is obtained.
In a specific implementation, when an object of the array is created, whether the created object exists in the array or not can be determined first, and if so, key field data of the created object of the array can be obtained. If not, the created object may be received manually entered by a user, the user manually entering the created object including at least Key field data for the object.
In implementations, there may be multiple created objects, or there may be only one created object, such as the first object in the sequence of objects of the array. It will be appreciated that the created object may also be a non-first object in the sequence of objects of the array. As long as there is one created object and the Key field in the created object contains Key data.
S12, performing an object creation operation: and generating a JSON (Java Server object) structure of the array to be edited based on the Key field data of the array created object, and creating the object to be edited in the array, wherein the Key field data of the JSON structure of the generated object to be edited is identical with the Key field data of the array created object.
S13, performing input processing operation: and receiving the Value data input by the user in the Value field of the object to be edited of the created array.
By adopting the embodiment of the invention, when the object of the JSON object array is created, the JSON structure of the object to be edited of the array is generated based on the acquired Key field data of the created object in the array, the object to be edited of the array is created, and the generated Key field data of the JSON structure of the object to be edited is identical with the Key field data of the created object of the array, so that a user does not need to manually input the Key field data of the object to be edited in the array, but only needs to input the corresponding Value field data, thereby reducing the complexity of editing the JSON data by the user, reducing the data editing time and improving the editing efficiency of the JSON data.
In order to enable those skilled in the art to better understand and implement the embodiments of the present invention, the following description is made in detail by referring to fig. 2 to 5, through a specific application scenario.
In another embodiment of the present invention, as shown in fig. 2, the JSON data editing method used may employ the following steps.
S21, for the JSON object array, when the object of the array is created, the Key field data of the created object of the array is acquired.
In implementations, a user may have manually created one or more objects in an array. On this basis, in order to improve editing efficiency, key field data of the created object in the array can be acquired. For example, the user has created key field data for the first object of the array.
As shown in fig. 3, in a schematic diagram of a data editing interface in an embodiment of the present invention, in the data editing interface 30, an array is included, where the array includes an object 0 that has been created by a user by manual input, and in an input area 31 of the object 0, 4 sets of Key-Value (Key-Value) data that has been manually input by the user are included, where: the key field data is in turn: title, description, src and pageUr1, the value data in the value field 311 corresponding to the key field data title is: information errors; the value data in the value field 312 corresponding to the key field data description is: errors in name, address, business hours, etc.; the value data in the value field 313 corresponding to the key field data src is: require.tour1 (\location_error.png\ "); the value data in the value field 314 corresponding to the key field data pageUr1 is: require.tour1 (\ "/info error/feedbackinfoerror page\"). In an implementation, the key field data entered by the user, title, description, src and pageUr1, may be obtained.
S22, performing an object creation operation: and generating a JSON (Java Server object) structure of the array to be edited based on the Key field data of the array created object, and creating the object to be edited in the array, wherein the Key field data of the JSON structure of the generated object to be edited is identical with the Key field data of the array created object.
Referring to the data editing interface 40 of fig. 4, after acquiring the Key field data title, description, src and the page ur1 of the first object 0 in the array, the JSON structure of the object 1 to be edited in the array may be generated, where the Key field data of the JSON structure of the generated object 1 to be edited is the same as the Key field data of the created object 0 in the array, as shown in the input area 41 of the object 1 in fig. 4, the Key field data of the object 1 is sequentially: title, description, src and pageUr1, the user does not need to manually input, and the Value fields 411-414 corresponding to each Key field data may be blank, or as shown in fig. 4, a "Value" word is displayed in the corresponding Value fields 411-414 to prompt the user to input the corresponding Value data.
S23, performing an input processing operation: and receiving the Value data input by the user in the Value field of the object to be edited of the created array.
Referring to the data editing interface 50 shown in fig. 5, the difference from fig. 4 is that the user inputs data into the Value fields 411 to 414 corresponding to the Key field data in the object 0 on the data editing interface 40 shown in fig. 4, and the data of the Value field 511 corresponding to the Key field data title in the input area 51 of the object 1 shown in fig. 1 is obtained after the editing of the object 1 is completed: the location is not present; the Value field 512 data corresponding to the Key field data description is: this location cannot be found; the data of the Value field 513 corresponding to the Key field data src is: the data of the Value field 514 corresponding to the required.tour1 (\location_none.png\), key field data pageUr1 is: require.tour1 (\ "/locationnetexist/feedbacklocation page\").
S24, determining whether the creation of all objects in the array is completed, and if so, ending the flow; if not, return to step S22.
In a specific implementation, when it is determined that the creation of all the objects in the array is not completed, the process may return to step S22, and the object creation operation of step S22 and the data processing operation of step S23 are repeatedly performed until the editing of all the objects in the array is completed.
In a specific implementation, the objects in the array may be sequentially created by adopting the steps S22 to S23 according to the order of the objects in the array until the creation of all the objects in the array is completed.
By adopting the embodiment, by determining whether the creation of all the objects in the array is completed or not and when the creation of all the objects is not completed, based on the Key field data of the created objects of the array, the JSON data of the objects to be edited of the array is repeatedly and automatically created until the editing of all the objects in the JSON array is completed, so that the editing efficiency of the JSON array object data can be greatly improved.
In specific implementation, a user only needs to create the first object in the JSON array, and for other objects except the first object in the array, all objects in the array can be automatically created by acquiring Key field data of the first object in the array, so that automation of JSON data editing can be greatly improved, and editing efficiency of JSON array object data is improved.
As another example, for the aforementioned JSON data arrayA: if the method provided by the embodiment of the invention is adopted to edit data, a user can manually input the created objects in a corresponding object array editing interface, for example, the user can sequentially input the 'name' and the 'age' in corresponding Key fields, and in addition, the user can also simultaneously or later input Value data corresponding to the Key fields, namely the 'name' and the 'age', respectively: "name 1" and "20", then the system may automatically generate JSON data for the first object of array arrayA: { "name" means "name 1", "age" means 20}. Then, when the user executes the operation of creating the new object in the array, the Key field data of the first object can be directly obtained: the name and the age are generated, a JSON structure of a second object in the array A is generated, the second object to be edited in the array A is created and displayed through an interface, and corresponding Value fields are set aside for a user to input corresponding Value data, for example, the user inputs a name 2 in a Value field corresponding to the name field and inputs a 21 in a Value field corresponding to the age field, and then the system can automatically generate an array A second object { name: "name 2", "age":21}.
It can be understood that if the array a contains more objects, the system may directly create a JSON structure of a new object based on the Key fields "name" and "age" of the first object input by the user, where the Key field data automatically generates "name" and "age" and outputs and displays the data through the data editing interface, and the user only needs to input corresponding Value data in the Value field corresponding to each Key field until all objects in the array a are generated.
In a specific implementation, the user may also manually create other objects besides the first object, for example, the user manually inputs Key fields "name" and "age" and corresponding Value field data of the second object first: the names 2 and 21 are used for editing data of other objects in the array A according to the embodiment of the invention, and details are not repeated here.
According to the above embodiment, for the JSON object array, the user only needs to input Key field data and Value field data of one object in the array, for other objects in the array to be edited, the system can automatically generate corresponding Key field data and output and display the corresponding Key field data through the data editing interface, the user only needs to input corresponding Value field data, the whole JSON data editing process is achieved, the user does not need to know the grammar structure of the JSON data, the manually input data volume of the user can be greatly reduced, the complexity of editing the JSON data by the user can be reduced, the data editing time is shortened, and the editing efficiency of the JSON data is improved.
The embodiment of the invention also provides a system capable of realizing the data editing method, and the system is described in detail by a specific embodiment with reference to the accompanying drawings.
Referring to fig. 6, a schematic diagram of a data editing system, in an embodiment of the present invention, the data editing system 60 may include: an acquisition unit 61, a generation unit 62, and an input unit 63, wherein:
an obtaining unit 61 adapted to obtain key field data of an object of which an array has been created when creating an object in the JSON object array;
the generating unit 62 is adapted to generate a JSON structure of the object to be edited of the array based on the key field data of the object created by the array, create the object to be edited in the array, and generate the key field data of the JSON structure of the object to be edited and the key field data of the object existing in the array;
an input unit 63 adapted to receive user entered value data in a value field of an object to be edited of the created array.
With the above data editing system 60, in the case that an created object exists in the JSON object array, the system may automatically acquire key field data of the created object of the array by the acquiring unit 61, generate, by the generating unit 62, a JSON structure of the object to be edited of the array based on the key field data of the created object, the generated key field data of the JSON structure of the object to be edited is the same as the key field data of the existing object in the array, automatically create the object to be edited in the array, and receive the value data input by the user through the input unit 63 in the value field of the created object to be edited of the array, without manually inputting the key field data of each object in the array, thereby reducing complexity of data editing, reducing data editing time, and improving data editing efficiency.
In a specific implementation, as shown in fig. 6, the data editing system 60 may further include a determining unit 64, coupled to the generating unit 62, adapted to determine whether the creation of all objects in the array has been completed, and trigger the generating unit 62 to create the objects to be edited in the array until the creation of all objects in the array is completed when it is determined that the creation of all objects has not been completed.
With the data editing system 60 in the above embodiment, it is determined by the determining unit 64 whether all the creation of the objects in the array has been completed, and when all the creation of the objects has not been completed, the generating unit 62 repeatedly and automatically creates JSON data of the objects to be edited in the array based on the key field data of the objects created in the array until the editing of all the objects in the JSON array is completed, so that the editing efficiency of the JSON array object data can be greatly improved
In a specific implementation, the generating unit 62 is adapted to sequentially create all objects in the array in the order of the objects in the array. It will be appreciated that the generating unit may also not create all objects in the array in a certain order, e.g. some arrays may be created randomly until all objects in the array are generated.
In an embodiment of the present invention, the obtaining unit 61 is adapted to obtain key field data of a first object in the array. The acquiring unit 61 acquires the key field data of the first object in the array, so that a user only needs to create the first object in the JSON array, and for other objects except the first object in the JSON array, all objects in the array can be automatically created by acquiring the key field data of the first object in the array, thereby greatly improving automation of editing JSON data and improving editing efficiency of the JSON array object data.
The embodiment of the present invention further provides a data processing device (not shown) capable of implementing data editing, where the data processing device may include a memory and a processor, where the memory stores computer instructions executable on the processor, and the processor executes steps of the method described in any one of the foregoing embodiments when the processor executes the computer instructions, and specifically, reference may be made to the description of the foregoing embodiments, which is not repeated herein.
The embodiment of the invention also provides a computer readable storage medium, on which computer instructions are stored, the computer instructions executing the steps of the data editing method according to any of the above embodiments. Reference may be made specifically to the above embodiments, and details are not repeated here.
Although the present invention is disclosed above, the present invention is not limited thereto. Various changes and modifications may be made by one skilled in the art without departing from the spirit and scope of the invention, and the scope of the invention should be assessed accordingly to that of the appended claims.

Claims (10)

1. A data editing method, comprising:
for a JSON object array, when an object of the array is created, key field data of the created object of the array is obtained;
performing an object creation operation: generating a JSON structure of the array object to be edited based on the key field data of the array created object, creating the object to be edited in the array, wherein the key field data of the JSON structure of the generated object to be edited is identical with the key field data of the array created object;
performing an input processing operation: and receiving value data input by a user in a value field of the object to be edited of the created array.
2. The data editing method according to claim 1, further comprising:
determining whether creation of all objects in the array has been completed;
and if the creation of all the objects is not completed, repeatedly executing the object creation operation and the data processing operation until the editing of all the objects in the array is completed.
3. The data editing method according to claim 2, wherein all objects in the array are created sequentially in the order of the objects in the array.
4. A data editing method according to any of claims 1 to 3, wherein said obtaining key field data of said array created object comprises:
key field data of a first object in the array is obtained.
5. A data editing system adapted to edit JSON data, comprising:
the acquiring unit is suitable for acquiring key field data of an object of which the array is built when the object in the JSON object array is built;
the generating unit is suitable for generating a JSON structure of the object to be edited of the array based on key field data of the object created by the array, creating the object to be edited in the array, wherein the key data of the JSON structure of the generated object to be edited is identical with the key data of the existing object in the array;
and the input unit is suitable for receiving the value data input by the user in the value field of the object to be edited of the created array.
6. The data editing system of claim 5, further comprising:
and the judging unit is coupled with the generating unit and is suitable for determining whether the creation of all the objects in the array is completed or not, and triggering the generating unit to create the objects to be edited in the array until the creation of all the objects in the array is completed when the creation of all the objects is determined to be incomplete.
7. The data editing system according to claim 6, wherein the generating unit is adapted to create all objects in the array sequentially in the order of the objects in the array.
8. The data editing system according to any of claims 5-7, wherein the obtaining unit is adapted to obtain key field data of a first object in the array.
9. A data processing apparatus comprising a memory and a processor, the memory having stored thereon computer instructions executable on the processor, wherein the processor, when executing the computer instructions, performs the steps of the method of any of claims 1 to 4.
10. A computer readable storage medium having stored thereon computer instructions, which when run perform the steps of the method of any of claims 1 to 4.
CN201910008285.6A 2019-01-04 2019-01-04 Data editing method and system, data processing device and storage medium Active CN111414330B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201910008285.6A CN111414330B (en) 2019-01-04 2019-01-04 Data editing method and system, data processing device and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201910008285.6A CN111414330B (en) 2019-01-04 2019-01-04 Data editing method and system, data processing device and storage medium

Publications (2)

Publication Number Publication Date
CN111414330A CN111414330A (en) 2020-07-14
CN111414330B true CN111414330B (en) 2024-03-22

Family

ID=71490668

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201910008285.6A Active CN111414330B (en) 2019-01-04 2019-01-04 Data editing method and system, data processing device and storage medium

Country Status (1)

Country Link
CN (1) CN111414330B (en)

Citations (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1266514A (en) * 1997-08-11 2000-09-13 西加特技术有限公司 Object oriented data storage device
CN101645010A (en) * 2009-08-20 2010-02-10 深圳市珍爱网信息技术有限公司 System and method for automatically generating code
CN105573758A (en) * 2015-12-16 2016-05-11 福建星网智慧科技股份有限公司 Dynamic byte-code compilation technology-based codejson frame
CN105824787A (en) * 2016-03-15 2016-08-03 江苏中威科技软件系统有限公司 Control method and system for dynamic configuration of HTML template
CN106598924A (en) * 2016-10-28 2017-04-26 深圳前海微众银行股份有限公司 Form generation method and device
CN106598922A (en) * 2016-12-23 2017-04-26 Tcl集团股份有限公司 Character string conversion method and system
CN107357942A (en) * 2017-09-04 2017-11-17 山东达创网络科技股份有限公司 A kind of source code auxiliary Core Generator and its generation method
CN108139963A (en) * 2015-10-16 2018-06-08 微软技术许可有限责任公司 Telemetering response system
CN108351898A (en) * 2015-10-30 2018-07-31 安客诚公司 Automatic interpretation for structuring multi-field file layout
CN108733689A (en) * 2017-04-18 2018-11-02 北京京东尚科信息技术有限公司 A kind of comparison method and device of JSON texts
CN108776587A (en) * 2018-05-25 2018-11-09 平安科技(深圳)有限公司 Data capture method, device, computer equipment and storage medium

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20160239499A1 (en) * 2015-02-12 2016-08-18 Red Hat, Inc. Object Creation Based on Copying Objects Corresponding to Similar Entities

Patent Citations (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1266514A (en) * 1997-08-11 2000-09-13 西加特技术有限公司 Object oriented data storage device
CN101645010A (en) * 2009-08-20 2010-02-10 深圳市珍爱网信息技术有限公司 System and method for automatically generating code
CN108139963A (en) * 2015-10-16 2018-06-08 微软技术许可有限责任公司 Telemetering response system
CN108351898A (en) * 2015-10-30 2018-07-31 安客诚公司 Automatic interpretation for structuring multi-field file layout
CN105573758A (en) * 2015-12-16 2016-05-11 福建星网智慧科技股份有限公司 Dynamic byte-code compilation technology-based codejson frame
CN105824787A (en) * 2016-03-15 2016-08-03 江苏中威科技软件系统有限公司 Control method and system for dynamic configuration of HTML template
CN106598924A (en) * 2016-10-28 2017-04-26 深圳前海微众银行股份有限公司 Form generation method and device
CN106598922A (en) * 2016-12-23 2017-04-26 Tcl集团股份有限公司 Character string conversion method and system
CN108733689A (en) * 2017-04-18 2018-11-02 北京京东尚科信息技术有限公司 A kind of comparison method and device of JSON texts
CN107357942A (en) * 2017-09-04 2017-11-17 山东达创网络科技股份有限公司 A kind of source code auxiliary Core Generator and its generation method
CN108776587A (en) * 2018-05-25 2018-11-09 平安科技(深圳)有限公司 Data capture method, device, computer equipment and storage medium

Also Published As

Publication number Publication date
CN111414330A (en) 2020-07-14

Similar Documents

Publication Publication Date Title
CN109086199B (en) Method, terminal and storage medium for automatically generating test script
US9495347B2 (en) Systems and methods for extracting table information from documents
US8533664B2 (en) Method and system to automatically generate GUI object addressing queries
US9069830B2 (en) Retrieving data objects
US20080082908A1 (en) Apparatus and method for data charting with adaptive learning
CN106657192B (en) Method and equipment for presenting service calling information
JP5791149B2 (en) Computer-implemented method, computer program, and data processing system for database query optimization
US20120266131A1 (en) Automatic program generation device, method, and computer program
US20160306736A1 (en) Translation verification testing
CN114328276B (en) Test case generation method and device, and test case display method and device
CN111158656B (en) Test code generation method and device based on fruit tree method
US20140075299A1 (en) Systems and methods for generating extraction models
CN106776779B (en) Method for generating entity file by JSON data based on Mac platform
CN105824647A (en) Form page generating method and device
CN112860264B (en) Method and device for reconstructing abstract syntax tree
CN114201144A (en) Micro service system construction method, device and medium based on domain-driven design
CN113836014A (en) Interface testing method and device, electronic equipment and storage medium
CN110309214A (en) A kind of instruction executing method and its equipment, storage medium, server
CN110909017B (en) Data analysis method and system
CN111414330B (en) Data editing method and system, data processing device and storage medium
CN111176624B (en) Method and device for generating stream type calculation index
CN111782641A (en) Data error repairing method and system
US10229750B2 (en) Memory management architecture for use with a diagnostic tool
CN110750569A (en) Data extraction method, device, equipment and storage medium
CN111240970B (en) Test case generation method and device

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