Skip to main content

No project description provided

Project description

sql_extract.py

Exports the results of Oracle sql code contained in a .sql file out to a csv file.

Usage

# make executable 
chmod +x sql_extract.py

# run 
./sql_extract.py in_sql_file.sql -o output_file.csv

# additional help
./sql_extract.py -h

Parameters

Name Description Type Required
filename input .sql file name string yes
-o, --outfile output .csv file name string no
-d, --delimiter csv delimiter string no
-c, --quotechar csv quote character string no
bind_vars any bind variables in the .sql file list no

Configuration

  • "full_login" and "db_password" environment variables set accordingly

Further Documentation

Additional documentation is available on the SQL Extract confluence page.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

sql_extract-0.1.tar.gz (3.4 kB view hashes)

Uploaded Source

Built Distribution

sql_extract-0.1-py3-none-any.whl (4.6 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page