But it shows in the GUI only the first wallet... what now?
Here you can try this command this time you can export all private keys
dumpwallet "filename"
sample dumpwallet myprivatekeys
and hit enter
The you can see where it save and you can open it in text file
or you can export it only selected address
dumpprivkey 1YouRBitcoinaddress
Do this if you wanted only selected addresses to be exported..
For importing you can use this command
importprivkey [Anylabelyouwant] [rescan=false]
or import wallet from dump wallet you can use this command
importwallet filename
Hope this works..