Azure-Player / azure.datafactory.tools

Tools for deploying Data Factory (v2) in Microsoft Azure
https://azureplayer.net/adftools
MIT License
209 stars 69 forks source link

Validates all JSON files of ADF failed for special character #287

Closed dzfstephen closed 1 year ago

dzfstephen commented 1 year ago

hello Kamil ,

Sorry about previous ticket that missing info.

I put more info into this one. hopeful it makes sense to you and you can help me to fix this issue.

This issues happens when it is trying validate a dataset Json file.

The dataset Json file includes a special character in one property.

    "RFP": {
                                "type": "object",
                                "properties": {
                                    "In last 12 months": {
                                        "type": "object",
                                        "properties": {
                                            "Recently used": {
                                                "type": "integer"
                                            },
                                            **"RFP's Involved": {**
                                                "type": "string"
                                            }
                                        }
                                    }
                                }
                            }

image

image

the error is like this image

Please let me know if more info is required.

Thanks & Regards

NowinskiK commented 1 year ago

Fixed and released in ver.1.2