I'm new to dbForge and need little help.
I have a database which contains data in 4 languages:
index, organize, text
Code: Select all
1, 10, text_EN_1
2, 20, text_ES_1
3, 30, text_PT_1
4, 40, text_IT_1
5, 50, text_EN_2
6, 60, text_ES_2
7, 70, text_PT_2
8, 80, text_IT_2
Now, I would like to export all Spanish data for correction and re-import these once the task has been completed. But I need to make sure, that what was index 4 before the export, becomes index 4 after the import again.
The import assistant offers an ´update´ option for import, but does not explain how the software matches data to the existing entries !?
I can imagine that there's more then one way to solve that.
I really appreciate any suggestion on this task.
Thanks !