CN116383141A - File management method, device and system - Google Patents

File management method, device and system Download PDF

Info

Publication number
CN116383141A
CN116383141A CN202310384514.0A CN202310384514A CN116383141A CN 116383141 A CN116383141 A CN 116383141A CN 202310384514 A CN202310384514 A CN 202310384514A CN 116383141 A CN116383141 A CN 116383141A
Authority
CN
China
Prior art keywords
data
file data
file
channel
channel file
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
CN202310384514.0A
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.)
Ping An Bank Co Ltd
Original Assignee
Ping An Bank 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 Ping An Bank Co Ltd filed Critical Ping An Bank Co Ltd
Priority to CN202310384514.0A priority Critical patent/CN116383141A/en
Publication of CN116383141A publication Critical patent/CN116383141A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/10File systems; File servers
    • G06F16/11File system administration, e.g. details of archiving or snapshots
    • GPHYSICS
    • G06COMPUTING OR CALCULATING; 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
    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06VIMAGE OR VIDEO RECOGNITION OR UNDERSTANDING
    • G06V30/00Character recognition; Recognising digital ink; Document-oriented image-based pattern recognition
    • G06V30/10Character recognition
    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y02TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
    • Y02DCLIMATE CHANGE MITIGATION TECHNOLOGIES IN INFORMATION AND COMMUNICATION TECHNOLOGIES [ICT], I.E. INFORMATION AND COMMUNICATION TECHNOLOGIES AIMING AT THE REDUCTION OF THEIR OWN ENERGY USE
    • Y02D10/00Energy efficient computing, e.g. low power processors, power management or thermal management

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Data Mining & Analysis (AREA)
  • Databases & Information Systems (AREA)
  • General Engineering & Computer Science (AREA)
  • Human Computer Interaction (AREA)
  • Computer Vision & Pattern Recognition (AREA)
  • Multimedia (AREA)
  • Telephonic Communication Services (AREA)

Abstract

The application provides a file management method, a device and a system, which relate to the technical field of finance, and the method is applied to a file management platform; the file management platform is in butt joint with a plurality of channels through a plurality of front-end servers; the method comprises the following steps: acquiring channel file data from a plurality of front-end servers at regular time; storing channel file data; analyzing the channel file data; and sending the parsed data to a downstream system. The method and the system can collect and analyze the content aiming at the file data of different channels, and provide real-time data for each downstream service system.

Description

文件管理方法、装置及系统File management method, device and system

技术领域technical field

本申请涉及金融技术领域,尤其是涉及一种文件管理方法、装置及系统。The present application relates to the field of financial technology, in particular to a file management method, device and system.

背景技术Background technique

基金的托管相关业务开展需要针对每个产品每个交易日进行估值核算以及对账。在这个过程中需要通过各种渠道(如:深证通,中登,中证,中债以及各管理人发送数据等)接收每日的交易流水以及行情等数据的落地文件。不同渠道不同平台发来的落地文件格式差异很大包含txt,Excel,dbf以及图片类的文件。对于这些文件内容的获取就为各个使用方系统带来了很大的困扰。The development of fund custody-related businesses requires valuation, accounting and reconciliation for each product and each trading day. In this process, it is necessary to receive daily transaction flow and data landing documents such as market data through various channels (such as: Shenzhen Securities Connect, China Securities Regulatory Commission, China Securities Securities, China Bond, and data sent by various managers, etc.). The landing file formats sent by different channels and platforms vary greatly, including txt, Excel, dbf and picture files. The acquisition of the content of these files has brought great trouble to each user system.

现有技术中,通过各个系统自行接收文件自行解析并自行保存相关文件会造成文件处理混乱,无法统一管理而且在使用中会造成文件处理的冗余,造成没必要的资源浪费。In the prior art, receiving and parsing files by each system and saving relevant files by itself will cause file processing confusion, which cannot be managed uniformly and will cause redundant file processing during use, resulting in unnecessary waste of resources.

发明内容Contents of the invention

本申请的目的在于提供一种文件管理方法、装置及系统,能够针对不同渠道的文件数据进行收集和内容解析,为各个下游业务系统提供实时数据。The purpose of this application is to provide a document management method, device and system, which can collect and analyze document data from different channels, and provide real-time data for various downstream business systems.

第一方面,本申请实施例提供一种文件管理方法,方法应用于文件管理平台;文件管理平台通过多个前置服务器对接多个渠道;方法包括:定时从多个前置服务器获取渠道文件数据;对渠道文件数据进行存储;对渠道文件数据进行解析;将解析后的数据发送至下游系统。In the first aspect, the embodiment of the present application provides a file management method, which is applied to a file management platform; the file management platform connects to multiple channels through multiple front-end servers; the method includes: regularly obtaining channel file data from multiple front-end servers ; Store the channel file data; analyze the channel file data; send the analyzed data to the downstream system.

在本申请较佳的实施方式中,上述对渠道文件数据进行存储的步骤,包括:按照文件接收时间以及预设路径格式对渠道文件数据进行存储。In a preferred implementation manner of the present application, the above-mentioned step of storing channel file data includes: storing channel file data according to file receiving time and preset path format.

在本申请较佳的实施方式中,上述方法还包括:如果检测到存储时间超过预设时间阈值的目标渠道文件数据,将目标渠道文件数据压缩为数据包,对数据包进行存储。In a preferred embodiment of the present application, the above method further includes: if detecting target channel file data whose storage time exceeds a preset time threshold, compressing the target channel file data into a data packet and storing the data packet.

在本申请较佳的实施方式中,上述对渠道文件数据进行解析的步骤,包括:判断渠道文件数据是否为图片格式;如果是,对渠道文件数据进行光学字符识别,得到解析后的数据;如果否,对渠道文件数据进行预设文本解析,得到解析后的数据。In a preferred embodiment of the present application, the above-mentioned step of analyzing the channel file data includes: judging whether the channel file data is in image format; if so, performing optical character recognition on the channel file data to obtain the parsed data; if No, perform preset text analysis on the channel file data to obtain the analyzed data.

在本申请较佳的实施方式中,上述方法还包括:定时监控指定渠道文件数据是否按时到达;如果否,向指定渠道文件数据对应的监管人员终端发送文件未按时到达的提醒信息。In a preferred embodiment of the present application, the above method further includes: regularly monitoring whether the specified channel file data arrives on time; if not, sending a reminder message that the file has not arrived on time to the supervisor terminal corresponding to the specified channel file data.

在本申请较佳的实施方式中,上述方法还包括:定时获取所有前置服务器对应的运行状态信息;根据运行状态信息判断是否有前置服务器出现故障;如果是,向相关工作人员终端发送服务器故障提醒信息。In a preferred embodiment of the present application, the above method also includes: regularly obtaining the running status information corresponding to all front-end servers; judging whether there is a front-end server failure according to the running status information; if so, sending the server to the relevant staff terminal Fault reminder information.

