To SQL is a utility for taking tabular data sets and easily transforming them into a temp table for ingestion into a MSSQL server. This can be used to help troubleshoot, or perform various-based comparisons of data sets. This replaces the arduous task of creating a well crafted Excel concat function. This was written in go targeting WASM and has become a frequently used utility by data teams for bringing in diverse datasets into SQL for set based data comparison and usage.
All processing of data is performed locally. Nothing leaves your machine to be processed by another computer for the data input.
This project is open source. If you want to request a feature enhancement, report a bug, or help out with a Pull Request here.
DISCLAIMER: This is a work in progress and has not been tested entirely. Use at your own risk.
Always check the sql output before executing on an actual server. Sql Injection is a thing. Although there are some basic protections used in this site there is still the ability
Takes a line delimited list and outputs the values as an in statement with ' wrapping it.