Hi Dom, I've gone down the same path some time ago and I suggest you start one piece at a time. Leave out the dsl and the console runner and start making sense of operations and processes. If you're not familiar with them it might look strange in the beginning, mostly how the pipeline works in pull mode, that is, nothing is actually processed until you start pulling it from the tail.If you leave everything else out the tests for EtlProcess and the various kinds of operations serve as good documentation.
On Tue, Mar 24, 2009 at 21:26, Dom <[email protected]> wrote: > > Hi, > > I'm just starting trying to get my head around Rhino-ETL and am > finding getting going a little difficult. I have built the software > from the source and am trying to use Rhino.Etl.Cmd.exe to run a simple > boo script to take the contents of a CSV file and load it into a > SQLite database. > > I've taken a look at the examples that come as part of the test suite > but am unable to work out the syntax for connecting to a CSV file. > I've also read this blog post (http://ayende.com/Blog/archive/ > 2008/01/16/Rhino-ETL-2.0.aspx) by Ayende. This is probably me being > very dense but would anybody be able to help me? > > Regards, > Dom. > > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