在本申请较佳的实施方式中,上述多个渠道包括用于产生金融相关文件数据的邮件终端、平台或企业系统。In a preferred embodiment of the present application, the above-mentioned multiple channels include mail terminals, platforms or enterprise systems for generating financial-related file data.

第二方面,本申请实施例还提供一种文件管理装置,装置应用于文件管理平台;文件管理平台通过多个前置服务器对接多个渠道;装置包括:数据获取模块,用于定时从多个前置服务器获取渠道文件数据;数据存储模块,用于对渠道文件数据进行存储;数据解析模块,用于对渠道文件数据进行解析;数据发送模块,用于将解析后的数据发送至下游系统。In the second aspect, the embodiment of the present application also provides a file management device, which is applied to a file management platform; the file management platform connects to multiple channels through multiple front-end servers; The front-end server acquires channel file data; the data storage module is used to store the channel file data; the data analysis module is used to analyze the channel file data; the data sending module is used to send the analyzed data to the downstream system.

第三方面,本申请实施例还提供一种文件管理系统,系统包括:文件管理平台以及多个前置服务器;文件管理平台通过多个前置服务器对接多个渠道;文件管理平台用于执行如第一方面所述的方法。In the third aspect, the embodiment of the present application also provides a file management system. The system includes: a file management platform and multiple front-end servers; the file management platform connects to multiple channels through multiple front-end servers; the file management platform is used to execute such as The method described in the first aspect.

第四方面,本申请实施例还提供一种计算机可读存储介质,计算机可读存储介质存储有计算机可执行指令,计算机可执行指令在被处理器调用和执行时,计算机可执行指令促使处理器实现上述第一方面所述的方法。In the fourth aspect, the embodiment of the present application also provides a computer-readable storage medium, the computer-readable storage medium stores computer-executable instructions, and when the computer-executable instructions are invoked and executed by the processor, the computer-executable instructions prompt the processor to Implement the method described in the first aspect above.

本申请实施例提供的文件管理方法、装置及系统中,方法应用于文件管理平台;文件管理平台通过多个前置服务器对接多个渠道;方法包括:定时从多个前置服务器获取渠道文件数据;对渠道文件数据进行存储;对渠道文件数据进行解析;将解析后的数据发送至下游系统。本申请实施例能够针对不同渠道的文件数据进行收集和内容解析,为各个下游业务系统提供实时数据。In the file management method, device and system provided in the embodiments of the present application, the method is applied to the file management platform; the file management platform connects to multiple channels through multiple front-end servers; the method includes: regularly obtaining channel file data from multiple front-end servers ; Store the channel file data; analyze the channel file data; send the analyzed data to the downstream system. The embodiment of the present application can collect and analyze the content of file data from different channels, and provide real-time data for various downstream business systems.

附图说明Description of drawings

为了更清楚地说明本申请具体实施方式或现有技术中的技术方案,下面将对具体实施方式或现有技术描述中所需要使用的附图作简单地介绍,显而易见地,下面描述中的附图是本申请的一些实施方式,对于本领域普通技术人员来讲,在不付出创造性劳动的前提下,还可以根据这些附图获得其他的附图。In order to more clearly illustrate the specific embodiments of the present application or the technical solutions in the prior art, the following will briefly introduce the accompanying drawings that need to be used in the description of the specific embodiments or prior art. Obviously, the accompanying drawings in the following description The figures show some implementations of the present application, and those skilled in the art can obtain other figures based on these figures without any creative effort.

图1为本申请实施例提供的一种文件管理系统架构图;FIG. 1 is an architecture diagram of a file management system provided by an embodiment of the present application;

图2为本申请实施例提供的一种文件管理方法的流程图;FIG. 2 is a flow chart of a file management method provided in an embodiment of the present application;

图3为本申请实施例提供的一种文件管理装置的结构框图;FIG. 3 is a structural block diagram of a file management device provided in an embodiment of the present application;

图4为本申请实施例提供的一种文件管理系统的结构框图;FIG. 4 is a structural block diagram of a file management system provided by an embodiment of the present application;

图5为本申请实施例提供的一种电子设备的结构示意图。FIG. 5 is a schematic structural diagram of an electronic device provided by an embodiment of the present application.

具体实施方式Detailed ways

下面将结合实施例对本申请的技术方案进行清楚、完整地描述,显然,所描述的实施例是本申请一部分实施例,而不是全部的实施例。基于本申请中的实施例,本领域普通技术人员在没有做出创造性劳动前提下所获得的所有其他实施例,都属于本申请保护的范围。The technical solutions of the present application will be clearly and completely described below in conjunction with the embodiments. Apparently, the described embodiments are part of the embodiments of the present application, not all of them. Based on the embodiments in this application, all other embodiments obtained by persons of ordinary skill in the art without making creative efforts belong to the scope of protection of this application.

目前对某些渠道的文件的获取或解析,需要人工获取或者手工下载,这样既耗费大量人力而且多人维护数据导致很乱也很难保证文件不会丢失。极大的限制了业务的发展。文件解析方面对于各式各样的文件下游的多个系统都要进行自己的解析工作,极大的拖慢了下游系统的业务处理能力并且同样的文件多个下游系统都在接收解析会导致工作的冗余。At present, the acquisition or analysis of files from certain channels requires manual acquisition or manual download, which not only consumes a lot of manpower, but also leads to messy maintenance of data by multiple people, and it is difficult to ensure that files will not be lost. Greatly limited the development of business. In terms of file parsing, multiple downstream systems of various files must perform their own parsing work, which greatly slows down the business processing capabilities of downstream systems, and multiple downstream systems receiving and parsing the same file will lead to work redundancy.

基于此,本申请实施例提供一种文件管理方法、装置及系统,能够针对不同渠道的文件数据进行收集和内容解析,为各个下游业务系统提供实时数据。为便于对本实施例进行理解,首先对本申请实施例所公开的一种文件管理方法进行详细介绍。Based on this, the embodiments of the present application provide a file management method, device, and system, which can collect and analyze file data from different channels, and provide real-time data for various downstream business systems. To facilitate the understanding of this embodiment, a file management method disclosed in the embodiment of the present application is first introduced in detail.

