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.
We recommend using a virtualenv:
> virtualenv -p python3 venv
> source venv/bin/activate
> pip install tap-intacct
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
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.
tap-intacct -c config.json --discover
Copyright © 2018 Stitch