PowerShell Snippets: Get Numeric Value from String
This post is part of the series on PowerShell Snippets. In the previous post, I showed how a single element could be retrieved from…
This post is part of the series on PowerShell Snippets. In the previous post, I showed how a single element could be retrieved from…
Search for a string (or a TAG) in .al files with Powershell Migrating, upgrading, recoding & refactoring the older versions of Dynamics NAV to…
When you work with NAV2018 extension, you may encounter an error that is difficult to figure out. This time, I encountered another one when…
There are scenarios when a single string separated by commas(or any other character) to be imported as multi line string to the target application…
Just sharing a simple example of using the RIGHT and LEFT functions to extract the required content from a particular column. E.g. we want…