public void NormalizeTest()
        {
            using (var fs = new FileStream(@"data\Desktop_Custom-Query-Error_m-p_40827.html", FileMode.Open, FileAccess.Read))
            {
                var normalization = new PowerBIHtmlNormalization2();

                normalization.Normalize(fs, new System.Collections.Generic.Dictionary<string, object> { { "url", "http://community.powerbi.com/t5/Desktop/Custom-Query-Error/m-p/40827/" } });
            }
        }
示例#2
0
        public void NormalizeTest()
        {
            using (var fs = new FileStream(@"data\Desktop_Custom-Query-Error_m-p_40827.html", FileMode.Open, FileAccess.Read))
            {
                var normalization = new PowerBIHtmlNormalization2();

                normalization.Normalize(fs, new System.Collections.Generic.Dictionary <string, object> {
                    { "url", "http://community.powerbi.com/t5/Desktop/Custom-Query-Error/m-p/40827/" }
                });
            }
        }