Skip to content

Commit e93aaa1

Browse files
authored
Update README.md
fixed typo
1 parent 87b447a commit e93aaa1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,4 @@ If parameters are incorrect, the returned JSON will have the error details.
3232

3333

3434
### DataLakeGetItems
35-
This function is intended to help correct casing of ADF paths. Azure Data Lake paths are case sensitive. When dealing with metadata driven processing, it is easy for a mistake is the caseing in metadata to cause errors finding the correct file. This function helps by taking a path to a data lake item, and fiding matching paths with different casing. If only one path is found, the fuction returns the original path, and the corrected path. If multiple files are found, the original path is returned, along with an error message stating multiple mathing files exist.
35+
This function is intended to help correct casing of ADF paths. Azure Data Lake paths are case sensitive. When dealing with metadata driven processing, it is easy for a mistake is the caseing in metadata to cause errors finding the correct file. This function helps by taking a path to a data lake item, and finding matching paths with different casing. If only one path is found, the fuction returns the original path, and the corrected path. If multiple files are found, the original path is returned, along with an error message stating multiple mathing files exist.

0 commit comments

Comments
 (0)