{"id":1590,"date":"2017-07-21T14:50:47","date_gmt":"2017-07-21T14:50:47","guid":{"rendered":"http:\/\/zappysys.com\/blog\/?p=1590"},"modified":"2019-02-15T14:23:24","modified_gmt":"2019-02-15T14:23:24","slug":"advanced-path-filtering-for-amazon-azure-storage-ssis-task","status":"publish","type":"post","link":"https:\/\/zappysys.com\/blog\/advanced-path-filtering-for-amazon-azure-storage-ssis-task\/","title":{"rendered":"Filter by file size, name, date for Amazon \/ Azure Storage SSIS Task"},"content":{"rendered":"<p><a href=\"\/\/zappysys.com\/blog\/wp-content\/uploads\/2016\/06\/ssis-tip.png\"><img loading=\"lazy\" decoding=\"async\" class=\"alignleft wp-image-1897\" src=\"\/\/zappysys.com\/blog\/wp-content\/uploads\/2016\/06\/ssis-tip.png\" alt=\"\" width=\"90\" height=\"90\" srcset=\"https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2016\/06\/ssis-tip.png 180w, https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2016\/06\/ssis-tip-150x150.png 150w\" sizes=\"(max-width: 90px) 100vw, 90px\" \/><\/a><\/p>\n<h2>Introduction<\/h2>\n<p>Sometimes you may need to make an advanced filtering on file path, file date, size etc in <a href=\"https:\/\/zappysys.com\/products\/ssis-powerpack\/ssis-amazon-s3-task\/\" target=\"_blank\" rel=\"noopener\">SSIS Amazon S3 Task<\/a> or\u00a0<a href=\"https:\/\/zappysys.com\/products\/ssis-powerpack\/ssis-azure-blob-storage-task\/\" target=\"_blank\" rel=\"noopener\">SSIS Azure Blob Storage Task<\/a> . For example, you have a directory &#8220;<em>Customers<\/em>&#8220;, which contains client directories. Each of them contains a directory named &#8220;<em>Invoices<\/em>&#8220;, which is partitioned by year. E.g. &#8220;Customers\/Microsoft\/Invoices\/2015&#8221;. So if you want to get <em>all<\/em> invoices of <em>all<\/em> customers of <em>all<\/em> years, use <em>Advanced Filter &amp; Sorting\u00a0<\/em>option and configure <em>Where<\/em> clause to use wildcards (*) like this:<\/p>\n<div id=\"attachment_1591\" style=\"width: 693px\" class=\"wp-caption alignnone\"><a href=\"\/\/zappysys.com\/blog\/wp-content\/uploads\/2017\/07\/ssis-amazon-storage-task-and-azure-storage-task-to-get-file-list.jpg\"><img loading=\"lazy\" decoding=\"async\" aria-describedby=\"caption-attachment-1591\" class=\"wp-image-1591 size-full\" src=\"\/\/zappysys.com\/blog\/wp-content\/uploads\/2017\/07\/ssis-amazon-storage-task-and-azure-storage-task-to-get-file-list.jpg\" alt=\"SSIS Amazon\/Azure Storage Task \u2013 To get all invoices of all customers of all years, use Where clause FullPath LIKE 'Customers\/*\/Invoices\/*'\" width=\"683\" height=\"665\" srcset=\"https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2017\/07\/ssis-amazon-storage-task-and-azure-storage-task-to-get-file-list.jpg 683w, https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2017\/07\/ssis-amazon-storage-task-and-azure-storage-task-to-get-file-list-300x292.jpg 300w\" sizes=\"(max-width: 683px) 100vw, 683px\" \/><\/a><p id=\"caption-attachment-1591\" class=\"wp-caption-text\">SSIS Amazon\/Azure Storage Task \u2013 To get all invoices of all customers of all years, use this Where clause:\u00a0<em>FullPath LIKE &#8216;Customers\/*\/Invoices\/*&#8217;<\/em><\/p><\/div>\n<p>&nbsp;<\/p>\n<div class=\"content_block\" id=\"custom_post_widget-2523\"><h2><span id=\"Prerequisites\">Prerequisites<\/span><\/h2>\r\nBefore we perform the steps listed in this article, you will need to make sure the following prerequisites are met:\r\n<ol style=\"margin-left: 1.5em;\">\r\n \t<li><abbr title=\"SQL Server Integration Services\">SSIS<\/abbr> designer installed.\u00a0Sometimes it is referred to as <abbr title=\"Business Intelligence Development Studio\">BIDS<\/abbr> or <abbr title=\"SQL Server Data Tools\">SSDT<\/abbr> (<a href=\"https:\/\/docs.microsoft.com\/en-us\/sql\/ssdt\/download-sql-server-data-tools-ssdt\" target=\"_blank\" rel=\"noopener\">download it from the Microsoft site<\/a>).<\/li>\r\n \t<li>Basic knowledge of SSIS package\u00a0development using\u00a0<em>Microsoft SQL Server Integration Services<\/em>.<\/li>\r\n \t<li>Make sure\u00a0<span style=\"text-decoration: underline;\"><a href=\"https:\/\/zappysys.com\/products\/ssis-powerpack\/\" target=\"_blank\" rel=\"noopener\">ZappySys SSIS PowerPack<\/a><\/span>\u00a0is installed (<a href=\"https:\/\/zappysys.com\/products\/ssis-powerpack\/download\/\" target=\"_blank\" rel=\"noopener\">download it<\/a>, if you haven't already).<\/li>\r\n \t<li>(<em>Optional step<\/em>)<em>.<\/em>\u00a0<a href=\"https:\/\/zappysys.zendesk.com\/hc\/en-us\/articles\/360035974593\" target=\"_blank\" rel=\"noopener\">Read this article<\/a>, if you are planning to deploy packages to a server and schedule their execution later.<\/li>\r\n<\/ol><\/div>\n<p>&nbsp;<\/p>\n<h2><span id=\"Delete_Multiple_S3_files_8211Using_Advanced_Search_8211_Regex_SQL_Expression\">Using Advanced Search \u2013 Regex \/ SQL Expression (Filter by file date, size, name)<\/span><\/h2>\n<p>Sometimes it\u2019s necessary to filter file based on advanced attributes such as file Age (How old), File Size, Multiple File Patterns (e.g. Delete *.zip, *.gz, *.rar in one action)<\/p>\n<p>You can check <a href=\"https:\/\/zappysys.com\/blog\/ssis-delete-amazon-s3-file-folder-bucket\/\">this link<\/a> or <a href=\"https:\/\/zappysys.com\/blog\/get-list-of-files-and-folders-in-ssis-for-looping\/\">this link<\/a> for more information. For <a href=\"https:\/\/zappysys.com\/products\/ssis-powerpack\/ssis-azure-blob-storage-task\/\" target=\"_blank\" rel=\"noopener\">Azure Blob Storage Task<\/a> its almost same UI.<\/p>\n<p>You can use Advanced Tab to filter further. First supply primary filter on Source Tab (e.g. mybucket\/*.* ) and then supply your advanced filter (e.g. you can exclude *.exe and *.msi file from your delete list as below screenshot, also only delete files between 1000 and 50000 bytes in file size).<\/p>\n<p>&nbsp;<\/p>\n<div id=\"attachment_4904\" style=\"width: 612px\" class=\"wp-caption alignnone\"><a href=\"https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2018\/09\/ssis-delete-amazons3-file-multiple.png\"><img loading=\"lazy\" decoding=\"async\" aria-describedby=\"caption-attachment-4904\" class=\"wp-image-4904 size-full\" style=\"border: 0px; max-width: 100%; height: auto; box-shadow: rgba(0, 0, 0, 0.176) 0px 1px 2px;\" src=\"https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2018\/09\/ssis-delete-amazons3-file-multiple.png\" alt=\"Delete Amazon S3 File (Multiple) using Wildcard pattern\" width=\"602\" height=\"360\" data-attachment-id=\"4904\" data-permalink=\"https:\/\/zappysys.com\/blog\/ssis-delete-amazon-s3-file-folder-bucket\/ssis-delete-amazons3-file-multiple\/#main\" data-orig-file=\"https:\/\/i2.wp.com\/zappysys.com\/blog\/wp-content\/uploads\/2018\/09\/ssis-delete-amazons3-file-multiple.png?fit=602%2C360&amp;ssl=1\" data-orig-size=\"602,360\" data-comments-opened=\"0\" data-image-meta=\"{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}\" data-image-title=\"ssis-delete-amazons3-file-multiple\" data-image-description=\"&lt;p&gt;Delete Amazon S3 File (Multiple) using Wildcard pattern&lt;\/p&gt;\" data-medium-file=\"https:\/\/i2.wp.com\/zappysys.com\/blog\/wp-content\/uploads\/2018\/09\/ssis-delete-amazons3-file-multiple.png?fit=300%2C179&amp;ssl=1\" data-large-file=\"https:\/\/i2.wp.com\/zappysys.com\/blog\/wp-content\/uploads\/2018\/09\/ssis-delete-amazons3-file-multiple.png?fit=602%2C360&amp;ssl=1\" srcset=\"https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2018\/09\/ssis-delete-amazons3-file-multiple.png 602w, https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2018\/09\/ssis-delete-amazons3-file-multiple-300x179.png 300w\" sizes=\"(max-width: 602px) 100vw, 602px\" \/><\/a><p id=\"caption-attachment-4904\" class=\"wp-caption-text\">Select \/ Delete Amazon S3 File (Multiple) using Wildcard pattern<\/p><\/div>\n<p>&nbsp;<\/p>\n<div class=\"wp-caption alignnone\">\n<div style=\"width: 678px\" class=\"wp-caption alignnone\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/i2.wp.com\/zappysys.com\/onlinehelp\/ssis-powerpack\/scr\/images\/amazon-s3-task\/amazon-s3-file-file-advanced-search-regx-pattern.png?zoom=1.100000023841858&amp;resize=668%2C534&amp;ssl=1\" srcset=\"https:\/\/i2.wp.com\/zappysys.com\/onlinehelp\/ssis-powerpack\/scr\/images\/amazon-s3-task\/amazon-s3-file-file-advanced-search-regx-pattern.png?zoom=1.100000023841858&amp;resize=668%2C534&amp;ssl=1\" alt=\"Advanced Search in SSIS Amazon S3 Task - Use Regular Expression Patterns, SQL like expression for Sort \/ Filter\" width=\"668\" height=\"534\" \/><p class=\"wp-caption-text\">Advanced Search in SSIS Amazon S3 Task \u2013 Use Regular Expression Patterns, SQL like expression for Sort \/ Filter<\/p><\/div>\n<p class=\"wp-caption-text\">\n<\/div>\n<pre class=\"lang:default highlight:0 decode:true \">\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\r\nExamples:\r\n\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\r\nAgeInDays &lt; 5\u00a0\u00a0\/\/Get files created in last 5 days\r\nLastEditInDays &gt; 3 \/\/Get files modified before 3 days\r\nAgeInDays &gt; 10 AND LastEditInDays &lt; 3\u00a0\u00a0\/\/Get files created before 10 days and modified in last 3 days\r\nSize &lt; 1024\u00a0\u00a0\/\/Get files where File size is less than 1024 bytes\r\nCreationDate BETWEEN #2015-01-01# AND #2015-01-01#\u00a0\u00a0\r\nName IN ('File1.txt', 'Download.msi')\r\nFullPath LIKE 'mybucket\\somefolder\\month_*')\r\nExtension IN ('.txt','.csv')\r\nLastModifiedDate &gt; #2013-01-01T16:00:00#\r\nIsReadOnly = True\r\n\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\r\n\/\/Supported Columns for expression:\r\n\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\r\nName, FullPath, Extension, FolderPath, AgeInDays, LastEditInDays, Size, CreationDate, CreationDateUtc, LastModifiedDate, LastModifiedDateUtc, IsReadOnly<\/pre>\n<p>&nbsp;<\/p>\n<h3><span id=\"Delete_Amazon_S3_files_older_than_X_days\">Select Amazon S3 files older than X days<\/span><\/h3>\n<p>If you like to select \/ delete files older than certain days then use below technique.<\/p>\n<pre class=\"lang:default highlight:0 decode:true\">AgeInDays &gt; 10<\/pre>\n<ol>\n<li>First Specify primary search criteria on Source tab<\/li>\n<li>Go to Advanced Filter Tab and specify Following Pattern in\u00a0<strong>Where<\/strong>\u00a0Textbox (For example delete Files older than 10 days )\n<div id=\"crayon-5c66c6b62f52c668162370\" class=\"crayon-syntax crayon-theme-vs2012 crayon-font-courier-new crayon-os-pc print-yes notranslate\" data-settings=\" minimize scroll-mouseover\">\n<div class=\"crayon-plain-wrap\"><\/div>\n<\/div>\n<\/li>\n<\/ol>\n<h2><\/h2>\n","protected":false},"excerpt":{"rendered":"<p>Introduction Sometimes you may need to make an advanced filtering on file path, file date, size etc in SSIS Amazon S3 Task or\u00a0SSIS Azure Blob Storage Task . For example, you have a directory &#8220;Customers&#8220;, which contains client directories. Each of them contains a directory named &#8220;Invoices&#8220;, which is partitioned by year. E.g. &#8220;Customers\/Microsoft\/Invoices\/2015&#8221;. So [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":1897,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[181,182,11],"tags":[218,217,187,188,219],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v22.3 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\r\n<title>Filter by file size, name, date for Amazon \/ Azure Storage SSIS Task | ZappySys Blog<\/title>\r\n<meta name=\"description\" content=\"Perform advanced file operations on Amazon Storage or Azure Storage by using Amazon\/Azure Storage Task for SSIS. Filter files using the wildcard (*) symbol.\" \/>\r\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\r\n<link rel=\"canonical\" href=\"https:\/\/zappysys.com\/blog\/advanced-path-filtering-for-amazon-azure-storage-ssis-task\/\" \/>\r\n<meta property=\"og:locale\" content=\"en_US\" \/>\r\n<meta property=\"og:type\" content=\"article\" \/>\r\n<meta property=\"og:title\" content=\"Filter by file size, name, date for Amazon \/ Azure Storage SSIS Task | ZappySys Blog\" \/>\r\n<meta property=\"og:description\" content=\"Perform advanced file operations on Amazon Storage or Azure Storage by using Amazon\/Azure Storage Task for SSIS. Filter files using the wildcard (*) symbol.\" \/>\r\n<meta property=\"og:url\" content=\"https:\/\/zappysys.com\/blog\/advanced-path-filtering-for-amazon-azure-storage-ssis-task\/\" \/>\r\n<meta property=\"og:site_name\" content=\"ZappySys Blog\" \/>\r\n<meta property=\"article:author\" content=\"https:\/\/www.facebook.com\/ZappySys\/\" \/>\r\n<meta property=\"article:published_time\" content=\"2017-07-21T14:50:47+00:00\" \/>\r\n<meta property=\"article:modified_time\" content=\"2019-02-15T14:23:24+00:00\" \/>\r\n<meta property=\"og:image\" content=\"https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2016\/06\/ssis-tip.png\" \/>\r\n\t<meta property=\"og:image:width\" content=\"180\" \/>\r\n\t<meta property=\"og:image:height\" content=\"180\" \/>\r\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\r\n<meta name=\"author\" content=\"ZappySys\" \/>\r\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\r\n<meta name=\"twitter:creator\" content=\"@https:\/\/twitter.com\/zappysys\/\" \/>\r\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"ZappySys\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"2 minutes\" \/>\r\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/zappysys.com\/blog\/advanced-path-filtering-for-amazon-azure-storage-ssis-task\/\",\"url\":\"https:\/\/zappysys.com\/blog\/advanced-path-filtering-for-amazon-azure-storage-ssis-task\/\",\"name\":\"Filter by file size, name, date for Amazon \/ Azure Storage SSIS Task | ZappySys Blog\",\"isPartOf\":{\"@id\":\"https:\/\/zappysys.com\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/zappysys.com\/blog\/advanced-path-filtering-for-amazon-azure-storage-ssis-task\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/zappysys.com\/blog\/advanced-path-filtering-for-amazon-azure-storage-ssis-task\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2016\/06\/ssis-tip.png\",\"datePublished\":\"2017-07-21T14:50:47+00:00\",\"dateModified\":\"2019-02-15T14:23:24+00:00\",\"author\":{\"@id\":\"https:\/\/zappysys.com\/blog\/#\/schema\/person\/2756c237457fbc95d82cb38962f81f82\"},\"description\":\"Perform advanced file operations on Amazon Storage or Azure Storage by using Amazon\/Azure Storage Task for SSIS. Filter files using the wildcard (*) symbol.\",\"breadcrumb\":{\"@id\":\"https:\/\/zappysys.com\/blog\/advanced-path-filtering-for-amazon-azure-storage-ssis-task\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/zappysys.com\/blog\/advanced-path-filtering-for-amazon-azure-storage-ssis-task\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/zappysys.com\/blog\/advanced-path-filtering-for-amazon-azure-storage-ssis-task\/#primaryimage\",\"url\":\"https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2016\/06\/ssis-tip.png\",\"contentUrl\":\"https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2016\/06\/ssis-tip.png\",\"width\":180,\"height\":180},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/zappysys.com\/blog\/advanced-path-filtering-for-amazon-azure-storage-ssis-task\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/zappysys.com\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Filter by file size, name, date for Amazon \/ Azure Storage SSIS Task\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/zappysys.com\/blog\/#website\",\"url\":\"https:\/\/zappysys.com\/blog\/\",\"name\":\"ZappySys Blog\",\"description\":\"SSIS \/ ODBC Drivers \/ API Connectors for JSON, XML, Azure, Amazon AWS, Salesforce, MongoDB and more\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/zappysys.com\/blog\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/zappysys.com\/blog\/#\/schema\/person\/2756c237457fbc95d82cb38962f81f82\",\"name\":\"ZappySys\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/zappysys.com\/blog\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/5c9be148088ba9b8af8e955c5f7c22b5?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/5c9be148088ba9b8af8e955c5f7c22b5?s=96&d=mm&r=g\",\"caption\":\"ZappySys\"},\"sameAs\":[\"http:\/\/www.zappysys.com\/\",\"https:\/\/www.facebook.com\/ZappySys\/\",\"https:\/\/twitter.com\/https:\/\/twitter.com\/zappysys\/\"],\"url\":\"https:\/\/zappysys.com\/blog\/author\/admin\/\"}]}<\/script>\r\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Filter by file size, name, date for Amazon \/ Azure Storage SSIS Task | ZappySys Blog","description":"Perform advanced file operations on Amazon Storage or Azure Storage by using Amazon\/Azure Storage Task for SSIS. Filter files using the wildcard (*) symbol.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/zappysys.com\/blog\/advanced-path-filtering-for-amazon-azure-storage-ssis-task\/","og_locale":"en_US","og_type":"article","og_title":"Filter by file size, name, date for Amazon \/ Azure Storage SSIS Task | ZappySys Blog","og_description":"Perform advanced file operations on Amazon Storage or Azure Storage by using Amazon\/Azure Storage Task for SSIS. Filter files using the wildcard (*) symbol.","og_url":"https:\/\/zappysys.com\/blog\/advanced-path-filtering-for-amazon-azure-storage-ssis-task\/","og_site_name":"ZappySys Blog","article_author":"https:\/\/www.facebook.com\/ZappySys\/","article_published_time":"2017-07-21T14:50:47+00:00","article_modified_time":"2019-02-15T14:23:24+00:00","og_image":[{"width":180,"height":180,"url":"https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2016\/06\/ssis-tip.png","type":"image\/png"}],"author":"ZappySys","twitter_card":"summary_large_image","twitter_creator":"@https:\/\/twitter.com\/zappysys\/","twitter_misc":{"Written by":"ZappySys","Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/zappysys.com\/blog\/advanced-path-filtering-for-amazon-azure-storage-ssis-task\/","url":"https:\/\/zappysys.com\/blog\/advanced-path-filtering-for-amazon-azure-storage-ssis-task\/","name":"Filter by file size, name, date for Amazon \/ Azure Storage SSIS Task | ZappySys Blog","isPartOf":{"@id":"https:\/\/zappysys.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/zappysys.com\/blog\/advanced-path-filtering-for-amazon-azure-storage-ssis-task\/#primaryimage"},"image":{"@id":"https:\/\/zappysys.com\/blog\/advanced-path-filtering-for-amazon-azure-storage-ssis-task\/#primaryimage"},"thumbnailUrl":"https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2016\/06\/ssis-tip.png","datePublished":"2017-07-21T14:50:47+00:00","dateModified":"2019-02-15T14:23:24+00:00","author":{"@id":"https:\/\/zappysys.com\/blog\/#\/schema\/person\/2756c237457fbc95d82cb38962f81f82"},"description":"Perform advanced file operations on Amazon Storage or Azure Storage by using Amazon\/Azure Storage Task for SSIS. Filter files using the wildcard (*) symbol.","breadcrumb":{"@id":"https:\/\/zappysys.com\/blog\/advanced-path-filtering-for-amazon-azure-storage-ssis-task\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/zappysys.com\/blog\/advanced-path-filtering-for-amazon-azure-storage-ssis-task\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/zappysys.com\/blog\/advanced-path-filtering-for-amazon-azure-storage-ssis-task\/#primaryimage","url":"https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2016\/06\/ssis-tip.png","contentUrl":"https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2016\/06\/ssis-tip.png","width":180,"height":180},{"@type":"BreadcrumbList","@id":"https:\/\/zappysys.com\/blog\/advanced-path-filtering-for-amazon-azure-storage-ssis-task\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/zappysys.com\/blog\/"},{"@type":"ListItem","position":2,"name":"Filter by file size, name, date for Amazon \/ Azure Storage SSIS Task"}]},{"@type":"WebSite","@id":"https:\/\/zappysys.com\/blog\/#website","url":"https:\/\/zappysys.com\/blog\/","name":"ZappySys Blog","description":"SSIS \/ ODBC Drivers \/ API Connectors for JSON, XML, Azure, Amazon AWS, Salesforce, MongoDB and more","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/zappysys.com\/blog\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/zappysys.com\/blog\/#\/schema\/person\/2756c237457fbc95d82cb38962f81f82","name":"ZappySys","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/zappysys.com\/blog\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/5c9be148088ba9b8af8e955c5f7c22b5?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/5c9be148088ba9b8af8e955c5f7c22b5?s=96&d=mm&r=g","caption":"ZappySys"},"sameAs":["http:\/\/www.zappysys.com\/","https:\/\/www.facebook.com\/ZappySys\/","https:\/\/twitter.com\/https:\/\/twitter.com\/zappysys\/"],"url":"https:\/\/zappysys.com\/blog\/author\/admin\/"}]}},"_links":{"self":[{"href":"https:\/\/zappysys.com\/blog\/wp-json\/wp\/v2\/posts\/1590"}],"collection":[{"href":"https:\/\/zappysys.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/zappysys.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/zappysys.com\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/zappysys.com\/blog\/wp-json\/wp\/v2\/comments?post=1590"}],"version-history":[{"count":11,"href":"https:\/\/zappysys.com\/blog\/wp-json\/wp\/v2\/posts\/1590\/revisions"}],"predecessor-version":[{"id":6371,"href":"https:\/\/zappysys.com\/blog\/wp-json\/wp\/v2\/posts\/1590\/revisions\/6371"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/zappysys.com\/blog\/wp-json\/wp\/v2\/media\/1897"}],"wp:attachment":[{"href":"https:\/\/zappysys.com\/blog\/wp-json\/wp\/v2\/media?parent=1590"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/zappysys.com\/blog\/wp-json\/wp\/v2\/categories?post=1590"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/zappysys.com\/blog\/wp-json\/wp\/v2\/tags?post=1590"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}