-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.
0 commit comments