I think it's pretty difficult to get started with Rhino ETL so I made a little intro article that people can quickly get up to speed on the basic concepts:
http://www.codeproject.com/KB/cs/ETLWithCSharp.aspx On Mar 25, 6:40 pm, Stuart Laughlin <[email protected]> wrote: > On Tue, Mar 24, 2009 at 6:36 PM, Dom <[email protected]> wrote: > > > Hi Stuart, > > > Thanks for the message. It would also be really useful to take a look > > at some sample code. > > Looking back at my code it's even rougher than I remembered. I'll send > it along so long as you don't judge, agreed? :) > > As has already been mentioned, one of the primary concepts to > understand is the pipeline. It matters because your code ultimately > executes in a different context than you might first expect, if you > see what I mean. > > As you will see, the attached code simply iterates through files in a > directory. For each excel file it finds, it iterates through the > sheets (somewhat selectively) and dumps the data to a staging table. > > Regards, > > --Stuart > > Demo-ETL.zip > 230KViewDownload --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Rhino Tools Dev" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/rhino-tools-dev?hl=en -~----------~----~----~----~------~----~------~--~---
