This plugin is not designed to export the user data in a re-importable format, it’s more for users who want to run exports to build spreadsheets and store data outside of their websites.
If you want to move users between different WordPress websites you’d be better dumping tables directly from phpmyadmin – that way all data is stored in it’s original serialized format.
OK, thank you. I done the dump of the table wp_users
thanks the same
You’ll need the user_meta table also – and perhaps additional tables, depending on what plugin you use.
ok, thank you very much for warning me.