SSIS CSV File Source (Flat File or Web API)SSIS CSV File Source Connector (Advanced Flat file source) can be used to read CSV data from local files or Web API. You can extract data from single or multiple files (wildcard pattern supported). Also you can read compressed files (*.gz) without extracting files on disk. Features
|
||||
|
View All Tasks |
SSIS CSV File Source – Read from Web API Options
SSIS CSV File Source – Read from CSV Files Options
SSIS CSV File Source – Read Compressed CSV File (GZip or Zip)
SSIS CSV File Source – Error Handling Options
SSIS CSV File Source – Advanced CSV Parsing Options
SSIS CSV File Source – DateTime Parsing Options
SSIS CSV File Source – Redirect Bad Records (Error Handling)
Articles / Tutorials
Click here to see all articles for [SSIS CSV Source] category
How to Pivot CSV Data in SSISIntroduction In our previous blog we saw How to write data into CSV file in SSIS (GZip / Split). Now in this blog, we will see How to Pivot CSV Data in SSIS using CSV Source. It also supports Pivot mode so you can convert single CSV string value into Rows. In this article we […] |
SSIS Magento data Read / Write using REST API CallIntroduction In this post we will lean SSIS Magento data read / write operations. Magento is a very popular eCommerce platform and they offer JSON based REST APIÂ and XML based SOAP API. You can use either API based on your need to automate common integration needs. We recommend using REST API (JSON API) if possible […] |
How to call Amazon MWS API using SSISIntroduction In this post you will learn how to call Amazon MWS API (Amazon Marketplace Web Service) or Amazon Product Advertising API using SSIS PowerPack. Using drag and drop approach you can consume data from Amazon MWS XML Web service. In this post we will use ZappySys XML Source connector to read data from Amazon MWS […] |