本申请实施例提供的一种文件管理方法,该方法应用于文件管理平台;该文件管理平台通过多个前置服务器对接多个渠道;参见图1所示的系统架构图,上述多个渠道包括用于产生金融相关文件数据的邮件终端、平台或企业系统,比如:深证通、邮件、交易所、中证、中登、中债、财汇等。每个渠道有不同的接收方式,所处网络区不同,针对不同的渠道和网络区域部署各自的接收文件服务器,这些服务器集合统一称前置机,也就是上述前置服务器。下面对多个渠道进行解释:A file management method provided in the embodiment of the present application is applied to a file management platform; the file management platform is connected to multiple channels through multiple front-end servers; referring to the system architecture diagram shown in Figure 1, the multiple channels include Mail terminals, platforms, or enterprise systems used to generate financial-related document data, such as Shenzhen Securities Connect, Mail, Exchange, China Securities, China Securities Regulatory Commission, China Bond, Caihui, etc. Each channel has a different receiving method and is located in a different network area. Each receiving file server is deployed for different channels and network areas. These servers are collectively called the front-end processor, which is the above-mentioned front-end server. The multiple channels are explained below:

1)深证通:全名深证通信息技术有限公司,负责金融类数据传输。主要接收各基金管理人发来的数据。1) Shenzhen Zhengtong: full name Shenzhen Zhengtong Information Technology Co., Ltd., responsible for financial data transmission. It mainly receives data from various fund managers.

2)邮件:部分管理人使用邮件附件的形式发送文件,需要进行批量处理邮件获取业务数据。2) Email: Some administrators send files in the form of email attachments, and need to process emails in batches to obtain business data.

3)交易所:通过三大交易所自己的网关接收数据。3) Exchanges: Receive data through their own gateways of the three major exchanges.

4)中证:中证指数有限公司。4) China Securities: China Securities Index Co., Ltd.

5)中登:中国证券登记结算有限责任公司。5) Zhongdeng: China Securities Depository and Clearing Corporation Limited.

6)中债:中央国债登记结算有限责任公司。6) China Bond: China Central Depository and Clearing Co., Ltd.

7)财汇:上海大智慧财汇数据科技有限公司。7) Caihui: Shanghai Great Wisdom Caihui Data Technology Co., Ltd.

8)其他(SFTP&Saturn):SFTP为是一种文件传输协议,Saturn是对象异步传输队列。参见图2所示的文件管理方法的流程图,该方法具体包括以下步骤:8) Others (SFTP&Saturn): SFTP is a file transfer protocol, and Saturn is an object asynchronous transfer queue. Referring to the flowchart of the file management method shown in Figure 2, the method specifically includes the following steps:

步骤S202,定时从多个前置服务器获取渠道文件数据。Step S202, regularly acquire channel file data from multiple front-end servers.

步骤S204,对渠道文件数据进行存储;通过预设存储配置把前置服务器上的文件同步到文件管理平台。存储配置是指前面前置服务器的文件结构到文件管理平台的文件存储服务器的路径映射关系。Step S204, storing the channel file data; synchronizing the files on the front-end server to the file management platform through the preset storage configuration. Storage configuration refers to the path mapping relationship from the file structure of the front-end server to the file storage server of the file management platform.

步骤S206,对渠道文件数据进行解析。Step S206, analyzing the channel file data.

这里无论渠道文件数据是什么格式的,均可以进行自动解析,无需人工参与,比如,针对图片格式类型的,可以通过光学字符识别技术进行解析。Here, regardless of the format of the channel file data, it can be automatically parsed without manual participation. For example, for the image format type, it can be parsed by optical character recognition technology.

步骤S208,将解析后的数据发送至下游系统。Step S208, sending the analyzed data to the downstream system.

本申请实施例提供的文件管理方法,应用于文件管理平台;文件管理平台通过多个前置服务器对接多个渠道;方法包括:定时从多个前置服务器获取渠道文件数据;对渠道文件数据进行存储;对渠道文件数据进行解析;将解析后的数据发送至下游系统。本申请实施例能够针对不同渠道的文件数据进行收集和内容解析,为各个下游业务系统提供实时数据。The file management method provided by the embodiment of the present application is applied to a file management platform; the file management platform connects to multiple channels through multiple front-end servers; the method includes: regularly obtaining channel file data from multiple front-end servers; Store; analyze the channel file data; send the analyzed data to the downstream system. The embodiment of the present application can collect and analyze the content of file data from different channels, and provide real-time data for various downstream business systems.

本申请实施例还提供另一种文件管理方法,该方法在上述实施例的基础上实现;本实施例重点描述文件存储、解析、监控过程。The embodiment of the present application also provides another file management method, which is implemented on the basis of the above-mentioned embodiments; this embodiment focuses on describing the processes of file storage, parsing, and monitoring.

在本申请较佳的实施方式中,上述对渠道文件数据进行存储的步骤,包括:按照文件接收时间以及预设路径格式对渠道文件数据进行存储。In a preferred implementation manner of the present application, the above-mentioned step of storing channel file data includes: storing channel file data according to file receiving time and preset path format.

在本申请较佳的实施方式中,上述方法还包括:如果检测到存储时间超过预设时间阈值的目标渠道文件数据,将目标渠道文件数据压缩为数据包,对数据包进行存储。In a preferred embodiment of the present application, the above method further includes: if detecting target channel file data whose storage time exceeds a preset time threshold, compressing the target channel file data into a data packet and storing the data packet.

在本申请较佳的实施方式中,上述对渠道文件数据进行解析的步骤,包括:判断渠道文件数据是否为图片格式;如果是,对渠道文件数据进行光学字符识别,得到解析后的数据;如果否,对渠道文件数据进行预设文本解析,得到解析后的数据。In a preferred embodiment of the present application, the above-mentioned step of analyzing the channel file data includes: judging whether the channel file data is in image format; if so, performing optical character recognition on the channel file data to obtain the parsed data; if No, perform preset text analysis on the channel file data to obtain the analyzed data.

OCR光学字符识别:系统自动解析图片,PDF等无法直接读取内容的结果中的文字,通过OCR技术提取该类文件中的信息用于下游系统。OCR Optical Character Recognition: The system automatically parses the text in pictures, PDFs and other results that cannot be read directly, and extracts the information in such files through OCR technology for use in downstream systems.

本实施例中,对于多种多样的Excel文件模板通过不同的解析配置(支持加减乘除,字符串拼接剪切等功能)自动匹配解析不同的模板数据为数据实体。不同的数据实体对应的业务类型,做到了业务横向配置化扩展。In this embodiment, for a variety of Excel file templates, different parsing configurations (supporting functions such as addition, subtraction, multiplication, and division, and string splicing and cutting) are automatically matched and parsed into different template data as data entities. The business types corresponding to different data entities have achieved horizontal configuration and expansion of business.

