CN110995870A - Unstructured data management method based on RPA robot - Google Patents

Unstructured data management method based on RPA robot Download PDF

Info

Publication number
CN110995870A
CN110995870A CN201911334863.1A CN201911334863A CN110995870A CN 110995870 A CN110995870 A CN 110995870A CN 201911334863 A CN201911334863 A CN 201911334863A CN 110995870 A CN110995870 A CN 110995870A
Authority
CN
China
Prior art keywords
technology
file
unstructured
zipfile
rpa robot
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
CN201911334863.1A
Other languages
Chinese (zh)
Inventor
徐磊
张震宇
陈刚
马莉娟
王陕江
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
State Grid Jiangsu Electric Power Co Ltd
Jiangsu Electric Power Information Technology Co Ltd
Original Assignee
State Grid Jiangsu Electric Power Co Ltd
Jiangsu Electric Power Information Technology Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by State Grid Jiangsu Electric Power Co Ltd, Jiangsu Electric Power Information Technology Co Ltd filed Critical State Grid Jiangsu Electric Power Co Ltd
Priority to CN201911334863.1A priority Critical patent/CN110995870A/en
Publication of CN110995870A publication Critical patent/CN110995870A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/01Protocols
    • H04L67/06Protocols specially adapted for file transfer, e.g. file transfer protocol [FTP]
    • 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
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/01Protocols
    • H04L67/02Protocols based on web technology, e.g. hypertext transfer protocol [HTTP]
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L69/00Network arrangements, protocols or services independent of the application payload and not provided for in the other groups of this subclass
    • H04L69/04Protocols for data compression, e.g. ROHC

Abstract

The invention discloses an unstructured data management method based on an RPA robot, which comprises the following steps: the method comprises the following steps of (1) arranging and compressing one or a plurality of files to be uploaded by applying ZipFile. CreateFromDirectory technology; calling unstructured by using an HTTP Request technology to upload the compressed file, and recording the UUID of the file returned by the unstructured storage; calling an unstructured downloading corresponding compressed file according to the UUID of the file by using an HTTP Request technology; decompressing the downloaded compressed file by using ZipFile.ExtractToDirectory technology; one or several uploaded files are obtained. The invention realizes the multi-RPA robot step-by-step cooperative operation.

Description

Unstructured data management method based on RPA robot
Technical Field
The invention relates to the technical field of RPA robot process automation, in particular to an unstructured data management method based on an RPA robot.
Background
After the existing RPA robot automatically processes the unstructured data document, the document data needs to be transmitted to another RPA robot for the next data service processing, so as to realize the step-by-step cooperative work of multiple RPA robots, and therefore, a method for managing unstructured data based on the RPA robot is needed.
Disclosure of Invention
The invention aims to provide an RPA robot-based unstructured data management method, which is used for rapidly uploading and storing unstructured file data after the RPA robot completes processing of the unstructured file data, so that other RPA robots can download the file data for subsequent business processing, and multi-RPA robot step-by-step cooperative operation is realized.
In order to achieve the purpose, the technical scheme of the invention is as follows:
a method of unstructured data management based on an RPA robot, comprising the steps of:
s1: the method comprises the following steps of (1) arranging and compressing files to be uploaded by using ZipFile CreateFromDirectory technology;
s2: calling unstructured files to upload the compressed files by using an HTTP Request technology;
s3: recording the UUID of the unstructured storage return file;
s4: calling an unstructured downloading corresponding compressed file according to the UUID of the file by using an HTTP Request technology;
s5: decompressing the downloaded compressed file by using ZipFile.ExtractToDirectory technology;
s6: one or several uploaded files are obtained.
In the invention, in S1, one or a plurality of files to be uploaded are sorted and compressed by using ZipFile. CreateFromDirectory technology; in S5, file decompression is carried out by using ZipFile. ExtractToDirectory technology; at S2 and S4, the HTTP Request technique is used to invoke unstructured calling.
The working principle of the invention is as follows: the RPA robot applies ZipFile CreateFromDirectory technology to carry out compression payment on unstructured data, uses HTTP Request technology to upload and download, and applies ZipFile ExtractToDirectory technology to carry out decompression.
The invention has the beneficial effects that: the RPA robot can use the method to quickly upload and store the unstructured data after the operation is finished, so that other RPA robots can download the file data for subsequent service processing, and multi-RPA robot step-by-step cooperative operation is realized.
Drawings
FIG. 1 is a schematic of the present invention.
Detailed Description
The following description of the embodiments of the present invention will be made with reference to the accompanying drawings. The following examples are only for illustrating the technical solutions of the present invention more clearly, and the protection scope of the present invention is not limited thereby.
A method of unstructured data management based on an RPA robot, comprising the steps of:
s1: the method comprises the following steps of (1) arranging and compressing one or a plurality of files to be uploaded by applying ZipFile. CreateFromDirectory technology;
s2: calling unstructured files to upload the compressed files by using an HTTP Request technology;
s3: recording the UUID of the unstructured storage return file;
s4: calling an unstructured downloading corresponding compressed file according to the UUID of the file by using an HTTP Request technology;
s5: decompressing the downloaded compressed file by using ZipFile.ExtractToDirectory technology;
s6: one or several uploaded files are obtained.
The RPA robot applies ZipFile CreateFromDirectory technology to carry out compression payment on unstructured data, uses HTTP Request technology to upload and download, and applies ZipFile ExtractToDirectory technology to decompress, thereby realizing multi-RPA robot step-by-step cooperative work.
The foregoing is only a preferred embodiment of the present invention, and it should be noted that, for those skilled in the art, various modifications and decorations can be made without departing from the technical principle of the present invention, and these modifications and decorations should also be regarded as the protection scope of the present invention.

