Closed karimzaki closed 1 year ago
@karimzaki : are you using the beta version? The report update for that one is still pending, so that might explain. Would recommend using 1.5 for now.
i m using instructions from here https://pnp.github.io/pnpassessment/index.html
@karimzaki : please try with 1.5 (https://github.com/pnp/pnpassessment/releases/tag/v1.5.0-windows). Ensure you've killed all running microsoft365-assesment.exe processes before launching the 1.5 version.
Closing per no response
as example this shall be (19 not 18) = Csv.Document(File.Contents("C:\assessmentout\syntexcontenttypeoverview.csv"),[Delimiter=",", Columns=19, Encoding=1252, QuoteStyle=QuoteStyle.None])
and the following shall be 12 not 11 cause you are missing one column = Csv.Document(File.Contents("C:\assessmentout\syntexcontentfields.csv"),[Delimiter=",", Columns=12, Encoding=1252, QuoteStyle=QuoteStyle.None])