对于PDF文件,采用OCR的技术通过大量的机器学习和更正,可以自动适应提取托管业务对应的文件模板所需要的信息,在新增相似的业务类型数据模板的时候可以减小由于模板不同带来的重新开发解析的工作量,同样做到了业务模板横向新增的扩展。For PDF files, the OCR technology can automatically adapt to extract the information required by the file templates corresponding to the hosting business through a large number of machine learning and corrections. When adding similar business type data templates, it can reduce the problems caused by different templates. The workload of re-development and analysis can also be expanded horizontally by business templates.

上述解析的过程可以通过文件全路径模糊匹配配置实现,比如想要解析/a这个文件夹里边的文件发给a系统,就会添加一条这样的配置在数据库里,系统自动根据这个配置去解析并发送解析结果给a系统。The above parsing process can be realized through the fuzzy matching configuration of the full path of the file. For example, if you want to parse the file in the /a folder and send it to system a, a configuration like this will be added to the database, and the system will automatically parse according to this configuration and Send the analysis result to system a.

在本申请较佳的实施方式中,上述方法还包括:定时监控指定渠道文件数据是否按时到达;如果否,向指定渠道文件数据对应的监管人员终端发送文件未按时到达的提醒信息。文件未在指定时间到达则通过短信邮件提醒相关负责人。In a preferred embodiment of the present application, the above method further includes: regularly monitoring whether the specified channel file data arrives on time; if not, sending a reminder message that the file has not arrived on time to the supervisor terminal corresponding to the specified channel file data. If the file does not arrive within the specified time, the relevant person in charge will be reminded by SMS or email.

在本申请较佳的实施方式中,上述方法还包括:定时获取所有前置服务器对应的运行状态信息;根据运行状态信息判断是否有前置服务器出现故障;如果是,向相关工作人员终端发送服务器故障提醒信息。In a preferred embodiment of the present application, the above method also includes: regularly obtaining the running status information corresponding to all front-end servers; judging whether there is a front-end server failure according to the running status information; if so, sending the server to the relevant staff terminal Fault reminder information.

本实施例中,系统涉及到很多前置服务器,应用繁多,系统监控到每个机器的应用正常情况,如果异常则通过邮件短信报警。In this embodiment, the system involves many front-end servers with various applications. The system monitors the normal status of the applications of each machine, and if it is abnormal, it will send an alarm by email or short message.

本申请实施例提供的文件管理方法可以实现以下功能:The file management method provided in the embodiment of the present application can realize the following functions:

1、不同渠道来源的文件有一个保存文件的文件存储规则。1. Files from different sources have a file storage rule for saving files.

2、保证文件到达的和推送业务系统的实时性。2. Ensure the real-time performance of the file arrival and push business system.

3、支持各种格式落地文件内容解析,并保证准确性和时效性。3. Support the content analysis of landing documents in various formats, and ensure accuracy and timeliness.

4、重点文件是否按时到达的监控。4. Monitoring whether key documents arrive on time.

5、系统升级维护的业务连续性。5. Business continuity for system upgrade and maintenance.

本方案具备以下优点:This program has the following advantages:

1、可以批量并有条理的管理日益暴增的数据,并减轻大量人工维护数据的成本,而且提升业务处理效率。1. It can manage the rapidly increasing data in batches and in an orderly manner, reduce the cost of a large amount of manual maintenance data, and improve business processing efficiency.

2、内部实现了OCR(Optical Character Recognition)字符识别技术,减少了业务人员手工查看带来的失误率和操作复杂度,提升各个下游系统的业务效率。2. OCR (Optical Character Recognition) character recognition technology is implemented internally, which reduces the error rate and operational complexity caused by manual inspection by business personnel, and improves the business efficiency of various downstream systems.

3、文件统一解析处理,在业务群系统架构方面减小系统耦合性和可重用性。3. Unified analysis and processing of files reduces system coupling and reusability in terms of business group system architecture.

4、监控系统的维度完整可以及时发现问题并解决,保证了业务正常连续性和实时性。4. The complete dimension of the monitoring system can detect and solve problems in time, ensuring normal business continuity and real-time performance.

5、数据文件统一纳管并按权访问保证了数据安全方面的要求,避免文件丢失或者泄露。5. Data files are managed in a unified manner and accessed according to rights to ensure data security requirements and avoid file loss or leakage.

基于上述方法实施例,本申请实施例还提供一种文件管理装置,装置应用于文件管理平台;文件管理平台通过多个前置服务器对接多个渠道;参见图3所示,该装置包括:数据获取模块32,用于定时从多个前置服务器获取渠道文件数据;数据存储模块34,用于对渠道文件数据进行存储;数据解析模块36,用于对渠道文件数据进行解析;数据发送模块38,用于将解析后的数据发送至下游系统。Based on the above method embodiment, the embodiment of the present application also provides a file management device, which is applied to a file management platform; the file management platform connects to multiple channels through multiple front-end servers; as shown in Figure 3, the device includes: Obtaining module 32, is used for regularly obtaining channel file data from a plurality of front-end servers; Data storage module 34, is used for storing channel file data; Data analysis module 36, is used for analyzing channel file data; Data sending module 38 , used to send the parsed data to downstream systems.

在本申请较佳的实施方式中,上述数据存储模块34,用于按照文件接收时间以及预设路径格式对渠道文件数据进行存储。In a preferred embodiment of the present application, the above-mentioned data storage module 34 is configured to store channel file data according to file receiving time and preset path format.

在本申请较佳的实施方式中,上述数据存储模块34,用于如果检测到存储时间超过预设时间阈值的目标渠道文件数据,将目标渠道文件数据压缩为数据包,对数据包进行存储。In a preferred embodiment of the present application, the data storage module 34 is configured to compress the target channel file data into data packets and store the data packets if the target channel file data whose storage time exceeds a preset time threshold is detected.

在本申请较佳的实施方式中,上述数据解析模块36,用于判断渠道文件数据是否为图片格式;如果是,对渠道文件数据进行光学字符识别,得到解析后的数据;如果否,对渠道文件数据进行预设文本解析,得到解析后的数据。In a preferred embodiment of the present application, the above-mentioned data analysis module 36 is used to judge whether the channel file data is in image format; if yes, perform optical character recognition on the channel file data to obtain the parsed data; The file data is analyzed by preset text, and the analyzed data is obtained.

在本申请较佳的实施方式中,上述装置还包括监控模块,用于定时监控指定渠道文件数据是否按时到达;如果否,向指定渠道文件数据对应的监管人员终端发送文件未按时到达的提醒信息。In a preferred embodiment of the present application, the above-mentioned device also includes a monitoring module, which is used to regularly monitor whether the specified channel file data arrives on time; if not, send a reminder message that the file has not arrived on time to the supervisor terminal corresponding to the specified channel file data .

