cancel
Showing results for 
Search instead for 
Did you mean: 

Importing user with password from hybris 5.5 to 6.3

Former Member
0 Kudos

Currently i i have hybris 5.5 , i want to export user data here is my script = #% impex.setTargetFile( "User.csv", true); insert_update User; pk[unique=true]; uid[unique=true]; addresses(pk); sessionLanguage(isocode); description; hmcLoginDisabled; loginDisabled; name; password; passwordAnswer; passwordQuestion; sessionCurrency(isocode); #% impex.exportItems( "User" , false );

What modification i have to do to export the user data to hybris 6.3

Former Member
0 Kudos

The above script doesn't seem to yield anything. Which script is the correct one. Please help me out. I have also replaced password header with @password[translator=de.hybris.platform.impex.jalo.translators.UserPasswordTranslator].

Accepted Solutions (0)

Answers (0)