Open
Description
Creating this placeholder for the investigation of adding import/export functionality to go-sqlcmd.
Main use cases would include:
- Output SQL Server query results to parquet files
- Read data from parquet files for display of some or all rows on screen to check contents of file
- Read data from parquet files and insert into table in SQL Server database
- Be able to read both standalone parquet files as well as delta
- Perform basic filtering via SQL-like where clause or regex by column
Additional possibilities include:
- Output SQL Server query results to json, csv, xls files
- Convert json, csv, xls to parquet
- Convert parquet, including delta, to json, csv, xls
- Convert subset of rows between formats - ex: "Take customer data from delta store and export all customers in Chicago to xls"