在本申请较佳的实施方式中,上述监控模块,用于定时获取所有前置服务器对应的运行状态信息;根据运行状态信息判断是否有前置服务器出现故障;如果是,向相关工作人员终端发送服务器故障提醒信息。In a preferred embodiment of the present application, the above-mentioned monitoring module is used to regularly obtain the running status information corresponding to all front-end servers; judge whether there is a front-end server failure according to the running status information; if so, send a message to the relevant staff terminal Server failure reminder message.

在本申请较佳的实施方式中,上述多个渠道包括以下中的多项:深证通、邮件、交易所、中证、中登、中债、财汇。In a preferred embodiment of the present application, the above multiple channels include multiple of the following: Shenzhen Securities Connect, mail, stock exchange, China Securities, China Securities Regulatory Commission, China Bond, and Caihui.

本申请实施例提供的装置,其实现原理及产生的技术效果和前述方法实施例相同,为简要描述,装置的实施例部分未提及之处,可参考前述方法实施例中相应内容。The implementation principles and technical effects of the devices provided in the embodiments of the present application are the same as those of the aforementioned method embodiments. For brief description, for the parts not mentioned in the device embodiments, reference may be made to the corresponding content in the aforementioned method embodiments.

基于上述方法实施例,本申请实施例还提供一种文件管理系统,参见图4所示,该系统包括:文件管理平台42以及多个前置服务器44;文件管理平台42通过多个前置服务器44对接多个渠道;文件管理平台42用于执行如下方法步骤:Based on the above-mentioned method embodiment, the embodiment of the present application also provides a file management system, as shown in FIG. 4 , the system includes: a file management platform 42 and a plurality of front-end servers 44; 44 docking multiple channels; the file management platform 42 is used to perform the following method steps:

定时从多个前置服务器获取渠道文件数据;对渠道文件数据进行存储;对渠道文件数据进行解析;将解析后的数据发送至下游系统。Regularly obtain channel file data from multiple front-end servers; store channel file data; analyze channel file data; and send the analyzed data to downstream systems.

在本申请较佳的实施方式中,上述对渠道文件数据进行存储的步骤,包括:按照文件接收时间以及预设路径格式对渠道文件数据进行存储。In a preferred implementation manner of the present application, the above-mentioned step of storing channel file data includes: storing channel file data according to file receiving time and preset path format.

在本申请较佳的实施方式中,上述方法还包括:如果检测到存储时间超过预设时间阈值的目标渠道文件数据,将目标渠道文件数据压缩为数据包,对数据包进行存储。In a preferred embodiment of the present application, the above method further includes: if detecting target channel file data whose storage time exceeds a preset time threshold, compressing the target channel file data into a data packet and storing the data packet.

在本申请较佳的实施方式中,上述对渠道文件数据进行解析的步骤,包括:判断渠道文件数据是否为图片格式;如果是,对渠道文件数据进行光学字符识别,得到解析后的数据;如果否,对渠道文件数据进行预设文本解析,得到解析后的数据。In a preferred embodiment of the present application, the above-mentioned step of analyzing the channel file data includes: judging whether the channel file data is in image format; if so, performing optical character recognition on the channel file data to obtain the parsed data; if No, perform preset text analysis on the channel file data to obtain the analyzed data.

在本申请较佳的实施方式中,上述方法还包括:定时监控指定渠道文件数据是否按时到达;如果否,向指定渠道文件数据对应的监管人员终端发送文件未按时到达的提醒信息。In a preferred embodiment of the present application, the above method further includes: regularly monitoring whether the specified channel file data arrives on time; if not, sending a reminder message that the file has not arrived on time to the supervisor terminal corresponding to the specified channel file data.

在本申请较佳的实施方式中,上述方法还包括:定时获取所有前置服务器对应的运行状态信息;根据运行状态信息判断是否有前置服务器出现故障;如果是,向相关工作人员终端发送服务器故障提醒信息。In a preferred embodiment of the present application, the above method also includes: regularly obtaining the running status information corresponding to all front-end servers; judging whether there is a front-end server failure according to the running status information; if so, sending the server to the relevant staff terminal Fault reminder information.

在本申请较佳的实施方式中,上述多个渠道包括以下中的多项:深证通、邮件、交易所、中证、中登、中债、财汇。In a preferred embodiment of the present application, the above multiple channels include multiple of the following: Shenzhen Securities Connect, mail, stock exchange, China Securities, China Securities Regulatory Commission, China Bond, and Caihui.

本申请实施例提供的系统,其实现原理及产生的技术效果和前述方法实施例相同,为简要描述,系统的实施例部分未提及之处,可参考前述方法实施例中相应内容。The implementation principles and technical effects of the system provided by the embodiment of the present application are the same as those of the foregoing method embodiments. For brief description, for the parts not mentioned in the system embodiments, reference may be made to the corresponding content in the foregoing method embodiments.

本申请实施例还提供了一种电子设备,如图5所示,为该电子设备的结构示意图,其中,该电子设备包括处理器51和存储器50,该存储器50存储有能够被该处理器51执行的计算机可执行指令,该处理器51执行该计算机可执行指令以实现上述方法。The embodiment of the present application also provides an electronic device. As shown in FIG. Executing computer-executable instructions, the processor 51 executes the computer-executable instructions to implement the above method.

在图5示出的实施方式中,该电子设备还包括总线52和通信接口53,其中,处理器51、通信接口53和存储器50通过总线52连接。In the embodiment shown in FIG. 5 , the electronic device further includes a bus 52 and a communication interface 53 , wherein the processor 51 , the communication interface 53 and the memory 50 are connected through the bus 52 .

其中,存储器50可能包含高速随机存取存储器(RAM,Random Access Memory),也可能还包括非不稳定的存储器(non-volatile memory),例如至少一个磁盘存储器。通过至少一个通信接口53(可以是有线或者无线)实现该系统网元与至少一个其他网元之间的通信连接,可以使用互联网,广域网,本地网,城域网等。总线52可以是ISA(IndustryStandard Architecture,工业标准体系结构)总线、PCI(Peripheral ComponentInterconnect,外设部件互连标准)总线或EISA(Extended Industry StandardArchitecture,扩展工业标准结构)总线等。所述总线52可以分为地址总线、数据总线、控制总线等。为便于表示,图5中仅用一个双向箭头表示,但并不表示仅有一根总线或一种类型的总线。Wherein, the memory 50 may include a high-speed random access memory (RAM, Random Access Memory), and may also include a non-volatile memory (non-volatile memory), such as at least one disk memory. The communication connection between the system network element and at least one other network element is realized through at least one communication interface 53 (which may be wired or wireless), and the Internet, wide area network, local network, metropolitan area network, etc. can be used. The bus 52 may be an ISA (Industry Standard Architecture, industry standard architecture) bus, a PCI (Peripheral Component Interconnect, peripheral component interconnect standard) bus, or an EISA (Extended Industry Standard Architecture, extended industry standard architecture) bus, etc. The bus 52 can be divided into address bus, data bus, control bus and so on. For ease of representation, only one double-headed arrow is used in FIG. 5 , but it does not mean that there is only one bus or one type of bus.

