binaryData Sources

Flat files, databases, storage, big data, and notebooks.

Choose a data source

Use this page to orient yourself. Then jump into the specific connector docs:

circle-info

What “data source” means in PDI

In practice, a data source is either:

  • A file format you parse (CSV, Excel, JSON, XML).

  • A service you connect to (a DB, object store, cluster, or API).

circle-info

Flat files

Use flat files when your data arrives as CSV, TXT, fixed-width, JSON, or XML.

Start here: Flat Files.

circle-info

Structured

Structured data uses a predefined model. It is easy to validate and query.

Think tables, rows, and columns. Examples include SQL databases and well-formed CSV files.

Last updated

Was this helpful?