We are thrilled to announce the release of SSIS Data Flow Components version 5.0. This release includes updates across database connectors, cloud services, and APIs. It adds new objects, improves data type support, introduces new authentication options, and expands API coverage for more than 20 platforms.
Key highlights of SSIS Data Flow Components 5.0
ActiveCampaign: Deeper integration
Amazon Redshift & Snowflake: New Amazon S3 Regions
BigCommerce: New objects
FreshBooks: Major expansion
Freshdesk: DML improvements
HubSpot: New objects and Sensitive Data support
Jira: Custom objects and fields
Mailchimp: New e-commerce objects
Marketo: Bulk Extract improvements
NetSuite: New API versions and OAuth
Oracle: Expanded data type support
Pipedrive: API v2 and new objects
PostgreSQL: Improved date/time handling
QuickBooks Online: New reports
Salesforce: API v64.0 and server-to-server authentication
ShipStation: API v2
Stripe: New billing objects and DML support
SugarCRM: New reports
SurveyMonkey: Updated object metadata
Zendesk: New fields
Zoho Books: New objects and nested support
Zoho CRM: API v8 and Bulk Read API
Zoho Inventory: Custom fields
Zoho People: New object
ActiveCampaign: Deeper integration
SSIS Data Flow Components for ActiveCampaign receive one of the most comprehensive updates in this release:
- Custom objects are now fully supported, allowing you to read and write data beyond the standard ActiveCampaign schema.
- Custom fields for the
Accounts,Contacts, andDealsobjects are now available. - The new
EmailActivitiesobject is added for tracking email interaction data. - A new
ListIdfield in theContactsobject enables filtering by list. - Performance for the
ContactListsobject has been improved: data is now loaded both from and to this object much faster. - Native filtering is now used for
>,>=,<, and<=conditions on theCreatedDateandUpdatedDatefields of theContactsobject, improving query efficiency.
Amazon Redshift and Snowflake: New Amazon S3 Regions
Both SSIS Data Flow Components for Redshift and SSIS Data Flow Components for Snowflake now support the latest Amazon S3 Regions, ensuring compatibility with new AWS infrastructure and supporting data residency requirements.
BigCommerce: New objects
SSIS Data Flow Components for BigCommerce add two new objects to expand your e-commerce data integration capabilities:
CustomerMetafields– provides access to custom metadata associated with customers.ProductImageContents– enables working with the binary content of product images in BigCommerce.
FreshBooks: Major expansion
SSIS Data Flow Components for FreshBooks receive an expanded set of accounting and reporting objects:
- New data objects:
Account,AdjustmentJournalEntry,AdjustmentJournalEntryLine,ChartOfAccountsReport,CreditNote,CreditNoteLine,Estimate,EstimateLine, andJournalEntriesByAccountReport.
- New report objects:
AccountAgingReport,BalanceSheetReport,CashFlowReport,CashFlowSummaryReport,ChartOfAccountsReport,ExpenseDetailsReport,GeneralLedgerReport,GeneralLedgerSummaryReport,InvoicesReport,InvoiceDetailsReport,JournalEntriesByAccountReport,ManualJournalEntryReport,ManualJournalEntrySummaryReport,PaymentsCollectedReport,ProfitAndLossReport,TaxSummaryReport, andTrialBalanceReport.
The new objects extend support for accounting data integration scenarios.
Freshdesk: DML improvements
SSIS Data Flow Components for Freshdesk now support INSERT, UPDATE, and DELETE DML operations for the TicketFields object, enabling full programmatic management of ticket field definitions, not just reading them.
HubSpot: New objects and Sensitive Data support
SSIS Data Flow Components for HubSpot gain important new capabilities in this release:
- HubSpot reports are now supported, making it possible to extract pre-built analytics data directly through SSIS.
- A new
Sensitive Dataconnection string parameter enables access to protected fields. - The following new CRM objects are added:
Appointments,Courses,FormSubmissions,FeedbackSubmissions,Leads,Listings,Services, andSubscriptions, expanding the range of HubSpot entities you can work with in your integration pipelines.
Jira: Custom objects and fields
SSIS Data Flow Components for Jira now offer:
- Support for additional Jira objects, broadening data access beyond the core issue-tracking entities.
- Custom objects for
Issues, enabling you to work with project-specific schemas. - A new
Issues Custom Fields Merge Behavioroption that controls how custom fields from different Jira projects are combined when loadingIssuesdata, thereby giving you precise control over cross-project data consolidation.
Mailchimp: New e-commerce objects
SSIS Data Flow Components for Mailchimp add a full suite of e-commerce objects: CartLines, Carts, Customers, OrderLines, Orders, ProductVariants, Products, PromoCodes, PromoRules, and Stores. These additions make it straightforward to synchronize your Mailchimp store data with your data warehouse or CRM system.
Marketo: Bulk Extract improvements
SSIS Data Flow Components for Marketo now support native filtering by the CreatedAt field in Bulk Extract mode for the Leads object to enable efficient incremental extracts of large Marketo lead datasets.
NetSuite: New API versions and OAuth
SSIS Data Flow Components for NetSuite are updated with:
- Support for NetSuite API v2, the latest generation of the NetSuite REST-based API.
- Support for the NetSuite 2024.2 release of API v1 for continued legacy compatibility.
- OAuth login support via the NetSuite Connection Manager. This authentication method is more secure and standardized, and it eliminates the need to store credentials directly.
Oracle: Expanded data type support
SSIS Data Flow Components for Oracle now support the JSON data type for Oracle Database 21c, 23ai, and 26ai, enabling integration of semi-structured JSON data in your ETL pipelines. In addition, the BOOLEAN data type is now supported for Oracle Database 23ai and 26ai, simplifying data mapping for applications that rely on native boolean columns.
Pipedrive: API v2 and new objects
SSIS Data Flow Components for Pipedrive add new coverage:
- The
Projectsobject is added for Pipedrive API v1. - For Pipedrive API v2, the following new objects are introduced:
Activities,DealFollowers,OrganizationFollowers,Organizations,PersonFollowers,Persons,ProductFollowers, andUserFollowers. - New fields are added to the
Dataobject to expose additional metadata.
PostgreSQL: Improved date/time handling
SSIS Data Flow Components for PostgreSQL introduce the Use Session Timezone connection string parameter. This new option gives you control over how PostgreSQL date/time values are interpreted and converted during data transfer by applying the active session time zone instead of a fixed offset.
QuickBooks Online: New reports
SSIS Data Flow Components for QuickBooks Online add 50 new report objects, expanding the financial reporting data available for extraction from QuickBooks. Additionally, a new TaxExemptionReasonId field is added to the Customer object.
Salesforce: API v64.0 and server-to-server authentication
SSIS Data Flow Components for Salesforce now support:
- Salesforce Web Services API version 64.0, ensuring compatibility with the latest Salesforce platform features and schema changes.
- Server-to-server authentication, a more secure OAuth flow that enables non-interactive, machine-to-machine integrations that don’t require user login prompts.
ShipStation: API v2
SSIS Data Flow Components for ShipStation now support ShipStation API v2, aligning with the latest API version and ensuring continued, reliable access to order management and shipping data.
Stripe: New billing objects and DML support
SSIS Data Flow Components for Stripe receive a broad set of improvements:
- A new
BillingMetersobject is added to replace the deprecatedUsageRecords. - New read-only objects
SubscriptionDiscountsandAllSubscriptionDiscountsexpose extended discount information linked to subscriptions. - Support for payment plans is added for the
Invoicesobject. UPDATEoperation support is added for theCouponsobject.INSERT,UPDATE, andDELETEoperations are now supported for theWebhookEndpointsobject.- Records can now be selected by
Idfor theApplicationFeesandReviewsobjects. - The following deprecated objects have been removed as they are no longer available in the Stripe API:
Orders,Returns,SKUs, andUsageRecords. UseBillingMetersinstead ofUsageRecords; useProductsandPricesinstead ofSKUsandOrders. - Metadata has been updated for the
Subscriptions,AllSubscriptions,SubscriptionItems, andAllSubscriptionItemsobjects to reflect the current Stripe API schema.
SugarCRM: New reports
SSIS Data Flow Components for SugarCRM now support three report types: RowsAndColumns, Summation, and SummationWithDetails. These reports enable extraction of pre-aggregated and summary-level data from SugarCRM without additional post-processing steps.
SurveyMonkey: Updated object metadata
SSIS Data Flow Components for SurveyMonkey include several important behavioral updates to ensure data uniqueness and reliability:
- The primary key for the
CollectorRecipientsobject is extended to includeId,CollectorId, andMessageId. - The primary key for the
SurveyResponsesobject is extended to includeId,CollectorId, andSurveyId. - The primary key has been removed from the
SurveyResponsesAnswersobject becauseSurveyResponsesAnswersdoesn’t have a unique combination of non-null fields.
Zendesk: New fields
SSIS Data Flow Components for Zendesk add new fields to improve knowledge base data integration:
SectionIdandAuthorIdare added to theArticleobject.CategoryIdis added to theSectionobject.
These fields enable more precise hierarchical navigation and authorship tracking within Zendesk Guide content.
Zoho Books: New objects and nested support
SSIS Data Flow Components for Zoho Books add and improve several integration points:
- The new
SalesReceiptsobject is added. - Nested objects in the
LineItemsfield of theBillsobject are now supported. - Handling of
CustomFieldsandCustomFieldHashfields is improved forSalesOrders,Bills,CreditNotes, andCustomerPaymentsobjects. - Selection of
BankTransactionsrecords now covers all available statuses. - Filtering records by the
Statusfield is improved for more reliable and consistent results.
Zoho CRM: API v8 and Bulk Read API
SSIS Data Flow Components for Zoho CRM now support Zoho CRM API v8, the latest version of the Zoho CRM platform API. Additionally, a new BulkRead connection string parameter enables the Zoho CRM Bulk Read API for efficiently querying large data volumes.
Zoho Inventory: Custom fields
SSIS Data Flow Components for Zoho Inventory introduce:
- A new
ItemDocumentsobject for managing documents associated with inventory items. - A new
Use Custom Fieldsconnection string parameter that enables working with custom fields in Zoho Inventory.
Zoho People: New object
SSIS Data Flow Components for Zoho People add:
- A new
TimesheetDetailsobject for detailed timesheet data extraction. - A new
Suppress Extended Requestsconnection string parameter that reduces the number of API calls made when querying theTimesheetsobject.
Get started with SSIS Data Flow Components 5.0
Version 5.0 is available now. If you are an existing customer, upgrade through your Devart account. If you are new to Devart, download a free 30-day trial.