处理器51可能是一种集成电路芯片,具有信号的处理能力。在实现过程中,上述方法的各步骤可以通过处理器51中的硬件的集成逻辑电路或者软件形式的指令完成。上述的处理器51可以是通用处理器,包括中央处理器(Central Processing Unit,简称CPU)、网络处理器(Network Processor,简称NP)等;还可以是数字信号处理器(Digital SignalProcessor,简称DSP)、专用集成电路(Application Specific Integrated Circuit,简称ASIC)、现场可编程门阵列(Field-Programmable Gate Array,简称FPGA)或者其他可编程逻辑器件、分立门或者晶体管逻辑器件、分立硬件组件。通用处理器可以是微处理器或者该处理器也可以是任何常规的处理器等。结合本申请实施例所公开的方法的步骤可以直接体现为硬件译码处理器执行完成,或者用译码处理器中的硬件及软件模块组合执行完成。软件模块可以位于随机存储器,闪存、只读存储器,可编程只读存储器或者电可擦写可编程存储器、寄存器等本领域成熟的存储介质中。该存储介质位于存储器,处理器51读取存储器中的信息,结合其硬件完成前述实施例的方法的步骤。The processor 51 may be an integrated circuit chip with signal processing capability. In the implementation process, each step of the above method can be completed by an integrated logic circuit of hardware in the processor 51 or instructions in the form of software. Above-mentioned processor 51 can be general-purpose processor, comprises central processing unit (Central Processing Unit, be called for short CPU), network processor (Network Processor, be called for short NP) etc.; Can also be digital signal processor (Digital Signal Processor, be called for short DSP) , Application Specific Integrated Circuit (ASIC for short), Field Programmable Gate Array (Field-Programmable Gate Array, FPGA for short) or other programmable logic devices, discrete gate or transistor logic devices, discrete hardware components. A general-purpose processor may be a microprocessor, or the processor may be any conventional processor, or the like. The steps of the method disclosed in connection with the embodiments of the present application may be directly implemented by a hardware decoding processor, or implemented by a combination of hardware and software modules in the decoding processor. The software module can be located in a mature storage medium in the field such as random access memory, flash memory, read-only memory, programmable read-only memory or electrically erasable programmable memory, register. The storage medium is located in the memory, and the processor 51 reads the information in the memory, and completes the steps of the methods in the foregoing embodiments in combination with its hardware.

本申请实施例还提供了一种计算机可读存储介质,该计算机可读存储介质存储有计算机可执行指令,该计算机可执行指令在被处理器调用和执行时,该计算机可执行指令促使处理器实现如下方法:The embodiment of the present application also provides a computer-readable storage medium. The computer-readable storage medium stores computer-executable instructions. When the computer-executable instructions are invoked and executed by a processor, the computer-executable instructions prompt the processor to Implement the following methods:

定时从多个前置服务器获取渠道文件数据;对渠道文件数据进行存储;对渠道文件数据进行解析;将解析后的数据发送至下游系统。Regularly obtain channel file data from multiple front-end servers; store channel file data; analyze channel file data; and send the analyzed data to downstream systems.

在本申请较佳的实施方式中,上述对渠道文件数据进行存储的步骤,包括:按照文件接收时间以及预设路径格式对渠道文件数据进行存储。In a preferred implementation manner of the present application, the above-mentioned step of storing channel file data includes: storing channel file data according to file receiving time and preset path format.

在本申请较佳的实施方式中,上述方法还包括:如果检测到存储时间超过预设时间阈值的目标渠道文件数据,将目标渠道文件数据压缩为数据包,对数据包进行存储。In a preferred embodiment of the present application, the above method further includes: if detecting target channel file data whose storage time exceeds a preset time threshold, compressing the target channel file data into a data packet and storing the data packet.

在本申请较佳的实施方式中,上述对渠道文件数据进行解析的步骤,包括:判断渠道文件数据是否为图片格式;如果是,对渠道文件数据进行光学字符识别,得到解析后的数据;如果否,对渠道文件数据进行预设文本解析,得到解析后的数据。In a preferred embodiment of the present application, the above-mentioned step of analyzing the channel file data includes: judging whether the channel file data is in image format; if so, performing optical character recognition on the channel file data to obtain the parsed data; if No, perform preset text analysis on the channel file data to obtain the analyzed data.

在本申请较佳的实施方式中,上述方法还包括:定时监控指定渠道文件数据是否按时到达;如果否,向指定渠道文件数据对应的监管人员终端发送文件未按时到达的提醒信息。In a preferred embodiment of the present application, the above method further includes: regularly monitoring whether the specified channel file data arrives on time; if not, sending a reminder message that the file has not arrived on time to the supervisor terminal corresponding to the specified channel file data.

在本申请较佳的实施方式中,上述方法还包括:定时获取所有前置服务器对应的运行状态信息;根据运行状态信息判断是否有前置服务器出现故障;如果是,向相关工作人员终端发送服务器故障提醒信息。In a preferred embodiment of the present application, the above method also includes: regularly obtaining the running status information corresponding to all front-end servers; judging whether there is a front-end server failure according to the running status information; if so, sending the server to the relevant staff terminal Fault reminder information.

在本申请较佳的实施方式中,上述多个渠道包括以下中的多项:深证通、邮件、交易所、中证、中登、中债、财汇。In a preferred embodiment of the present application, the above multiple channels include multiple of the following: Shenzhen Securities Connect, mail, stock exchange, China Securities, China Securities Regulatory Commission, China Bond, and Caihui.

本申请实施例所提供的方法、装置和电子设备的计算机程序产品,包括存储了程序代码的计算机可读存储介质,所述程序代码包括的指令可用于执行前面方法实施例中所述的方法,具体实现可参见方法实施例,在此不再赘述。The computer program product of the method, device, and electronic equipment provided in the embodiments of the present application includes a computer-readable storage medium storing program codes, and the instructions included in the program codes can be used to execute the methods described in the foregoing method embodiments, For specific implementation, reference may be made to the method embodiments, which will not be repeated here.

除非另外具体说明,否则在这些实施例中阐述的部件和步骤的相对步骤、数字表达式和数值并不限制本申请的范围。Relative steps, numerical expressions and values of components and steps set forth in these embodiments do not limit the scope of the present application unless specifically stated otherwise.

