Csv to Access: How to transfer data from Csv to Access File
Step
1. Create a new job, and open the [Design Job] interface.
2. Create a new Text dataset as target in [Design Job] interface, and open the property dialog of Text dataset, set parameters of Csv file in [Format] sheet, then click [Import field definition] button in [Fields] sheet to import field definition information.
Following is the detailed parameters of Text dataset should be setted.
Property name
Description
File name
File name. The file should be stored in ASIIC format.
Allow getting batch text file with pattern file ,for example:.
File Name: c:\temp\*.csv..
If the file name is above, Text dataset will get all the file which¡¯s extension is ¡°.csv¡±..
Or an use the pattern character ¡°?¡± to get the specify file, for example: If the file name is c:\temp\a?.csv, text dataset will get all the csv file which first character is ¡°a¡± and the file name only have 2 character.
Field
List the definition information of the field that has the above format.
Before reading source data, you must define field¡¯s information. About how to get field information.
3. Create a new ADO dataset as target in [Design Job] interface, and open the property dialog of ADO dataset, set connection parameters with Access in [Database] sheet, then click [Import field definition] button in [Fields] sheet to import field definition information.
Following is the detailed parameters of Access should be setted.
Property name
Description
Connection string
Set ConnectionString to specify the information needed to connect the access.
Click the button on the Connection string box right, to open [Data link properties] dialog.
Select "Microsoft Jet 4.0 OLE DB Provider" , and click [Next] button.
Select mdb file by click button on the "Select or enter a database name" combox right.
Table name
Once you set up the parameters for database connection, click the combo box, all tables will be listed.
Databasetype
Select Microsoft Access 2000 or 95/97.
Submit records
Generally, capability is better when parameter is set as 100.
Field
List the definition information of the field that has the above format.
Before reading source data, you must define field¡¯s information. About how to get field information.
4. Connect source and target. Create a new DBLink between Text dataset and ADO dataset, and open the property dialog of DBLink, then set the "update mode" parameter.
5. Mapping fields. Click [Field mapping] button in [General] sheet in property dialog of DBLink to open [Set DBLink Fields Mapping] interface. You can edit calculation expression for each target fields, or drop source field to target field by mouse to generate field mapping list.