CN110569314B - Structured data generation method, device, equipment and storage medium - Google Patents

Structured data generation method, device, equipment and storage medium Download PDF

Info

Publication number
CN110569314B
CN110569314B CN201810570756.8A CN201810570756A CN110569314B CN 110569314 B CN110569314 B CN 110569314B CN 201810570756 A CN201810570756 A CN 201810570756A CN 110569314 B CN110569314 B CN 110569314B
Authority
CN
China
Prior art keywords
text data
data
user
input
writing
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
CN201810570756.8A
Other languages
Chinese (zh)
Other versions
CN110569314A (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 CN201810570756.8A priority Critical patent/CN110569314B/en
Publication of CN110569314A publication Critical patent/CN110569314A/en
Application granted granted Critical
Publication of CN110569314B publication Critical patent/CN110569314B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Abstract

The embodiment of the invention discloses a structured data generation method, a device, equipment and a storage medium. The method comprises the following steps: the display includes an input area for receiving text data entered by a user; extracting text data input by a user in the displayed input area; the extracted text data is written to a relational database to generate structured data. According to the method, the device, the equipment and the storage medium for generating the structured data, disclosed by the embodiment of the invention, only the input area for receiving the text data input by the user is displayed, and the user can finish the input operation of the text data in the input area, so that the generation efficiency of the structured data can be improved.

Description

Structured data generation method, device, equipment and storage medium
Technical Field
The present invention relates to the field of computer technologies, and in particular, to a method, an apparatus, a device, and a storage medium for generating structured data.
Background
Structured data, also called row data, is data logically expressed and implemented by a two-dimensional table structure, strictly following data format and length specifications, and is stored and managed mainly by relational databases.
Currently, the manner of generating structured data mainly includes a form-based manner and a dynamic form-based manner. The structured data is generated based on the form, i.e., the data in the form is written into a relational database to generate the structured data. The structured data is generated based on the dynamic table by writing the data in the dynamic table into a relational database to generate the structured data.
The method generates the structured data based on the form and the dynamic form, is complex in operation and has low structured data generation efficiency.
Disclosure of Invention
The embodiment of the invention provides a method, a device, equipment and a storage medium for generating structured data, which can improve the generation efficiency of the structured data.
In one aspect, an embodiment of the present invention provides a method for generating structured data, where the method includes:
the display includes an input area for receiving text data entered by a user;
extracting text data input by a user in the displayed input area;
the extracted text data is written to a relational database to generate structured data.
In one embodiment of the invention, writing the extracted text data into a relational database includes:
verifying the extracted text data;
and if the extracted text data passes the verification, writing the extracted text data into a relational database.
In one embodiment of the invention, verifying the extracted text data includes:
and detecting whether the extracted text data accords with a first preset data format, and if so, indicating that the extracted text data passes verification.
In one embodiment of the present invention, the method for generating structured data provided in the embodiment of the present invention further includes:
if the extracted text data is not checked, positioning the position where the extracted text data is wrong;
first prompt information including the located position is displayed to the user to enable the user to modify the input text data according to the first prompt information.
In one embodiment of the present invention, the displayed input area further includes a second prompting message in a second preset data format, where the second prompting message is used to prompt the user to input text data according to the second preset data format.
In one embodiment of the present invention, before writing the extracted text data into the relational database, the structured data generation method provided by the embodiment of the present invention further includes:
and displaying a preview result of writing the extracted text data into the relation type database to generate the structured data.
In one embodiment of the present invention, the method for writing structured data according to the embodiment of the present invention further includes:
the generated structured data is displayed.
In another aspect, an embodiment of the present invention provides a structured data generation apparatus, including:
a display module for displaying an input area including text data for receiving user input;
the extraction module is used for extracting text data input by a user in the displayed input area;
and the writing module is used for writing the extracted text data into the relational database to generate the structured data.
In one embodiment of the present invention, a writing module of an embodiment of the present invention includes:
a verification unit for verifying the extracted text data;
and the writing unit is used for writing the extracted text data into the relational database if the extracted text data passes the verification.
In one embodiment of the present invention, the verification unit of the embodiment of the present invention is specifically configured to:
and detecting whether the extracted text data accords with a first preset data format, and if so, indicating that the extracted text data passes verification.
In one embodiment of the present invention, the writing module of the embodiment of the present invention further includes:
the positioning unit is used for positioning the position where the extracted text data is wrong if the verification of the extracted text data is not passed;
and the display unit is used for displaying the first prompt information comprising the positioned position to the user so that the user modifies the input text data according to the first prompt information.
In one embodiment of the present invention, the displayed input area further includes a second prompting message in a second preset data format, where the second prompting message is used to prompt the user to input text data according to the second preset data format.
In one embodiment of the present invention, the display module of the embodiment of the present invention is further used for:
and displaying a preview result of writing the extracted text data into the relation type database to generate the structured data.
In one embodiment of the present invention, the display module of the embodiment of the present invention is further used for:
the generated structured data is displayed.
In still another aspect, an embodiment of the present invention provides a structured data generation apparatus, including: a memory and a processor;
the memory is used for storing executable program codes;
the processor is configured to read executable program codes stored in the memory to execute the structured data generation method provided by the embodiment of the present invention.
In yet another aspect, embodiments of the present invention provide a computer-readable storage medium having computer program instructions stored thereon; the computer program instructions, when executed by a processor, implement the structured data generation method provided by the embodiments of the present invention.
According to the method, the device, the equipment and the storage medium for generating the structured data, disclosed by the embodiment of the invention, only the input area for receiving the text data input by the user is displayed, and the user can finish the input operation of the text data in the input area, so that the generation efficiency of the structured data can be improved.
Drawings
In order to more clearly illustrate the technical solution of the embodiments of the present invention, the drawings that are needed to be used in the embodiments of the present invention will be briefly described, and other drawings can be obtained according to these drawings without inventive effort for a person skilled in the art.
FIG. 1 shows a schematic diagram of a prior art form;
FIG. 2 is a schematic flow chart of a method for generating structured data according to an embodiment of the present invention;
FIG. 3 shows a schematic diagram of an input area displayed in an embodiment of the invention;
FIG. 4 is a schematic diagram of a user entering text data according to an embodiment of the present invention;
FIG. 5 shows a schematic diagram of presentation of generated structured data provided by an embodiment of the present invention;
FIG. 6 is a schematic diagram showing a preview result provided by an embodiment of the present invention;
FIG. 7 is a schematic diagram of an input area with prompt information according to an embodiment of the present invention;
fig. 8 is a schematic structural diagram of a structured data generation apparatus according to an embodiment of the present invention;
FIG. 9 illustrates a block diagram of an exemplary hardware architecture of a computing device capable of implementing the structured data generation methods and apparatus according to embodiments of the present invention.
Detailed Description
Features and exemplary embodiments of various aspects of the present invention will be described in detail below, and in order to make the objects, technical solutions and advantages of the present invention more apparent, the present invention will be described in further detail below with reference to the accompanying drawings and examples. It should be understood that the specific embodiments described herein are merely configured to illustrate the invention and are not configured to limit the invention. It will be apparent to one skilled in the art that the present invention may be practiced without some of these specific details. The following description of the embodiments is merely intended to provide a better understanding of the invention by showing examples of the invention.
It is noted that relational terms such as first and second, and the like are used solely to distinguish one entity or action from another entity or action without necessarily requiring or implying any actual such relationship or order between such entities or actions. Moreover, the terms "comprises," "comprising," or any other variation thereof, are intended to cover a non-exclusive inclusion, such that a process, method, article, or apparatus that comprises a list of elements does not include only those elements but may include other elements not expressly listed or inherent to such process, method, article, or apparatus. Without further limitation, an element defined by the phrase "comprising … …" does not exclude the presence of additional identical elements in a process, method, article, or apparatus that comprises the element.
Currently, the manner of generating structured data mainly includes a form-based manner and a dynamic form-based manner. The structured data is generated by a form-based mode and a dynamic form-based mode, the operation is complex, and the structured data generation efficiency is low.
For example, taking generating structured data corresponding to mobile phone parameters as an example, the mobile phone parameters include: brand, name, model, color, operating system, central processing unit (Central Processing Unit, CPU) brand, CPU model, memory, storage capacity, screen size, rear camera pixels, resolution, battery capacity, touch screen type, and network type. Inputting the parameters of the mobile phone in the form shown in fig. 1 requires the user to move the cursor 15 times, and fig. 1 shows a schematic diagram of the existing form. Especially for terminal equipment such as a mobile phone or a tablet computer, the cursor moving is very inconvenient.
Based on the above, the embodiment of the invention provides a method, a device, equipment and a storage medium for generating structured data, so as to improve the generation efficiency of the structured data. The following first describes a method for generating structured data according to an embodiment of the present invention.
As shown in fig. 2, fig. 2 shows a flow chart of a method for generating structured data according to an embodiment of the present invention. The structured data generation method may include:
s201: the display includes an input area for receiving text data entered by a user.
S202: text data entered by a user in the displayed input area is extracted.
S203: the extracted text data is written to a relational database to generate structured data.
Exemplary, the following is used to generate structured data corresponding to mobile phone parameters, where the mobile phone parameters include: the brand, name, model, color, operating system, CPU brand, CPU model, memory, storage capacity, screen size, rear camera pixels, resolution, battery capacity, touch screen type, and network type are illustrated as examples.
The displayed input area including a user receiving user input of cell phone parameters is shown in fig. 3. FIG. 3 shows a schematic diagram of an input area displayed in an embodiment of the invention. It will be appreciated that the input area is displayed in a window. Assume that text data input by a user in an input area shown in fig. 3 is: huacheng, huazhi, P20, baoshan, android, kylin (Kirin), 970, 6GB, 128GB, 5.8 inches, 12000 ten thousand, 1080 x 2244, 10000 milliampere hour, a multi-point touch capacitive screen and 4G full network. Fig. 4 is a schematic diagram of a user after inputting text data according to an embodiment of the present invention. Text data input by the user is extracted from the input area shown in fig. 4, and the extracted text data is: huacheng, huazhi, P20, baoshima, android, kirin, 970, 6GB, 128GB, 5.8 inches, 12000 ten thousand, 1080 x 2244, 10000 milliampere hour, multi-point touch capacitive screen and 4G full network. The extracted text data is written to a relational database to generate structured data. The generated structured data corresponding to the mobile phone parameters are shown in table 1.
TABLE 1
ID 1
Branding Huawei
Name of the name Hua is P20
Model number P20
Color of Baoshima blue
Operating system Android
CPU brands Kirin
CPU model 970
Memory (Unit: GB) 6
Storage capacity (Unit: GB) 128
Screen size (Unit: inch) 5.8
Rear camera pixel (unit: ten thousand) 12000
Resolution ratio 1080*2244
Battery capacity (Unit: milliamp hour) 10000
Touch screen type Multi-point touch capacitive screen
Network type 4G full network communication
In one embodiment of the invention, the generated structured data may be presented to a user, i.e., the written results of writing text data to a relational database may be displayed. The writing result displayed to the user is shown in fig. 5, and fig. 5 shows a schematic diagram of displaying the generated structured data according to the embodiment of the present invention.
The user can check whether the text data input into the relational database is wrong or not through the writing result shown in fig. 5, and if the text data input into the relational database is wrong, the text data input into the relational database is modified. In one embodiment of the invention, the window in the schematic diagram shown in FIG. 5 may also include an entry (not shown) for receiving a user modification instruction, such as a modification button. When the user clicks the modify button, an interface as shown in fig. 4 may be displayed, and the user modifies the erroneous text data in the interface shown in fig. 4.
In one embodiment of the invention, when the user clicks on the modify button, all of the structured data in the database may be read into the input field in FIG. 4.
In one embodiment of the invention, to increase the efficiency of modification, only the structured data that needs to be modified may be read into the input area of fig. 4. For example, when the structured data of the line with ID 2 is in error, and the user clicks the modify button to select ID 2 of the line that needs to be modified, the structured data of the line with ID 2 is read into the text box of fig. 4.
In one embodiment of the invention, the preview result of writing the extracted text data to the relational database to generate structured data may be displayed prior to writing the extracted text data to the relational database. Fig. 6 shows a schematic diagram of displaying preview results according to an embodiment of the present invention.
In one embodiment of the present invention, the preview result may be displayed by the user through the portal for receiving the user preview instruction after the user has entered all text data. For example, the user clicks a preview button (not shown in the figure) to display the preview result.
In one embodiment of the present invention, after the user inputs the text data corresponding to the one line of structured data, the structured data corresponding to the text data may be displayed.
Illustratively, assume that the settings are marked with a semicolon "; the interval indicates that text data corresponding to one line of structured data is input, and when a user inputs a semicolon "; and directly displaying the structured data corresponding to the text data.
And then, assuming that the text data corresponding to one line of structured data is input completely by setting the carriage return character/line feed character 'Enter', after the carriage return character/line feed character 'Enter' is clicked by a user, the structured data corresponding to the text data is directly displayed.
The user can know whether the text data input into the relational database is wrong or not in advance through the preview result shown in fig. 6, and if the text data input into the relational database is wrong at the moment, the wrong data can be directly modified in the input area at the moment. The accuracy of the generated structured data is ensured when the structured data is written into the relational database.
In one embodiment of the present invention, the result preview area may be below the input area, right of the input area, etc., and the embodiment of the present invention does not limit the position of the result preview area.
In one embodiment of the invention, writing the extracted text data into a relational database may include: verifying the extracted text data; and if the extracted text data passes the verification, writing the extracted text data into a relational database.
In one embodiment of the present invention, verifying the extracted text data may include: and detecting whether the extracted text data accords with a first preset data format, and if so, indicating that the extracted text data passes verification.
Illustratively, assume that the first preset data format is: column separation is performed by using # and row separation is performed by using line feed, data types corresponding to memory, storage capacity, screen size, rear camera pixels and battery capacity are all digital, and data formats corresponding to resolution are as follows: numerical type-numerical type.
Assume that text data input by a user is: the Wawa No. He is P20#P20#Baoshima # android #Kirin # 970#6128#5.812000#1080 x 2244#10000# multi-touch capacitive screen #4G full-screen. And if the text data input by the user is recognized to be in accordance with the first preset data format, writing the text data input by the user into a relational database.
Assume that text data of user data is: the Wawa No. He is P20#P20#Baoshima # android #Kirin #970#6# one hundred twenty-eight #5.8#12000#1080 x 2244#10000# multi-point touch capacitive screen #4G full-screen. And recognizing that the data type corresponding to the storage capacity is character type and not numerical type, and checking the text data input by the user is failed.
In one embodiment of the present invention, if the extracted text data fails to be verified, a location where an error occurs in the extracted text data may be located; first prompt information including the located position is displayed to the user so that the user modifies the input text data according to the first prompt information.
By way of example, assume that text data of user data is: the Hua-Hua is P20#P20#Baoshima#android#Kirin#970#6#one hundred twenty-eight#5.8#12000#1080 x 2244#10000#multi-point touch power supply Rong Bing #4G. If the data type corresponding to the storage capacity is identified as character type and not numerical type, the text data input by the user is not checked, and the position where the error occurs is located at the moment: and displaying the data error prompt information when the text data corresponding to the storage capacity is stored, so that the user modifies the input text data according to the data error prompt information. For example, the displayed hint information is "text data corresponding to the storage capacity in which an error occurs", or the displayed hint information is: the Wawa No. He is P20#P20#Baoshima # android #Kirin #970#6# one hundred twenty-eight #5.8#12000#1080 x 2244#10000# multi-point touch capacitive screen #4G full-screen. I.e. erroneous data is marked with bolded and skewed. In one embodiment of the present invention, data in which an error has occurred may be displayed in an enlarged manner, or a color display may be added. In one embodiment of the invention, the cursor may also be moved to the location where the data was erroneous.
In one embodiment of the present invention, in order to avoid errors in the data input by the user, the displayed input area including a text data for receiving the input by the user may further include: the second prompt information is used for prompting a user to input text data according to the second preset data format.
Illustratively, assume that the second preset data format is: column separation is performed by using # and row separation is performed by using line feed, data types corresponding to memory, storage capacity, screen size, rear camera pixels and battery capacity are all digital, and data formats corresponding to resolution are as follows: numerical type-numerical type.
The second prompt information is: "please input data in the following format. Column separation using # and line feed for interlaced separation. The parameters of the mobile phone are 15 columns. The method sequentially comprises the following steps: brand, name, number, color, operating system, CPU brand, CPU model, memory, storage capacity, screen size, rear camera pixels, resolution, battery capacity, touch screen type, and network type. The data types corresponding to the memory, the storage capacity, the screen size, the rear camera pixel and the battery capacity are all digital, and the data format corresponding to the resolution is as follows: numerical type-numerical type. Examples: the Hua-Cheng-P20#P20#Baoshima#android#Kirin#970#6# 128#5.812000#1080 x 2244#10000#multi-touch capacitive screen#4G full-screen.
The window including the second prompt information is shown in fig. 7, and fig. 7 shows a schematic diagram of an input area with the prompt information provided by the embodiment of the invention.
When a user inputs data, the user can input the data according to the data format in the prompt information, and the input data can be prevented from being in error.
In one embodiment of the invention, the user may customize the data format described above.
It should be noted that, in the embodiment of the present invention, the mobile phone parameters include: the brand, name, model, color, operating system, CPU brand, CPU model, memory, storage capacity, screen size, rear camera pixels, resolution, battery capacity, touch screen type, and network type are merely illustrative of one specific example of the present invention and are not meant to limit the present invention.
According to the structured data generation method, only the input area for receiving the text data input by the user is displayed, and the user can finish the input operation of the text data in the input area, so that the generation efficiency of the structured data can be improved.
Corresponding to the method embodiment, the embodiment of the invention also provides a structured data generation device.
As shown in fig. 8, fig. 8 shows a schematic structural diagram of a structured data generation apparatus according to an embodiment of the present invention. The structured data generation apparatus may include:
the display module 801 is configured to display an input area including text data for receiving user input.
An extraction module 802, configured to extract text data input by a user in the displayed input area.
A writing module 803 is configured to write the extracted text data into a relational database to generate structured data.
In one embodiment of the present invention, the writing module 803 of the embodiment of the present invention may include:
and the verification unit is used for verifying the extracted text data.
And the writing unit is used for writing the extracted text data into the relational database if the extracted text data passes the verification.
In one embodiment of the present invention, the verification unit of the embodiment of the present invention may be specifically used for:
and detecting whether the extracted text data accords with a first preset data format, and if so, indicating that the extracted text data passes verification.
In one embodiment of the present invention, the writing module of the embodiment of the present invention may further include:
and the positioning unit is used for positioning the position where the extracted text data is wrong if the verification of the extracted text data is not passed.
And the display unit is used for displaying the first prompt information comprising the positioned position to the user so that the user modifies the input text data according to the first prompt information.
In one embodiment of the present invention, the displayed input area may further include a second prompt message in a second preset data format, where the second prompt message is used to prompt the user to input text data according to the second preset data format.
In one embodiment of the present invention, the display module 801 of the embodiment of the present invention may also be used to:
and displaying a preview result of writing the extracted text data into the relation type database to generate the structured data.
In one embodiment of the present invention, the display module 801 of the embodiment of the present invention may also be used to: the generated structured data is displayed.
Details of each part of the structured data generating apparatus shown in fig. 8 of the embodiment of the present invention are similar to those of the structured data generating method of the embodiment of the present invention shown in fig. 2, and the embodiment of the present invention is not described herein.
According to the structured data generation device provided by the embodiment of the invention, only the input area for receiving the text data input by the user is displayed, and the user can finish the input operation of the text data in the input area, so that the generation efficiency of the structured data can be improved.
FIG. 9 illustrates a block diagram of an exemplary hardware architecture of a computing device capable of implementing the structured data generation methods and apparatus according to embodiments of the present invention. As shown in fig. 9, the computing device 900 includes an input device 901, an input interface 902, a central processor 903, a memory 904, an output interface 905, and an output device 906. The input interface 902, the central processor 903, the memory 904, and the output interface 905 are connected to each other through a bus 910, and the input device 901 and the output device 906 are connected to the bus 910 through the input interface 902 and the output interface 905, respectively, and further connected to other components of the computing device 900.
Specifically, the input device 901 receives input information from the outside, and transmits the input information to the central processor 903 through the input interface 902; the central processor 903 processes the input information based on computer-executable instructions stored in the memory 904 to generate output information, temporarily or permanently stores the output information in the memory 904, and then transmits the output information to the output device 906 through the output interface 905; output device 906 outputs the output information to the outside of computing device 900 for use by a user.
That is, the computing device shown in fig. 9 may also be implemented as a structured data generation device, which may include: a memory storing computer-executable instructions; and a processor that, when executing computer-executable instructions, can implement the structured data generation methods and apparatus described in connection with fig. 2-8.
Embodiments of the present invention also provide a computer readable storage medium having computer program instructions stored thereon; the computer program instructions, when executed by a processor, implement the structured data generation method provided by the embodiments of the present invention.
It should be understood that the invention is not limited to the particular arrangements and instrumentality described above and shown in the drawings. For the sake of brevity, a detailed description of known methods is omitted here. In the above embodiments, several specific steps are described and shown as examples. The method processes of the present invention are not limited to the specific steps described and illustrated, however, and various changes, modifications and additions, or the order between steps may be made by those skilled in the art after appreciating the spirit of the present invention.
The functional blocks shown in the above-described structural block diagrams may be implemented in hardware, software, firmware, or a combination thereof. When implemented in hardware, it may be, for example, an electronic circuit, an Application Specific Integrated Circuit (ASIC), suitable firmware, a plug-in, a function card, or the like. When implemented in software, the elements of the invention are the programs or code segments used to perform the required tasks. The program or code segments may be stored in a machine readable medium or transmitted over transmission media or communication links by a data signal carried in a carrier wave. A "machine-readable medium" may include any medium that can store or transfer information. Examples of machine-readable media include electronic circuitry, semiconductor memory devices, ROM, flash memory, erasable ROM (EROM), floppy disks, CD-ROMs, optical disks, hard disks, fiber optic media, radio Frequency (RF) links, and the like. The code segments may be downloaded via computer networks such as the internet, intranets, etc.
It should also be noted that the exemplary embodiments mentioned in this disclosure describe some methods or systems based on a series of steps or devices. However, the present invention is not limited to the order of the above-described steps, that is, the steps may be performed in the order mentioned in the embodiments, or may be performed in a different order from the order in the embodiments, or several steps may be performed simultaneously.
In the foregoing, only the specific embodiments of the present invention are described, and those skilled in the art will clearly understand that, for convenience and brevity of description, the specific working processes of the systems, modules and units described above may refer to the corresponding processes in the foregoing method embodiments, which are not repeated herein. It should be understood that the scope of the present invention is not limited thereto, and any equivalent modifications or substitutions can be easily made by those skilled in the art within the technical scope of the present invention, and they should be included in the scope of the present invention.

Claims (7)

1. A structured data generation method, the method comprising:
displaying an input area for receiving text data entered by a user;
extracting text data input by a user in the input area;
writing the text data into a relational database to generate structured data;
wherein writing the text data into a relational database comprises:
verifying the text data;
if the text data passes the verification, writing the text data into a relational database;
wherein said verifying said text data comprises:
detecting whether the text data accords with a first preset data format or not, and if the text data accords with the first preset data format, indicating that the text data passes verification;
the method further comprises the steps of:
if the text data is not checked, positioning the position where the text data is in error;
and displaying first prompt information comprising the position to the user so that the user modifies the text data according to the first prompt information.
2. The method of claim 1, wherein the input area further comprises a second prompt in a second preset data format, the second prompt being for prompting the user to input the text data in the second preset data format.
3. The method of claim 1, wherein prior to said writing said text data to a relational database, said method further comprises:
and displaying a preview result of the structured data generated by writing the text data into the relation database.
4. The method according to claim 1, wherein the method further comprises:
displaying the structured data.
5. A structured data generation apparatus, the apparatus comprising:
a display module for displaying an input area including text data for receiving user input;
the extraction module is used for extracting text data input by a user in the input area;
the writing module is used for writing the text data into a relational database to generate structured data;
wherein, the write module includes:
a verification unit for verifying the text data;
the writing unit is used for writing the text data into a relational database if the text data passes verification;
the verification unit is specifically configured to detect whether the text data conforms to a first preset data format, and if the text data conforms to the first preset data format, the text data is verified;
wherein, the write module further comprises:
the positioning unit is used for positioning the position where the text data is in error if the text data is not verified;
and the display unit is used for displaying first prompt information comprising the position to the user so that the user modifies the text data according to the first prompt information.
6. A structured data generation apparatus, the apparatus comprising: a memory and a processor;
the memory is used for storing executable program codes;
the processor is configured to read executable program code stored in the memory to perform the structured data generation method of any of claims 1-4.
7. A computer readable storage medium having computer program instructions stored thereon; the computer program instructions, when executed by a processor, implement the structured data generation method of any of claims 1-4.
CN201810570756.8A 2018-06-05 2018-06-05 Structured data generation method, device, equipment and storage medium Active CN110569314B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201810570756.8A CN110569314B (en) 2018-06-05 2018-06-05 Structured data generation method, device, equipment and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201810570756.8A CN110569314B (en) 2018-06-05 2018-06-05 Structured data generation method, device, equipment and storage medium

Publications (2)

Publication Number Publication Date
CN110569314A CN110569314A (en) 2019-12-13
CN110569314B true CN110569314B (en) 2023-05-05

Family

ID=68772174

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201810570756.8A Active CN110569314B (en) 2018-06-05 2018-06-05 Structured data generation method, device, equipment and storage medium

Country Status (1)

Country Link
CN (1) CN110569314B (en)

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1451126A (en) * 1999-09-15 2003-10-22 西门子共同研究公司 Method and system for selecting and automatically updating arbitrary elements from structured documents
CN101283350A (en) * 2005-07-15 2008-10-08 思索软件有限公司 Method and apparatus for providing structured data for free text messages

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6944603B2 (en) * 2000-06-24 2005-09-13 International Business Machines Corporation Fractal semantic network generator

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1451126A (en) * 1999-09-15 2003-10-22 西门子共同研究公司 Method and system for selecting and automatically updating arbitrary elements from structured documents
CN101283350A (en) * 2005-07-15 2008-10-08 思索软件有限公司 Method and apparatus for providing structured data for free text messages

Also Published As

Publication number Publication date
CN110569314A (en) 2019-12-13

Similar Documents

Publication Publication Date Title
US11262895B2 (en) Screen capturing method and apparatus
US9176663B2 (en) Electronic device, gesture processing method and gesture processing program
CN101539822B (en) Method and system for identifying handwriting area of touch screen
CN103164300A (en) Mobile terminal touch screen automatic testing method and device
CN102262497A (en) Method and device for amplifying touch button in touch screen
CN104636322A (en) Text copying method and text copying device
CN105094381B (en) One kind writing treating method and apparatus
CN101833532A (en) Counter and computer-readable medium
CN110889056B (en) Page marking method and device
US20140089841A1 (en) Device and method for providing application interface based on writing input
CN104346053A (en) Form processing method and terminal
US20170132462A1 (en) Document checking support apparatus, document checking support system, and non-transitory computer readable medium
CN112269713A (en) Method, device and equipment for acquiring program running state and storage medium
CN109656652B (en) Webpage chart drawing method, device, computer equipment and storage medium
CN107871128B (en) High-robustness image recognition method based on SVG dynamic graph
CN110569314B (en) Structured data generation method, device, equipment and storage medium
CN102902751A (en) Webpage input method and device in mobile terminal and mobile terminal
WO2018228001A1 (en) Electronic device, information query control method, and computer-readable storage medium
CN103558957A (en) Method and device for screen operation of mobile terminal
CN110209572A (en) Ui testing method, ui testing system and terminal
CN104239475A (en) Method and device for analyzing time series data
CN105094668A (en) Message processing method and electronic device
CN112732100A (en) Information processing method and device and electronic equipment
CN102023785A (en) Method and device of automatically setting system parameters dependent on handwriting mode information
CN113330404A (en) Method for selecting sub-tracks, electronic device and computer-readable storage medium

Legal Events

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