所述功能如果以软件功能单元的形式实现并作为独立的产品销售或使用时,可以存储在一个处理器可执行的非易失的计算机可读取存储介质中。基于这样的理解,本申请的技术方案本质上或者说对现有技术做出贡献的部分或者该技术方案的部分可以以软件产品的形式体现出来,该计算机软件产品存储在一个存储介质中,包括若干指令用以使得一台计算机设备(可以是个人计算机,服务器,或者网络设备等)执行本申请各个实施例所述方法的全部或部分步骤。而前述的存储介质包括:U盘、移动硬盘、只读存储器(ROM,Read-Only Memory)、随机存取存储器(RAM,Random Access Memory)、磁碟或者光盘等各种可以存储程序代码的介质。If the functions are realized in the form of software function units and sold or used as independent products, they can be stored in a non-volatile computer-readable storage medium executable by a processor. Based on this understanding, the technical solution of the present application is essentially or the part that contributes to the prior art or the part of the technical solution can be embodied in the form of a software product, and the computer software product is stored in a storage medium, including Several instructions are used to make a computer device (which may be a personal computer, a server, or a network device, etc.) execute all or part of the steps of the methods described in the various embodiments of the present application. The aforementioned storage medium includes: U disk, mobile hard disk, read-only memory (ROM, Read-Only Memory), random access memory (RAM, Random Access Memory), magnetic disk or optical disk and other media that can store program codes. .

在本申请的描述中,需要说明的是,术语“中心”、“上”、“下”、“左”、“右”、“竖直”、“水平”、“内”、“外”等指示的方位或位置关系为基于附图所示的方位或位置关系,仅是为了便于描述本申请和简化描述,而不是指示或暗示所指的装置或元件必须具有特定的方位、以特定的方位构造和操作,因此不能理解为对本申请的限制。此外,术语“第一”、“第二”、“第三”仅用于描述目的,而不能理解为指示或暗示相对重要性。In the description of this application, it should be noted that the terms "center", "upper", "lower", "left", "right", "vertical", "horizontal", "inner", "outer" etc. The indicated orientation or positional relationship is based on the orientation or positional relationship shown in the drawings, and is only for the convenience of describing the application and simplification of the description, rather than indicating or implying that the referred device or element must have a specific orientation, use a specific orientation construction and operation, therefore should not be construed as limiting the application. In addition, the terms "first", "second", and "third" are used for descriptive purposes only, and should not be construed as indicating or implying relative importance.

最后应说明的是:以上所述实施例,仅为本申请的具体实施方式,用以说明本申请的技术方案,而非对其限制,本申请的保护范围并不局限于此,尽管参照前述实施例对本申请进行了详细的说明,本领域的普通技术人员应当理解:任何熟悉本技术领域的技术人员在本申请揭露的技术范围内,其依然可以对前述实施例所记载的技术方案进行修改或可轻易想到变化,或者对其中部分技术特征进行等同替换;而这些修改、变化或者替换,并不使相应技术方案的本质脱离本申请实施例技术方案的精神和范围,都应涵盖在本申请的保护范围之内。因此,本申请的保护范围应所述以权利要求的保护范围为准。Finally, it should be noted that: the above-described embodiments are only specific implementations of the application, used to illustrate the technical solutions of the application, rather than limiting it, and the scope of protection of the application is not limited thereto, although referring to the aforementioned The embodiment has described this application in detail, and those of ordinary skill in the art should understand that any person familiar with this technical field can still modify the technical solutions described in the foregoing embodiments within the technical scope disclosed in this application Changes can be easily imagined, or equivalent replacements can be made to some of the technical features; and these modifications, changes or replacements do not make the essence of the corresponding technical solutions deviate from the spirit and scope of the technical solutions of the embodiments of the application, and should be covered by this application. within the scope of protection. Therefore, the protection scope of the present application should be based on the protection scope of the claims.

Claims (10)

1.一种文件管理方法,其特征在于,所述方法应用于文件管理平台;所述文件管理平台通过多个前置服务器对接多个渠道;所述方法包括:1. A file management method, characterized in that, the method is applied to a file management platform; the file management platform is connected to multiple channels through a plurality of front-end servers; the method includes: 定时从多个前置服务器获取渠道文件数据;Regularly obtain channel file data from multiple front-end servers; 对所述渠道文件数据进行存储;storing the channel file data; 对所述渠道文件数据进行解析;Analyzing the channel file data; 将解析后的数据发送至下游系统。Send the parsed data to downstream systems. 2.根据权利要求1所述的方法,其特征在于,对所述渠道文件数据进行存储的步骤,包括:2. The method according to claim 1, wherein the step of storing the channel file data comprises: 按照文件接收时间以及预设路径格式对所述渠道文件数据进行存储。The channel file data is stored according to the file receiving time and the preset path format. 3.根据权利要求2所述的方法,其特征在于,所述方法还包括:3. The method according to claim 2, wherein the method further comprises: 如果检测到存储时间超过预设时间阈值的目标渠道文件数据,将所述目标渠道文件数据压缩为数据包,对所述数据包进行存储。If the target channel file data whose storage time exceeds the preset time threshold is detected, the target channel file data is compressed into a data packet, and the data packet is stored. 4.根据权利要求1所述的方法,其特征在于,对所述渠道文件数据进行解析的步骤,包括:4. The method according to claim 1, wherein the step of parsing the channel file data comprises: 判断所述渠道文件数据是否为图片格式;Judging whether the channel file data is in image format; 如果是,对所述渠道文件数据进行光学字符识别,得到解析后的数据;If so, performing optical character recognition on the channel file data to obtain the parsed data; 如果否,对所述渠道文件数据进行预设文本解析,得到解析后的数据。If not, perform preset text parsing on the channel file data to obtain parsed data. 5.根据权利要求1所述的方法,其特征在于,所述方法还包括:5. The method according to claim 1, wherein the method further comprises: 定时监控指定渠道文件数据是否按时到达;Regularly monitor whether the specified channel file data arrives on time; 如果否,向所述指定渠道文件数据对应的监管人员终端发送文件未按时到达的提醒信息。If not, send a reminder message that the file has not arrived on time to the supervisor terminal corresponding to the specified channel file data. 6.根据权利要求1所述的方法,其特征在于,所述方法还包括:6. The method according to claim 1, further comprising: 定时获取所有前置服务器对应的运行状态信息;Regularly obtain the running status information corresponding to all front-end servers; 根据所述运行状态信息判断是否有前置服务器出现故障;judging whether there is a failure of the front-end server according to the operation state information; 如果是,向相关工作人员终端发送服务器故障提醒信息。If so, send a server failure reminder message to the relevant staff terminal. 7.根据权利要求1所述的方法,其特征在于,多个渠道包括用于产生金融相关文件数据的邮件终端、平台或企业系统。7. The method of claim 1, wherein the plurality of channels includes a mail terminal, a platform, or an enterprise system for generating financial-related document data. 8.一种文件管理装置,其特征在于,所述装置应用于文件管理平台;所述文件管理平台通过多个前置服务器对接多个渠道;所述装置包括:8. A file management device, characterized in that the device is applied to a file management platform; the file management platform connects to multiple channels through multiple front-end servers; the device includes: 数据获取模块,用于定时从多个前置服务器获取渠道文件数据;The data acquisition module is used to regularly acquire channel file data from multiple front-end servers; 数据存储模块,用于对所述渠道文件数据进行存储;A data storage module, configured to store the channel file data; 数据解析模块,用于对所述渠道文件数据进行解析;A data parsing module, configured to parse the channel file data; 数据发送模块,用于将解析后的数据发送至下游系统。The data sending module is used to send the parsed data to a downstream system. 9.一种文件管理系统,其特征在于,所述系统包括:文件管理平台以及多个前置服务器;所述文件管理平台通过多个所述前置服务器对接多个渠道;所述文件管理平台用于执行如权利要求1-7任一项所述的方法。9. A file management system, characterized in that, the system includes: a file management platform and a plurality of front-end servers; the file management platform connects to multiple channels through a plurality of the front-end servers; the file management platform For performing the method as described in any one of claims 1-7. 10.一种计算机可读存储介质,其特征在于,所述计算机可读存储介质存储有计算机可执行指令,所述计算机可执行指令在被处理器调用和执行时,计算机可执行指令促使处理器实现权利要求1至7任一项所述的方法。10. A computer-readable storage medium, wherein the computer-readable storage medium stores computer-executable instructions, and when the computer-executable instructions are invoked and executed by a processor, the computer-executable instructions prompt the processor Realize the method described in any one of claims 1 to 7.
CN202310384514.0A 2023-04-07 2023-04-07 File management method, device and system Pending CN116383141A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202310384514.0A CN116383141A (en) 2023-04-07 2023-04-07 File management method, device and system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202310384514.0A CN116383141A (en) 2023-04-07 2023-04-07 File management method, device and system

