-
Notifications
You must be signed in to change notification settings - Fork 0
Home
wmbutler edited this page Feb 5, 2012
·
2 revisions
Welcome to the textimportinator wiki!
Visually create maps to import CSV data into a standard database table
Do you need to regularly re-organize csv files to fit into your database schema? I do. Ultimately, you will be able to:
- Read in an arbitrary csv file with headers
- Assign connect strings for mysql, mssql or whatever database you like.
- Assign tables that you plan to import into.
- Define which fields in the csv file map to which fields in your existing db table
- define other arbitrary tasks such as stripping out header and footer lines as well as extra lines.
- Determine how many times to loop through a record in case there are multiple pieces of data.
- Assign uniqueness based upon a specific column in the even that your data is repeated.
- Assign arbitrary delimiter character
Future awesomeness:
Allow for fixed length files by assigning character maps.