VOOZH about

URL: https://www.cdata.com/kb/tech/csv-odbc-informatica.rst

โ‡ฑ Create Informatica Mappings From/To an ODBC Data Source for CSV


Create Informatica Mappings From/To an ODBC Data Source for CSV

๐Ÿ‘ Jerod Johnson
Jerod Johnson
Director, Technology Evangelism
Create an ODBC connection to CSV in Informatica and browse and transfer CSV data.

Informatica provides a powerful, elegant means of transporting and transforming your data. By utilizing the CData ODBC Driver for CSV, you are gaining access to a driver based on industry-proven standards that integrates seamlessly with Informatica's powerful data transportation and manipulation features. This tutorial shows how to transfer and browse CSV data in Informatica PowerCenter.

Connect to CSV as an ODBC Data Source

Information for connecting to CSV follows, along with different instructions for configuring a DSN in Windows and Linux environments.

Connecting to Local or Cloud-Stored (Box, Google Drive, Amazon S3, SharePoint) CSV Files

CData Drivers let you work with CSV files stored locally and stored in cloud storage services like Box, Amazon S3, Google Drive, or SharePoint, right where they are.

Setting connection properties for local files

Set the URI property to local folder path.

Setting connection properties for files stored in Amazon S3

To connect to CSV file(s) within Amazon S3, set the URI property to the URI of the Bucket and Folder where the intended CSV files exist. In addition, at least set these properties:

  • AWSAccessKey: AWS Access Key (username)
  • AWSSecretKey: AWS Secret Key

Setting connection properties for files stored in Box

To connect to CSV file(s) within Box, set the URI property to the URI of the folder that includes the intended CSV file(s). Use the OAuth authentication method to connect to Box.

Dropbox

To connect to CSV file(s) within Dropbox, set the URI proprerty to the URI of the folder that includes the intended CSV file(s). Use the OAuth authentication method to connect to Dropbox. Either User Account or Service Account can be used to authenticate.

SharePoint Online (SOAP)

To connect to CSV file(s) within SharePoint with SOAP Schema, set the URI proprerty to the URI of the document library that includes the intended CSV file. Set User, Password, and StorageBaseURL.

SharePoint Online REST

To connect to CSV file(s) within SharePoint with REST Schema, set the URI proprerty to the URI of the document library that includes the intended CSV file. StorageBaseURL is optional. If not set, the driver will use the root drive. OAuth is used to authenticate.

Google Drive

To connect to CSV file(s) within Google Drive, set the URI property to the URI of the folder that includes the intended CSV file(s). Use the OAuth authentication method to connect and set InitiateOAuth to GETANDREFRESH.

Windows

If you have not already, first specify connection properties in an ODBC DSN (data source name). This is the last step of the driver installation. You can use the Microsoft ODBC Data Source Administrator to create and configure ODBC DSNs.

Linux

If you are installing the CData ODBC Driver for CSV in a Linux environment, the driver installation predefines a system DSN. You can modify the DSN by editing the system data sources file (/etc/odbc.ini) and defining the required connection properties.

/etc/odbc.ini

[CData CSV Source]
Driver = CData ODBC Driver for CSV
Description = My Description
URI = /PATH/TO/MyCSVFilesFolder

For specific information on using these configuration files, please refer to the help documentation (installed and found online).

Create a Linked Table to Customer Data

Follow the steps below to create a linked table, which enables you to access live Customer data.

Create the ODBC Connection

Follow the steps below to connect to CSV in Informatica PowerCenter:

  1. In the Informatica Developer tool connect to your repository and create a project.
  2. In the Connection Explorer pane, right-click and click Create a Connection.
  3. In the New Database Connection wizard that is displayed, enter a name and Id for the connection and in the Type menu select ODBC.
  4. In the Connection String property, enter the DSN.

NOTE: If you are working in a Linux operating system, set the Driver Manager for Linux property to unixODBC 2.3.x.

Create the CSV Data Object

After you have created an ODBC connection to CSV, you can now access CSV entities in Informatica. Follow the steps below to add Customer entities to your project.

  1. In the Object Explorer, right-click your project and then click New -> Data Object.
  2. In the wizard that is displayed, select the Relational Data Object option.
  3. Click the Browse button next to the Connection box and select the ODBC connection you created in the previous step.
  4. Select the option to create a data object from an existing resource and click the Browse button next to the Resource box.
  5. In the dialog that is displayed, clear the Show Default Schema Only option and expand the node for the ODBC connection. Select the entity that you want. ๐Ÿ‘ The driver models CSV entities as relational tables. (Salesforce is shown.)

You can now browse the table in the Data Viewer: Right-click the node for the table and then click Open. On the Data Viewer view, click Run.

๐Ÿ‘ Table data and metadata in the Data Viewer. (Salesforce is shown.)

Create the Mapping

Follow the steps below to add the CSV source to a mapping:

  1. In the Object Explorer, right-click your project and then click New -> Mapping.
  2. Expand the node for the CSV connection and then drag the data object for the table onto the editor.
  3. In the dialog that appears, select the Read option.
๐Ÿ‘ The source CSV table in the mapping. (Salesforce is shown.)

Follow the steps below to map CSV columns to a flat file:

  1. In the Object Explorer, right-click your project and then click New -> Data Object.
  2. Select Flat File Data Object -> Create as Empty -> Fixed Width.
  3. In the properties for the CSV object, select the rows you want, right-click, and then click copy. Paste the rows into the flat file properties.
  4. Drag the flat file data object onto the mapping. In the dialog that appears, select the Write option.
  5. Click and drag to connect columns.

To transfer CSV data, right-click in the workspace and then click Run Mapping.

๐Ÿ‘ The completed mapping. (Salesforce is shown.)

Ready to get started?

Download a free trial of the CSV ODBC Driver to get started:

 Download Now

Learn more:

๐Ÿ‘ CSV/TSV Files Icon
CSV ODBC Driver

The CSV ODBC Driver is a powerful tool that allows you to connect with live flat-file delimited data (CSV/TSV files), directly from any applications that support ODBC connectivity.

Access flat-file data like you would any standard database - read, write, and update etc. through a standard ODBC Driver interface.