{{theTime}}

Search This Blog

Total Pageviews

How to create a HOP in kettle

Creating A Hop


Create a new hop hints:
  1. Drag the Graphical View between two steps while holding down the middle mouse button
  2. Drag the Graphical View between two steps while pressing the key and using the left mouse button
  3. Right click and select New Hop to select two steps in the tree
  4. Use + left-click to select two in the graphical view; the right-click on the step and choose New Hop

No comments:

Generate Models from SQL Server using Entity Framework Core

To generate models from SQL Server database tables using Entity Framework (EF) in .NET, you can follow the Database-First approach with Ent...