Skip to content

Add ability to import/export data to/from Parquet files with SQLCMD  #486

Open
@dlevy-msft

Description

@dlevy-msft

Creating this placeholder for the investigation of adding import/export functionality to go-sqlcmd.

Main use cases would include:

  1. Output SQL Server query results to parquet files
  2. Read data from parquet files for display of some or all rows on screen to check contents of file
  3. Read data from parquet files and insert into table in SQL Server database
  4. Be able to read both standalone parquet files as well as delta
  5. Perform basic filtering via SQL-like where clause or regex by column

Additional possibilities include:

  1. Output SQL Server query results to json, csv, xls files
  2. Convert json, csv, xls to parquet
  3. Convert parquet, including delta, to json, csv, xls
  4. Convert subset of rows between formats - ex: "Take customer data from delta store and export all customers in Chicago to xls"

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions