0 purchases
teradataexportcsv 1.0.2
Package teradataexportcsv
This package uses the Teradata SQL Driver for Python (teradatasql package) to export a table from the database to a CSV file.
Copyright 2023 Teradata. All Rights Reserved.
Installation
This package depends on the teradatasql package which is available from PyPI.
Use pip install to download and install this package and its dependencies automatically.
Platform
Command
macOS or Linux
pip install teradataexportcsv
Windows
py -3 -m pip install teradataexportcsv
When upgrading to a new version of this package, you may need to use pip install's --no-cache-dir option to force the download of the new version.
Platform
Command
macOS or Linux
pip install --no-cache-dir -U teradataexportcsv
Windows
py -3 -m pip install --no-cache-dir -U teradataexportcsv
License
Use of this package is governed by the License Agreement for the teradataexportcsv package.
When the package is installed, the LICENSE file is placed in the teradataexportcsv directory under your Python installation directory.
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.