Claims (3)

1. A method for unstructured data management based on an RPA robot is characterized by comprising the following steps:
s1: the method comprises the following steps of (1) arranging and compressing files to be uploaded by using ZipFile CreateFromDirectory technology;
s2: calling unstructured files to upload the compressed files by using an HTTP Request technology;
s3: recording the UUID of the unstructured storage return file;
s4: calling an unstructured downloading corresponding compressed file according to the UUID of the file by using an HTTP Request technology;
s5: decompressing the downloaded compressed file by using ZipFile.ExtractToDirectory technology;
s6: and obtaining the uploaded file.
2. The RPA robot-based unstructured data management method of claim 1, wherein in S1, ZipFile, CreateFromDirectory technology is applied to perform consolidation compression on one or several files to be uploaded; in S5, file decompression is performed by using zip file.
3. The method of claim 1, wherein the RPA robot performs compressed payment for unstructured data using ZipFile. CreateFromDirectory technology, uploads and downloads using HTTPRequest technology, and decompresses using ZipFile. ExtractToDirectory technology to realize multi-RPA robot step-by-step cooperative work.
CN201911334863.1A 2019-12-23 2019-12-23 Unstructured data management method based on RPA robot Pending CN110995870A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201911334863.1A CN110995870A (en) 2019-12-23 2019-12-23 Unstructured data management method based on RPA robot

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201911334863.1A CN110995870A (en) 2019-12-23 2019-12-23 Unstructured data management method based on RPA robot

Publications (1)

Publication Number Publication Date
CN110995870A true CN110995870A (en) 2020-04-10

Family

ID=70074148

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201911334863.1A Pending CN110995870A (en) 2019-12-23 2019-12-23 Unstructured data management method based on RPA robot

Country Status (1)

Country Link
CN (1) CN110995870A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112199424A (en) * 2020-09-07 2021-01-08 深圳市法本信息技术股份有限公司 Method for pulling communication information island through RPA, readable storage medium and RPA robot

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20150134733A1 (en) * 2013-11-08 2015-05-14 Rockwell Automation Technologies, Inc. Industrial monitoring using cloud computing
CN105308964A (en) * 2013-04-12 2016-02-03 三星电子株式会社 Multi-layer video coding method for random access and device therefor, and multi-layer video decoding method for random access and device therefor

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105308964A (en) * 2013-04-12 2016-02-03 三星电子株式会社 Multi-layer video coding method for random access and device therefor, and multi-layer video decoding method for random access and device therefor
US20150134733A1 (en) * 2013-11-08 2015-05-14 Rockwell Automation Technologies, Inc. Industrial monitoring using cloud computing
CN104636421A (en) * 2013-11-08 2015-05-20 洛克威尔自动控制技术股份有限公司 Industrial monitoring using cloud computing

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
东邪独孤: "【.NET深呼吸】Zip文件操作(1):创建和读取zip文档,https://www.cnblogs.com/tcjiaan/p/4877020.html", 《博客园》 *
刘继忠等: "移动机器人环境视觉图像小波稀疏压缩传感与恢复重构", 《南昌大学学报(工科版)》 *

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112199424A (en) * 2020-09-07 2021-01-08 深圳市法本信息技术股份有限公司 Method for pulling communication information island through RPA, readable storage medium and RPA robot

Similar Documents

Publication Publication Date Title
CN107438102B (en) Cloud platform mirror image manufacturing system and implementation method thereof
CN105205117A (en) Data table migrating method and device
CN103905293A (en) Method and device for obtaining expression information
CN101640692A (en) Method and system for file download service
CN105320577B (en) A kind of data backup and resume method, system and device
CN104486434A (en) Mobile terminal and file upload and download methods of mobile terminal
CN107045493A (en) Matrix disposal device
CN110209731A (en) Method of data synchronization, device and storage medium, electronic device
CN107045492A (en) Matrix disposal device
KR20220099978A (en) Partial download of compressed data
CN103220308A (en) Method, device and system for downloading files
CN110995870A (en) Unstructured data management method based on RPA robot
CN105718569A (en) Method, device and system for uploading compound document
CN101211360A (en) System and method for processing a plurality of data form of report forms data source
CN107506284A (en) Log processing method and device
CN105069009A (en) Folder uploading/downloading method and device
CN1859174A (en) Upgrading method and its system for remote equipment in communication network
CN102624910B (en) Method, the Apparatus and system of the web page contents that process user chooses
CN1535531A (en) Server and mobile communication system
CN106033335A (en) An installation package generating method and device
CN106341482B (en) Cloud rendering mixing compression transmission System and method for based on file type
CN104504113A (en) Method and device for processing information by mobile browser and mobile terminal
CN112583889A (en) Large file transmission method and device
CN108897497B (en) Centerless data management method and device
CN102752312A (en) Method for decompressing swf files in batches

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
RJ01 Rejection of invention patent application after publication

Application publication date: 20200410

RJ01 Rejection of invention patent application after publication