If I get asked the same question twice I am already tempted to blog about it. This one exceeds this number and is long overdue.
It looks like the whole world is now converting from C/AL to AL and running into challenges with that.
Right now I am analysing several databases and one thing you need after elliminating low hanging fruit and removing errors that crash the compiler is to find common errors and count them.
An Excel Pivot Table is perfect for that.
Normally Visual Studio Code is not nice in exporting errors and warnings. You can try to copy/paste them but the work to clean up is hard.
With the magic AL runner by Tobias Fenster it is prepared for you. You can download it here.

You can copy and paste this into Excel and use Data -> Text to Columns to use the | as a separator.
The only thing that you’ll miss is the object ID and type. You can add these with adding two columns using the formula like
=LEFT(C5;FIND(“.”;C5)-1)

After that you’ll spend several hours. or often days in C/Side fixing errors you could have fixed a long long time ago.
Enjoy!
1 Comment