CN110019153B - Multi-type batch data processing system and processing method thereof - Google Patents

Multi-type batch data processing system and processing method thereof Download PDF

Info

Publication number
CN110019153B
CN110019153B CN201710822561.3A CN201710822561A CN110019153B CN 110019153 B CN110019153 B CN 110019153B CN 201710822561 A CN201710822561 A CN 201710822561A CN 110019153 B CN110019153 B CN 110019153B
Authority
CN
China
Prior art keywords
data
data file
file
files
processing
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
CN201710822561.3A
Other languages
Chinese (zh)
Other versions
CN110019153A (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.)
Beijing Chenxin Credit Information Co ltd
Original Assignee
Beijing Chenxin Credit Information 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 Beijing Chenxin Credit Information Co ltd filed Critical Beijing Chenxin Credit Information Co ltd
Priority to CN201710822561.3A priority Critical patent/CN110019153B/en
Publication of CN110019153A publication Critical patent/CN110019153A/en
Application granted granted Critical
Publication of CN110019153B publication Critical patent/CN110019153B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/21Design, administration or maintenance of databases
    • G06F16/215Improving data quality; Data cleansing, e.g. de-duplication, removing invalid entries or correcting typographical errors
    • 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
    • G06F16/258Data format conversion from or to a database

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)
  • Quality & Reliability (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

The invention discloses a multi-type batch data processing system and a processing method, wherein the system comprises an original data file part, a data file format conversion part, a data file classification conversion part, a data file structuring processing part, a data cleaning processing part and a data theme storage part. The method comprises the following steps: 1. carrying out format conversion on the data file in the original data file part by using a data file format conversion part; 2. classifying the data files processed by the data file format conversion part by using a data file classification conversion part, and storing the data files; 3. carrying out structuring processing on the processable file type in the step 2 by using a data file structuring processing part; 4. cleaning the structured data file by using a data cleaning processing part; 5. the data theme storage part is used for classifying and storing according to the theme of the data file. The system or the method of the invention is simple, and can realize the processing of multi-type and batch data files in a short time.

Description

Multi-type batch data processing system and processing method thereof
Technical Field
The present invention relates to the field of data processing, and in particular, to processing of multi-type batch data, and more particularly, to a multi-type batch data processing system and a processing method thereof.
Background
The advent of the internet information age and the advent of big data technologies have created an unprecedented data flood. Many stakeholders expect that data can be obtained by sharing data interchange, but the data exchange process is greatly hindered by different data storage modes, different data structures and numerous data sources.
Cleaning work is required before data storage and warehousing, but at present, the data cleaning work is mainly manual cleaning, so that the outstanding problems of time and labor consumption, low efficiency, huge difference and the like exist, manual operation is difficult to form a standard, and secondary data pollution is possibly caused. Especially, if multi-type (complex) batch data is processed manually, the time and the labor are seriously consumed, the data cannot be rapidly and efficiently applied, the data application value density is too low, and the progress of data exchange sharing and rapid application is greatly hindered.
Disclosure of Invention
In order to overcome the above problems, the present inventors have made intensive studies to obtain a multi-type batch data processing system and a processing method thereof, thereby completing the present invention.
One aspect of the present invention provides a multi-type batch data processing system, which is embodied in the following aspects:
(1) a multi-type batch data processing system, comprising
An original data file part 001 for storing a plurality of types of batch data files to be processed;
a data file format conversion unit 002 for performing format path conversion on the batch data files in the original data file unit 001;
a data file classification converting section 003 for classifying the batch data files converted by the data file format converting section 002 into a processable file type file set and an unprocessable file type file set; and
and a data file structuring processing unit 004 for performing structuring processing on the obtained processable file type to obtain a data file capable of being stored in a structured manner.
(2) The data processing system according to the above (1), further comprising a data cleaning processing part 005 and a data topic storage part 006, wherein the data cleaning processing part 005 is configured to perform cleaning processing on the obtained data file which can be stored in a structured manner; the data topic storage unit 006 is used to classify and store the data after the cleaning process.
The invention provides a method for processing multi-type batch data, which is embodied in the following aspects:
(3) a method for processing multi-type batch data, preferably using the system of any one of claims 1 to 5, wherein the method comprises the steps of:
step 1, using data file format conversion part 002 to convert the format of the data file in original data file part 001;
step 2, the data file classification conversion part 003 is used for classifying and storing the data files processed by the data file format conversion part 002;
step 3, the data file structuring processing part 004 is used for structuring the processable file type in the step 2 to obtain a data file which can be stored in a structuring way;
step 4, the data cleaning processing part 005 is used for cleaning the obtained data file which can be stored in a structured way;
and step 5, classifying and storing according to the theme of the data file by using the data theme storage part 006.
Drawings
FIG. 1 shows a schematic of the framework of the system of the present invention;
FIG. 2 shows a flow chart of the method of the present invention;
FIG. 3 illustrates a schematic diagram of multi-type batch data processed by an embodiment;
FIG. 4 shows the processing procedure and the processing result of step 1 in example 1;
FIG. 5 shows the results of the treatment of step 2 in example 1;
fig. 6 shows the processing results of step 3 and step 4 in example 1.
Detailed Description
The invention is explained in further detail below with reference to the drawing. The features and advantages of the present invention will become more apparent from the description.
An aspect of the present invention provides a multi-type batch data processing system, as shown in fig. 1, the system includes an original data file section 001, a data file format conversion section 002, a data file classification conversion section 003, a data file structuring processing section 004, a data cleansing processing section 005, and a data topic storage section 006.
The original data file part 001 is used for storing multi-type batch data files to be processed; the data file format conversion part 002 is used for converting the format and the path of the batch data files in the original data file part 001; the data file classification converting part 003 is configured to classify the batch data files converted by the data file format converting part 002 into processable data files and non-processable data files; the data file structuring processing unit 004 is configured to perform structuring processing on the obtained processable data file to obtain a data file capable of being stored in a structured manner; the data cleaning processing unit 005 is configured to perform cleaning processing on the obtained data file that can be stored in a structured manner; the data theme storage 006 is used to classify and store the data files after the cleaning process.
In the invention, the objects processed by the system are multi-type batch data files, that is, the data files contain multi-type files, for example, comprising EXCEL files, SQL script files, text files containing CSV and TXT, and the like; and the data file is very large, at least above class T. This is not at all relevant in the prior art, where the data processing is typically of the same type of data or a small amount of data that is small in quantity.
According to a preferred embodiment of the present invention, as shown in fig. 1, the data file format converting part 002 includes a data file format converting module 021, a data file path converting module 022 and a data file deduplication converting module 023.
Wherein:
the data file format conversion module 021 is configured to perform format conversion on a data file in the original data file section 001, and specifically, (1) decompress an original compressed data file, and mark the data file that cannot be decompressed as an unconventional data file or delete the data file directly, (2) determine whether the data file in the unified subfile directory is a split file, if yes, merge and restore the split text format data file into the original data file, and (3) determine whether an erroneous suffix exists, and mark the data file that is determined as the suffix of the erroneous file as an unconventional data file or delete the data file;
the file path conversion module 022 is configured to perform path conversion on the data file after the format conversion module 021 converts the format of the data file, and specifically, (1) extract the data file in multiple subfolders into a main directory, (2) delete redundant multiple subfolders after extraction, and (3) mark the data file that cannot be moved or operated as an unqualified data file or delete;
the data file deduplication conversion module 023 is configured to perform deduplication processing on the data files after the path conversion, determine whether the stored data files are duplicate data files, and process and filter the duplicate data files, and specifically, (1) determine, according to the name and size of the data files, that the name and content of the data files are the same and/or similar, and store data files or data file sets of the same and/or similar size, determine that the data files are duplicate data files, and mark the data files as non-compliant data files or delete the data files; (2) and judging according to the content of the data file, if the first 10 rows of data of the content of the data file are completely the same and the data file or the data file set with the same and/or similar size is stored, marking the data file as a repeating data file and marking the data file as an unqualified data file or deleting the data file.
According to a preferred embodiment of the present invention, the data file classification converting part 003 includes a data file classification module 033, a processable file module 031 and an unprocessed file module 032.
Wherein:
the data file classification module 033 is configured to classify the data file processed by the data file format conversion unit 002 into a processable data file and an unprocessable data file, where the processable data file includes an excl file, a database export file, a text file, an SQL script file, and the like, and the unprocessable data file includes a word file, a PDF file, an audio file, a video file, and the like;
the processable file module 031 is configured to store processable data files obtained by the file data classification module 033, i.e., data files that can be structured;
the unprocessed file module 032 is configured to store the unprocessed data files obtained by the file data classification module 033, that is, the data files that cannot be processed in a structured manner.
According to a preferred embodiment of the present invention, the data cleansing processing part 005 includes a data content rule module 051 and a data storage rule module 052.
Wherein:
the data content rule module 051 is used for checking whether the data content is in compliance, and cleaning the data of the non-compliance data, namely marking the data as the non-compliance data or deleting the data, wherein the non-compliance data comprises the following components: (1) characters except for Chinese characters, English letters, Arabic numerals and common punctuations, (2) messy code characters, (3) null values existing in non-null fields in data, (4) all column contents existing in the data are repeated, (5) key column contents existing in the data are repeated;
the data storage rules module 052 is used to check whether the content of single-line and/or multi-line data corresponds to the column in which the data is located, check whether blank line data exists in the data, and mark the data as non-compliant data or delete the data.
Whether the content of the single-row data corresponds to the column where the single-row data is located or not includes whether the column is staggered or not (namely, the different column positions in a row are disordered); whether the content of the multi-line data corresponds to the column thereof includes whether a line is changed into a plurality of lines by a line feed character which should not exist and whether the column is dislocated.
According to a preferred embodiment of the present invention, the data topic storage 006 includes a data topic library 061 and a data classification recording component 062.
The data topic library 061 is configured to divide the data files cleaned by the data cleaning processing unit 005 into different topic libraries according to different topics, where the topics include personal information topics, enterprise information topics, attribute topics (including vehicles, airplanes, daily necessities, and the like); the data classification recording component 062 is used to record topic classifications generated by the data topic library 061.
In this way, the data is classified and stored according to different subjects, and if data of the category of "vehicle" is adopted at a later stage, for example, the data of the category of "vehicle" is adopted directly in the data classification recording component 062.
Another aspect of the present invention provides a method for processing multi-type batch data, as shown in fig. 2, the method includes the following steps:
in step 1, the data file format conversion section 002 converts the format of the data file in the original data file section 001.
The data files in the original data file section 001 are multi-type batch data files, and include, for example, EXCEL files, SQL script files, text files containing CSV and TXT, and the like.
According to a preferred embodiment of the invention, step 1 comprises the following sub-steps:
step 1.1, carrying out format conversion on the data file in the original data file part 001 by using a data file format conversion module 021;
step 1.2, a file path conversion module 022 is utilized to convert the data file path of the data file after format conversion, and preferably, the data files in various subfolders are extracted to a main directory;
step 1.3, the data file deduplication conversion module 023 is used for performing deduplication processing on the data file after the path conversion, judging whether the stored data file is a duplicate data file, and processing and filtering the data file.
According to a preferred embodiment of the invention, in step 1.1, the format conversion is performed as follows: and decompressing the original compressed data file, and marking the data file which cannot be decompressed as an unqualified data file or deleting the data file.
In a further preferred embodiment, in step 1.1, the format conversion is also performed as follows: and judging whether the data files in the unified subfile directory are split files or not, and merging and restoring the split text format data files into original data files.
In a further preferred embodiment, in step 1.1, the format conversion is also performed as follows: and judging whether an error file suffix exists or not, and marking the data file judged as the error file suffix as an unqualified data file or deleting the data file.
The data file is converted into a file which can be operated through format conversion.
According to a preferred embodiment of the invention, in step 1.2, step 1.2 comprises the following sub-steps:
step 1.2.1, extracting data files in various subfolders to a main directory;
step 1.2.2, deleting redundant multiple subfolders after extraction;
and 1.2.3, marking the data file which cannot be moved or operated as an unqualified data file or deleting the data file.
In the data files to be processed, there are file formats and folder formats, and there may be folders in the folders, so that they may not be in a directory hierarchy, and step 1.2 refers all the data files to a directory hierarchy for subsequent processing.
According to a preferred embodiment of the invention, in step 1.3, the deduplication process is performed according to the data file name and size, or according to the data file content.
In a further preferred embodiment, the data file names are judged to be identical and/or similar in content according to the data file names and sizes, and the data files or data file sets with the same and/or similar stored sizes are judged to be duplicate data files and marked as non-compliant data files or deleted.
In a further preferred embodiment, if the first 10 rows of data file contents are identical and data files or data file sets of the same and/or similar size are stored, as judged by the data file contents, then the data file is a duplicate data file, marked as an illegitimate data file or deleted.
The purpose of step 1.3 is to remove duplicate data files.
And step 2, the data file classification conversion part 003 classifies and stores the data files processed by the data file format conversion part 002.
According to a preferred embodiment of the invention, step 2 comprises the following sub-steps:
step 2.1, classifying the data files processed by the data file format conversion part 002 by using a data file classification module 033 into processable data files and non-processable data files;
step 2.2, storing the obtained processable data file by adopting a processable file type module 031;
and 2.3, storing the obtained unprocessable data file by adopting an unprocessable file type module 032.
The processable data files, namely the data files which can be processed in a structured mode, comprise excl files, database export files, text files, SQL script files and the like, and the non-processable data files comprise word files, PDF files, audio files, video files and the like.
And 3, carrying out structuring processing on the processable file type in the step 2 by using the data file structuring processing part 004 to obtain the data file which can be stored in a structuring mode.
The data file is converted into data which is arranged and stored in a row and column mode through structuring processing, namely formatting processing. Specifically, the structuring process, i.e. the formatting process, is to convert the data file into data expressed and implemented logically by a two-dimensional table structure, strictly following the data format and length specification, and mainly storing and managing through a relational database.
And 4, performing cleaning processing on the obtained data file capable of being stored in a structured mode by using the data cleaning processing part 005.
According to a preferred embodiment of the invention, step 4 comprises the following sub-steps:
step 4.1, using the data content rule module 051 to check whether the data content is in compliance, and performing data cleaning on the non-compliance data, namely marking the data as the non-compliance data or deleting the data;
step 4.2, using the data storage rule module 052 to check whether the content of the single-row and/or multi-row data corresponds to the column in which the single-row and/or multi-row data is located;
and 4.3, checking whether blank row data exist in the data, and marking the data as non-compliant data or deleting the data.
Wherein, in step 4.1, the non-compliance data comprises: (1) characters except for Chinese characters, English letters, Arabic numerals and common punctuations, (2) messy code characters, (3) null values existing in non-null fields in data, (4) all column contents existing in the data are repeated, (5) key column contents existing in the data are repeated; in step 4.2, whether the content of the single row of data corresponds to the column where the data is located includes whether a column misalignment exists (i.e., a situation where different columns in a row are misaligned); whether the content of the multi-line data corresponds to the column thereof or not comprises the condition that whether a line is changed into a plurality of lines by a line feed character which should not exist or whether the column is staggered or not; in step 4.3, the blank row data refers to that the whole row or the whole column is blank, and has no actual content.
And step 5, classifying and storing according to the theme of the data file by using the data theme storage part 006.
According to a preferred embodiment of the invention, step 5 comprises the following sub-steps:
step 5.1, dividing the data files cleaned by the data cleaning processing part 005 into different theme libraries according to different themes by using a data theme library 061;
and 5.2, recording the topic classification generated by the data topic library 061 by using the data classification recording component 062.
In step 5, the processed data files may be classified and stored according to different topics, where the topics include personal information topics, enterprise information topics, attribute topics (including vehicles, airplanes, daily necessities, and the like), and the specific classification manner is determined according to business or research needs.
In the prior art, no relevant reports about multi-type and batch data processing are provided, and in practical application, manual operation is adopted, so that not only is a long time, generally more than 6 months, required, but also labor cost is wasted.
However, the system or the method of the invention can realize automatic processing for processing various types and batch data, generally needs about one month or even two weeks, and the key is that no manual operation is needed, thus not only greatly shortening the processing time, but also saving the labor cost.
The invention has the advantages that:
(1) the system or the method of the invention is simple, can realize the processing of various types and batch data files, and obtains high-availability, high-purity and standard structured data;
(2) the system is a modular component for data processing, has strong processing availability and portability, and can be conveniently and quickly applied to other data systems to provide high-quality data services;
(3) the system or the method greatly shortens the processing time of the multi-type and batch data files;
(4) the system or the method saves labor cost.
Examples
The multi-type batch data as shown in fig. 3 is processed, and has a size of 100T. As shown in fig. 3(a), the data includes multiple types of data such as folders and compressed packages, each folder has multiple subfolders, and each subfolder has files and/or folders (where, due to the large amount of data, fig. 3(a) does not show all the files, but only shows a part of the files). For example, as shown in fig. 3 (b), the folder "CoCo" contains 127 subfolders, and as shown in fig. 3 (c), the first folder "121376" next to the subfolders contains data and folders. Therefore, the system or method described herein processes multi-type batch data files.
Step 1, decompressing the compressed packet in fig. 3(a) by using a data file format conversion module 021, extracting data files in a plurality of subfolders into a main directory by using a file path conversion module 022, and finally performing deduplication processing on the data files after path conversion by using a data file deduplication conversion module 023, wherein the result is shown in fig. 4;
step 2, classifying the data files processed by the data file format conversion part 002 by using a data file classification module 033, dividing the data files into processable data files and non-processable data files, and storing the data files, wherein the result is shown in fig. 5;
step 3, the data file structuring processing unit 004 is used to structure the processable file type in step 2 to obtain a data file which can be stored in a structured manner, and the result is shown as step 3 in fig. 6; however, there is a phenomenon of significant column misalignment;
step 4, using the data content rule module 051 to check whether the data content is in compliance, and performing data cleaning on the non-compliance data, namely marking the non-compliance data as the non-compliance data or deleting the non-compliance data, wherein the non-compliance data comprises the following steps: (1) characters except for Chinese characters, English letters, Arabic numerals and common punctuations, (2) messy code characters, (3) null values existing in non-null fields in data, (4) all column contents existing in the data are repeated, (5) key column contents existing in the data are repeated;
and the data storage rule module 052 is used for checking whether the content of the single-row and/or multi-row data corresponds to the column where the single-row and/or multi-row data is located, and correcting the condition of column dislocation;
then checking whether blank line data exist in the data, and marking the data as non-compliant data or deleting the data, wherein the result is shown as step 4 in FIG. 6;
and 5, dividing the data files cleaned by the data cleaning processing part 005 into different theme libraries according to different people, places, events, objects and organization units by using the data theme library 061, and recording the theme classification generated by the data theme library 061 by using the data classification recording component 062 so as to directly use the data in the following process.
The whole process needs 12 days, and when different data files are processed, the specific number of days changes along with different conditions of the data files.
In contrast, the multi-type batch data in the above embodiment is manually processed and manually checked, and the whole process takes 180 days.
The present invention has been described above in connection with preferred embodiments, but these embodiments are merely exemplary and merely illustrative. On the basis of the above, the invention can be subjected to various substitutions and modifications, and the substitutions and the modifications are all within the protection scope of the invention.

Claims (2)

1. A method for processing multi-type batch data by using a multi-type batch data processing system is characterized in that,
the data processing system includes:
an original data file part (001) for storing multi-type batch data files to be processed;
a data file format conversion part (002) for performing format conversion and path conversion on the batch data files in the original data file part (001);
a data file classification conversion unit (003) for classifying the batch data files converted by the data file format conversion unit (002) into processable data files and unprocessable data files; and
a data file structuring processing unit (004) for performing structuring processing on the obtained processable data file to obtain a data file capable of being stored in a structured manner;
the data file format conversion unit (002) includes:
the data file format conversion module (021) is used for carrying out format conversion on the data file in the original data file part (001);
a data file path conversion module (022) for performing path conversion on the data file after the format conversion module (021) converts the format; and
a data file duplicate removal conversion module (023) for performing duplicate removal processing on the data file after the path conversion, judging whether the stored data file is a repeated data file, and processing and filtering the repeated data file;
the data file classification conversion unit (003) includes:
a data file classification module (033) for classifying the data files processed by the data file format conversion part (002) into processable data files and non-processable data files;
the file processing module (031) is used for storing the data files which can be processed and are obtained by the file data classification module (033), namely the data files which can be processed in a structured mode; and
the unprocessed file module (032) is used for storing the unprocessed data files obtained by the file data classification module (033), namely the unprocessed data files which cannot be processed in a structured mode;
the system further comprises a data cleaning processing part (005) and a data subject storage part (006), wherein the data cleaning processing part (005) is used for cleaning the obtained structuralized data file; the data theme storage part (006) is used for classifying and storing the cleaned data files;
the data cleaning processing part (005) comprises a data content rule module (051) and a data storage rule module (052), wherein: the data content rule module (051) is used for checking whether the data content is in compliance or not and cleaning the data which is not in compliance, namely marking the data which is not in compliance or deleting the data; the data storage rule module (052) is used for checking whether the content of single-row and/or multi-row data corresponds to the column, checking whether blank row data exists in the data, and marking the data as non-compliant data or deleting the data;
the data topic storage (006) includes a data topic library (061) and a data classification record component (062), wherein: the data subject library (061) is used for dividing the data files cleaned by the data cleaning processing part (005) into different subject libraries according to different subjects; the data classification recording component (062) is used for recording the topic classification generated by the data topic library (061);
the method comprises the following steps:
step 1, a data file format conversion part (002) is used for carrying out format conversion on a data file in an original data file part (001);
step 2, classifying and processing the data files processed by the data file format conversion part (002) by using a data file classification conversion part (003) and storing the data files;
step 3, a data file structuring processing part (004) is used for structuring the processable file type in the step 2 to obtain a data file which can be stored in a structuring way;
step 4, cleaning the obtained data file which can be stored in a structured way by a data cleaning processing part (005);
step 5, classifying and storing according to the theme of the data file by using a data theme storage part (006);
the data files in the original data file part (001) are multi-type batch data files, and comprise EXCEL files, SQL script files and text files containing CSV and TXT;
step 1 comprises the following substeps: step 1.1, carrying out format conversion on the data file in the original data file part (001) by using a data file format conversion module (021);
step 1.2, a file path conversion module (022) is utilized to convert the data file after format conversion into a data file path, and preferably, the data files in various subfolders are extracted into a main directory;
step 1.3, carrying out duplicate removal processing on the data file after the path conversion by using a data file duplicate removal conversion module (023), judging whether the stored data file is a repeated data file, and processing and filtering the data file;
in step 1.1, the format conversion proceeds as follows: decompressing the original compressed data file, and marking the data file which can not be decompressed as an unqualified data file or deleting the data file; judging whether the data files in the unified subfile directory are split files or not, and merging and restoring the split text format data files into original data files; judging whether an error file suffix exists or not, and marking the data file which is judged as the error file suffix as an unqualified data file or deleting the data file;
in step 1.2, step 1.2 comprises the following sub-steps:
step 1.2.1, extracting data files in various subfolders to a main directory;
step 1.2.2, deleting redundant multiple subfolders after extraction;
step 1.2.3, marking the data file which can not be moved or operated as an unqualified data file or deleting the data file;
in step 1.3, carrying out duplicate removal processing according to the name and size of the data file or carrying out duplicate removal processing according to the content of the data file; judging according to the name and the size of the data file, judging that the name and the content of the data file are the same and/or similar, and judging that the stored data file or the data file set with the same and/or similar size is a repeated data file, and marking the repeated data file as an unqualified data file or deleting the data file; judging according to the content of the data file, if the first 10 rows of data of the content of the data file are completely the same and the data file or the data file set with the same and/or similar storage size is judged, marking the data file as a repeating data file and marking the data file as an unqualified data file or deleting the data file;
step 2 comprises the following substeps:
step 2.1, classifying the data files processed by the data file format conversion part (002) by using a data file classification module (033) into processable data files and non-processable data files;
step 2.2, storing the obtained processable data file by adopting a processable file type module (031);
step 2.3, storing the obtained unprocessable data file by adopting an unprocessable file type module (032);
the processable data files can be structured data files and comprise excl files, database export files, text files and SQL script files, and the non-processable data files comprise word files, PDF files, audio files and video files;
step 4 comprises the following substeps:
step 4.1, using a data content rule module (051) to check whether the data content is in compliance, and carrying out data cleaning on the non-compliance data, namely marking the non-compliance data as the non-compliance data or deleting the non-compliance data;
step 4.2, checking whether the content of the single-row and/or multi-row data corresponds to the column of the single-row and/or multi-row data by using a data storage rule module (052);
4.3, checking whether blank line data exist in the data, and marking the data as non-compliant data or deleting the data;
step 5 comprises the following substeps:
step 5.1, dividing the data files cleaned by the data cleaning processing part (005) into different theme libraries according to different themes by using a data theme library (061);
step 5.2, recording the theme classification generated by the data theme library (061) by using a data classification recording component (062);
wherein, in step 5.1, the topics comprise personal information topics, business information topics and attribute topics.
2. The method of claim 1,
in step 4.1, the non-compliance data includes: (1) characters except for Chinese characters, English letters, Arabic numerals and common punctuations, (2) messy code characters, (3) null values existing in non-null fields in data, (4) all column contents existing in the data are repeated, (5) key column contents existing in the data are repeated;
in step 4.3, the blank row data refers to that the whole row or the whole column is blank, and has no actual content.
CN201710822561.3A 2017-09-13 2017-09-13 Multi-type batch data processing system and processing method thereof Active CN110019153B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201710822561.3A CN110019153B (en) 2017-09-13 2017-09-13 Multi-type batch data processing system and processing method thereof

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201710822561.3A CN110019153B (en) 2017-09-13 2017-09-13 Multi-type batch data processing system and processing method thereof

Publications (2)

Publication Number Publication Date
CN110019153A CN110019153A (en) 2019-07-16
CN110019153B true CN110019153B (en) 2022-03-04

Family

ID=67186271

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201710822561.3A Active CN110019153B (en) 2017-09-13 2017-09-13 Multi-type batch data processing system and processing method thereof

Country Status (1)

Country Link
CN (1) CN110019153B (en)

Families Citing this family (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112749137B (en) * 2019-10-31 2024-05-24 阿里巴巴集团控股有限公司 Data processing method, device, equipment and storage medium
CN112597136A (en) * 2020-05-28 2021-04-02 河北新天科创新能源技术有限公司 Data cleaning method for wind driven generator
CN112612505B (en) * 2020-12-04 2024-01-30 北京思特奇信息技术股份有限公司 Universal file processing method and system based on jdk flow processing
CN112612938A (en) * 2020-12-17 2021-04-06 北京中电普华信息技术有限公司 Data processing method, device, storage medium and equipment
CN115114374B (en) * 2022-06-27 2023-03-31 腾讯科技(深圳)有限公司 Transaction execution method and device, computing equipment and storage medium
CN116561120B (en) * 2023-04-21 2023-12-26 清华大学 Data file rapid merging method and system for time sequence database

Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101197876A (en) * 2006-12-06 2008-06-11 中兴通讯股份有限公司 Method and system for multi-dimensional analysis of message service data
CN101452450A (en) * 2007-11-30 2009-06-10 上海市电力公司 Multiple source data conversion service method and apparatus thereof
CN101604319A (en) * 2009-05-31 2009-12-16 上海文广新闻传媒集团 Xinhua Finance Media's business datum centring system
US8738388B1 (en) * 2005-01-12 2014-05-27 Fannie Mae Market based data cleaning
CN104361064A (en) * 2014-11-04 2015-02-18 中国银行股份有限公司 Data cleaning method for data files and data files processing method
CN105574667A (en) * 2015-12-15 2016-05-11 中广核工程有限公司 Nuclear power design data integration method and system
CN105718499A (en) * 2015-12-11 2016-06-29 中国地质调查局发展研究中心 Geological data cleaning method and system
CN106354772A (en) * 2016-08-23 2017-01-25 成都卡莱博尔信息技术股份有限公司 Mass data system with data cleaning function

Family Cites Families (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
GB2461497B (en) * 2008-04-22 2012-12-05 Materials Solutions A method of forming an article
JP5736956B2 (en) * 2011-05-19 2015-06-17 株式会社バッファロー File management apparatus and control program therefor
CN104715359B (en) * 2015-04-03 2017-11-17 广东中建普联科技股份有限公司 A kind of structuring construction industry material file and material data identification management method

Patent Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8738388B1 (en) * 2005-01-12 2014-05-27 Fannie Mae Market based data cleaning
CN101197876A (en) * 2006-12-06 2008-06-11 中兴通讯股份有限公司 Method and system for multi-dimensional analysis of message service data
CN101452450A (en) * 2007-11-30 2009-06-10 上海市电力公司 Multiple source data conversion service method and apparatus thereof
CN101604319A (en) * 2009-05-31 2009-12-16 上海文广新闻传媒集团 Xinhua Finance Media's business datum centring system
CN104361064A (en) * 2014-11-04 2015-02-18 中国银行股份有限公司 Data cleaning method for data files and data files processing method
CN105718499A (en) * 2015-12-11 2016-06-29 中国地质调查局发展研究中心 Geological data cleaning method and system
CN105574667A (en) * 2015-12-15 2016-05-11 中广核工程有限公司 Nuclear power design data integration method and system
CN106354772A (en) * 2016-08-23 2017-01-25 成都卡莱博尔信息技术股份有限公司 Mass data system with data cleaning function

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
数据清洗研究综述;王曰芬等;《现代图书情报技术》;20071231(第12期);50-56 *

Also Published As

Publication number Publication date
CN110019153A (en) 2019-07-16

Similar Documents

Publication Publication Date Title
CN110019153B (en) Multi-type batch data processing system and processing method thereof
EP2724269B1 (en) System, method and data structure for fast loading, storing and access to huge data sets in real time
US8315997B1 (en) Automatic identification of document versions
Welsh Dealing with data: Using NVivo in the qualitative data analysis process
CN104102737B (en) A kind of historical data storage method and system
CN104376091B (en) The method and device that the data deleted in SQLite are recovered
CN101770446B (en) Method and system for identifying form in layout file
CN103823838B (en) A kind of method of multi-format document typing and comparison
DE202012013469U1 (en) Data Processing Service
WO2004053645A2 (en) Systems and methods for providing a mixed data integration service
US6901418B2 (en) Data archive recovery
CN101714147A (en) Method for filtering same or similar files
CN107315799A (en) A kind of internet duplicate message screening technique and system
CN111859070A (en) Mass internet news cleaning system
CN114625809A (en) Data synchronization method and device based on Binlog log, storage medium and electronic equipment
DE102010011344B4 (en) Method for producing and managing a large-volume long-term archive
WO2018122269A1 (en) Bit-sequence-based data classification system
CN108108478B (en) Data format conversion method and system and electronic equipment
CN108304527B (en) Data extraction method
WO2023093079A1 (en) Consistency check method and apparatus for distributed edge cloud edge nodes
CN110704407A (en) Data deduplication method and system
JP2007133576A (en) Sorting method and program
CN114218347A (en) Method for quickly searching index of multiple file contents
PREXAWANPRASUT et al. Email classification model for workflow management systems
US8630984B1 (en) System and method for data extraction from email files

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