Skip to main content

Singer tap for .DBF files

Project description

tap-dbf

Singer tap for the dBase file format.

Configuration

Key Description Type Required Default
path Glob expression where the files are located. Stream names will be extracted from the file name. string yes
ignore_missing_memofile Whether to proceed reading the file even if the memofile is not present boolean no false

JSON example

{
  "path": "tests/data/files/*.dbf",
  "ignore_missing_memofile": true
}

Filesystems

Local

Example configuration:

{
  "path": "/files/*.dbf",
  "fs_root": "file://data",
  "ignore_missing_memofile": true
}

S3

You need to install the package with the s3 extra:

pip install 'tap-dbf[s3]'

Example configuration:

{
  "path": "/*.dbf",
  "fs_root": "s3://someKey:someSecret@files?endpoint_url=http%3A//localhost%3A9000",
  "ignore_missing_memofile": true
}

Roadmap

  • Google Drive filesystem
  • Dropbox filesystem

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

tap_dbf-0.0.1a2.tar.gz (8.2 kB view hashes)

Uploaded Source

Built Distribution

tap_dbf-0.0.1a2-py3-none-any.whl (8.5 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