Metadata-Version: 2.1
Name: vdk-csv
Version: 0.1.363960627
Summary: Versatile Data Kit SDK CSV plugin to ingest, export, or manipulate csv files.
Home-page: https://github.com/vmware/versatile-data-kit
License: UNKNOWN
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Description-Content-Type: text/markdown

## Versatile Data Kit CSV Plugin

This plugin provides functionality to ingest and export CSV files.

### Usage

To use the plugin, just install it using

```bash
pip install vdk-csv
```

Then run help to see what you can do.
```bash
vdk ingest-csv --help
```

For example you can ingest CSV file into tables.

The ingestion destination depends on how vdk has been configured.
See vdk config-help - search for "ingest" to check for possible ingestion configurations.


