Data Integration Connectors
- Data Integration Connectors
- All Products
{ "fileLocations": [{ "URIs": [ "dir1/dir2/file_1.csv", "dir1/dir2/dir4/file_2.csv", "dirA/dirB/file_3.csv", "dirA/dirB/file_4.csv" ] }, { "URIPrefixes": [ "dir1/dir2/", "dir1/dir2/"] } ], "settings": { "stopOnFail": "true" } }
For example, if you specifyabc*.txt abc.*
You cannot use the wildcard characters to specify folder names. For example,{ "fileLocations": [{ "URIs": [ "dir1/dir2/file_1.csv", "dir1/dir2/dir4/file_2.csv", ] }, { "URIPrefixes": [ "dir1/dir2/", "dir1/dir2/"] } ], { "WildcardURIs": [ "multiread_wildcard/file_1/*.csv" ] } ] "settings": { "stopOnFail": "true" } }
{ "WildcardURIs": [ "multiread_wildcard/dir1*/", "multiread_wildcard/*/" ] }