csv — Defines a CSV data source.
<csv [path="/path/to/dir"] [header="booleanValue"] [prefix="prefix"] [suffix="suffix"]/>
					This element defines a CSV data source, for now this data source
					its user for output only. This data source will create a file for
					each table in the metadata definition in the selected directory.
					The name of the generated files will be: 
					prefix + tableName + suffix.
				
The filename prefix used for the CSV files.
The filename suffix used for the CSV files.
								Indicates if the generated files should have as
								first column the name of the columns. true
								will have the columns in the file, false
								otherwise.
							
The path in witch generated files should go.