Open biztalk2022 opened 2 years ago
Looks like this was fixed in a prior release (CI_2110572) but that code got removed from subsequent commits. Can the fix please be added back to the current release?
Prior Release
VS Recent Releases
This issue should been fixed already
When I run the tool, I get an error indicating that it "can't find corresponding Data Set". When I opened the solution and debugged with breakpoints, I noticed that in the ConvertFileWithDataSet function, it fails when it tries to find the dataset in the datasetmap using the dataset name.
The datasetname variable is set to the actual dataset name but the datasetMap contains an entry that includes the file path in the data set name ("/filepath/datasets/datasetname"). See screenshot. I even tried the latest version of code from 8/15/2022. Please help.
CI_5291851