GitHub user dmainou added a comment to the discussion: Help- please!
Assuming you know the following. - the list of source tables - the corresponding target tables - the method of determining the delta. E.g. the row id, the date or some other key. Use a table input step to get the data. Use either a table output step to load the data or, if the volume is large, use the postgresql bulk loader. As Bart said, if your process is more complex, you could query the list of tables, indices, views, etc. Determine what needs created. Then get the columns and types for the tables, map those types to postgres types and build table ddls and create the tables. Etc. Follow the ping pong ball. GitHub link: https://github.com/apache/hop/discussions/5092#discussioncomment-12664883 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
