CSV Data Source

Introduction

CSV data source is used to fetch data from CSV (character separated values) files. CSV is a simple format for tabular data. Many spreadsheet programs, databases, and other applications can export their data in CSV. Common separator characters are comma, tabulator and space.

Setup

No special setup is needed, but the file must be readable (i.e. its' location must be known and it must have proper permissions).

Configuration

To ensure maximum compatability the CSVDataSource can be configured with the following parameters:

Examples

Simple example. Takes all the columns in the CSV file.

<data>
 <csv source="mytest.csv" />
</data>
Euribor* interest rates, read from a CSV file.

*Euribor (Euro Interbank Offered Rate) is the rate at which euro interbank term deposits within the euro zone are offered by one prime bank to another prime bank.