Publications (1)

Publication Number Publication Date
CN116383141A true CN116383141A (en) 2023-07-04

Family

ID=86976640

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202310384514.0A Pending CN116383141A (en) 2023-04-07 2023-04-07 File management method, device and system

Country Status (1)

Country Link
CN (1) CN116383141A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN117093551A (en) * 2023-08-31 2023-11-21 重庆蚂蚁消费金融有限公司 File analysis method, device, equipment, medium and program product

Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20150088598A1 (en) * 2013-09-24 2015-03-26 International Business Machines Corporation Cross-retail marketing based on analytics of multichannel clickstream data
CN107786530A (en) * 2017-02-16 2018-03-09 平安科技(深圳)有限公司 File interaction system and method
CN109377321A (en) * 2018-11-16 2019-02-22 上海浦东发展银行股份有限公司信用卡中心 It is a kind of to customize credit card intelligence application system by all kinds of means
CN111091358A (en) * 2019-12-16 2020-05-01 中国建设银行股份有限公司 Unified processing method and system for multiple payment channels
CN112270537A (en) * 2020-10-29 2021-01-26 广东通莞科技股份有限公司 Multi-channel bill storage method, system and storage medium
US20210334903A1 (en) * 2014-07-25 2021-10-28 State Farm Mutual Automobile Insurance Company Insurance Application Process Using Multiple Communication Channels
CN114239682A (en) * 2021-11-11 2022-03-25 普强时代(珠海横琴)信息技术有限公司 Data analysis method and system based on multi-channel data access

Patent Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20150088598A1 (en) * 2013-09-24 2015-03-26 International Business Machines Corporation Cross-retail marketing based on analytics of multichannel clickstream data
US20210334903A1 (en) * 2014-07-25 2021-10-28 State Farm Mutual Automobile Insurance Company Insurance Application Process Using Multiple Communication Channels
CN107786530A (en) * 2017-02-16 2018-03-09 平安科技(深圳)有限公司 File interaction system and method
CN109377321A (en) * 2018-11-16 2019-02-22 上海浦东发展银行股份有限公司信用卡中心 It is a kind of to customize credit card intelligence application system by all kinds of means
CN111091358A (en) * 2019-12-16 2020-05-01 中国建设银行股份有限公司 Unified processing method and system for multiple payment channels
CN112270537A (en) * 2020-10-29 2021-01-26 广东通莞科技股份有限公司 Multi-channel bill storage method, system and storage medium
CN114239682A (en) * 2021-11-11 2022-03-25 普强时代(珠海横琴)信息技术有限公司 Data analysis method and system based on multi-channel data access

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN117093551A (en) * 2023-08-31 2023-11-21 重庆蚂蚁消费金融有限公司 File analysis method, device, equipment, medium and program product

Similar Documents

Publication Publication Date Title
CN109033471B (en) A kind of information asset identification method and device
CN113420032B (en) A log classification storage method and device
CN110688828A (en) File processing method and device, file processing system and computer equipment
CN112636957A (en) Early warning method and device based on log, server and storage medium
CN114500690A (en) Interface data processing method and device, electronic equipment and storage medium
CN107368975A (en) Data checking method, system, storage medium and electronic equipment
CN110188135A (en) File generation method and device
CN112395370A (en) Data processing method, device, equipment and storage medium
CN113657088A (en) Interface document analysis method and device, electronic equipment and storage medium
CN116069838A (en) Data processing method, device, computer equipment and storage medium
CN114691143A (en) Code generation method, device, equipment and computer readable storage medium
WO2021129849A1 (en) Log processing method, apparatus and device, and storage medium
CN116383141A (en) File management method, device and system
CN111858236B (en) Knowledge graph monitoring method and device, computer equipment and storage medium
CN115859920A (en) Data processing method, device, equipment and storage medium
CN117453280B (en) Code topology and service topology generation method, device, equipment and medium
CN116055296A (en) A method, system, device, and storage medium for area restriction management of the Internet of Things
CN116185648A (en) Synchronous execution control method, device and equipment for multi-channel advertising front-end tasks
TWI662499B (en) A method and system for automatically processing corporate action events
CN113986661A (en) Log output method and device, electronic equipment and storage medium
CN112217944A (en) Online ticket processing method, device, equipment and storage medium
CN117951149B (en) Data structure change notification method, device, equipment and storage medium
CN118626879B (en) BUFR data processing method, device and equipment based on template recognition
US20050063387A1 (en) System and method of order reexamination in electronic data interchange
CN116760680A (en) A log upload method and device

Legal Events

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