Implementing a Local File Cache for a Recurring Data Analysis Job: Part 1
I have a recurring MATLAB processing job that analyzes the metadata of the files in a large SharePoint folder. It can take several minutes to get all the metadata. However, the metadata in older files rarely changes. So I thought I would try and implement a local file cache that stores the meta data of all the files, and only goes to SharePoint for new or updated files.
Features covered in this code-along style video include:
- webread
- datetime
Play the video in full screen mode for a better viewing experience.
评论
要发表评论,请点击 此处 登录到您的 MathWorks 帐户或创建一个新帐户。