Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Mapping Data
Message
From
07/09/2004 21:41:15
 
 
To
03/09/2004 19:23:03
General information
Forum:
ASP.NET
Category:
ADO.NET
Title:
Miscellaneous
Thread ID:
00938984
Message ID:
00940153
Views:
23
Bonnie,

Thanks for the idea. The issue is that the end user does not have the skills to translate the files into XML, and they will be the ones telling the application which files to import.

That said, I think I can still take advantage of datasets by using the OleDB provider to read in Excel and CSV files. Then I've got the data in an objectified format (I currently seem to favor objects over relational data), and I think the transformations could actually be straightforward.


Thanks for the thoughts.

David

>FWIW, if I were you, I'd just get the various file formats into XML and then use DataSets in your .NET application. That way you can utilize the DataSet.ReadXML() method. One reason I recommend this, is that it won't make any difference as to the order of the various columns because the .ReadXML() method will put them with the correct column in the DataTable.
>
>~~Bonnie
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform