How to map data from a CSV file
The following procedure assumes that you have created a data file connection. The procedure uses as an example, a CSV file having the following structure:
PRODUCTNAME,QUANTITYINSTOCK,MSRP
1969 Harley Davidson Ultimate Chopper,7933,95.7
1952 Alpine Renault 1300,7305,214.3
1  
2  
1  
2  
3  
4  
5  
Figure 3-24  
3  
1  
2  
3  
4  
5  
6  
7  
8  
4  
Figure 3-25  
5  
During the metadata import process, Get columns reads column name information from the header row in the source file, determines a type for each column, and indexes each column.
Definitions for each new column created in the target table appear listed in Table Declaration, as shown in Figure 3-26.
Figure 3-26  
6  
1  
2  
3  
4  
For example, change the type of the MSRP column from Integer to Real, and set the column to not indexed, as shown in Figure 3-27.
Figure 3-27  
7  
8  
Figure 3-28  

Additional Links:

Copyright Actuate Corporation 2013 BIRT Analytics 4.2