Skip to content

Latest commit

 

History

History
38 lines (24 loc) · 1.19 KB

README.md

File metadata and controls

38 lines (24 loc) · 1.19 KB

tap-intacct

Tap for Intacct. This tap does not interact with the Intacct API, it relies on Intaccts Data Delivery Service to publish CSV data to S3 which this tap will consume.

Quick start

Install

We recommend using a virtualenv:

> virtualenv -p python3 venv
> source venv/bin/activate
> pip install tap-intacct

Create the config file

The Intacct Tap requires a start_date, a bucket, and an Intacct company ID to function.

start_date - an initial date for the Tap to extract data bucket - The name of an S3 bucket where the Intacct DDS is outputing data company_id - The Company ID used to login to the Intacct UI path (optional) - An optional path configured in the Intacct UI for use in the S3 bucket

Configure your S3 Bucket

This tap uses the boto3 library for accessing S3. The credentials used by boto will also need access to the S3 bucket configured in the above config.

Run the Tap in Discovery Mode

tap-intacct -c config.json --discover


Copyright © 2018 Stitch