Here is a patch with tests. I guess we could improve the sample tests and add...

Contribution Date
Technology
Contribution Project
Contribution Details

Here is a patch with tests. I guess we could improve the sample tests and add in more test conditions but this is ready for review and testing.

You would write a migration as normally. The destination would look like this:

destination: plugin: table table_name: (table name) id_fields: id: type: string (second id field): (type: string) (fields:) (id: Primary Key) (second id field: Primary Key) (data1: Some data column) (data2: Some data column) (...)

Everything in brackets is optional. Table name is mandatory (obviously) and id_fields is mandatory as we can't figure out the primary keys without any schema information. Fields is optional and if available, it will be used to filter out from the destinations.

Contribution Author
Files count
1
Patches count
1