It is one thing to import data into a program and use it as is. InSights Into Data takes it one step further by providing the ability to run Scripts that allow you to customize your data and do new things with it.
InSights uses a real programming language (C# – the most popular .Net programming language) as its scripting language. This provides maximum flexibility and power while allowing the user to do just about anything with their data in their scripts. You can write a script that adds a new column and populates it, update one in-memory table from the values in another. You could even write a script that would export the data out to a custom format, or encrypt it and upload it to some cloud site. The possibilities are endless!!