Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Extracting relational data from flat file CSV
Message
 
 
To
29/09/2010 19:13:49
General information
Forum:
ASP.NET
Category:
Databases
Environment versions
Environment:
VB 9.0
OS:
Windows 7
Database:
MS SQL Server
Miscellaneous
Thread ID:
01483281
Message ID:
01483282
Views:
41
This message has been marked as a message which has helped to the initial question of the thread.
>Looking for ideas about doing a one-time data extraction from a CSV (which was generated from Adobe PDFs)
>
>The data represents an insurance policy. 30% of the columns - which have column headers that correspond to field names - represent columns that will be imported into the policy table. The remainder of the columns are a flat representation of child tables.
>
>prop1, prop2, prop3, prop4 should be extracted to four rows of the prop table ( as well as the key representing the policy, of course )
>
>ai1, ai2, ai3 etc ditto.
>
>One-time conversion to sql server database. Any suggestions on the best way to iterate the 500 or so rows of the CSV to create 500 policy records and their associated child data.
>
>TIA

Sounds like a job for SSIS. Take a look at
6 ways to import a file to SQL Server
If it's not broken, fix it until it is.


My Blog
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform