Pentaho Kettle sql uid -


I need to load the database from CSV. Those tables are also used by the application code, and the table primary key Is generated by the hibernate uid .

How do I make these primary keys from kettle?

I appreciate any help.

"use random value generated" step - It can generate UUID etc.

Comments

Popular posts from this blog

qt - switch/case statement in C++ with a QString type -

python - sqlite3.OperationalError: near "REFERENCES": syntax error - foreign key creating -

Python's equivalent for Ruby's define_method? -