1. export the table from the source database

2. on the target database, create the table of the same structure as in the source database, however make it as nonpartitioned table here

3. perform import of the dump from step 1) into the new table from step 2), and use IGNORE=Y while importing