It may seem like working with text is one of the simplest things to do. However, in reality, it is quite a deep topic and not as easy as it may appear at first glance. In this article, we will cover the main approaches to working with text, as well as discuss the issue of text encoding
Tag Archives: Text
Text splitting and formatting using Lists
I get a lot of questions from all my great viewers, and many of these questions turn into videos. This is one of them. In this video, I take a look at how we can use the List datatype to help us split strings in a controlled manner. Check it out:
Split Multiline Text into Records (Regex)
Wouldn’t it be nice to copy and paste any text you like to save it directly into any table and it’s splitted automatically?
It’s annoying for users to split the lines on their own, right?
Summernote WYSIWYG. Free Business Central rich text editor.
One of the frequent requests I hear from users is the WYSIWYG editor. Unfortunately, Microsoft has not added the editor yet. So I decided to integrate some free editor into Business Central. My choice was summernote, a simple and functional WYSIWYG editor
How to export data using TextBuilder in Business Central
Today we will see how we can data from Business Central table using new data type Text Builder.
To check how this data type work build small program as below which pick up data from customer table and export the data in text file.
Dynamics 365 Business Central: Using TextBuilder Data Type to export data to a text file
Today I would like to talk about TextBuilder Data Type and how to use it to export data to a text file in Business Central.
Multi-line text search in VSCode (with RegEx)
Small post – just because I needed it recently – and it made me think of this little gem that I still had to share: what if you have to search over multiple lines in multiple files in VSCode .. something that actually might happen more than you want to admit.