cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

option to not load Sample Data during Initialization

Former Member
0 Likes
786

Hello,

Could any one help what are the steps I need to follow to not load the sample data (OOTB data) during initialization?

I want to load my own data and stop loading the sample data that comes with OOTB.

Any help appreciated.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Likes

Thanks for your quick response Saurabh. Let me try and will let u know if I need anything else.

Former Member
0 Likes

Hi SasiReddy, If my answers worked for you, Can you please upvote or mark them correct so that others can also benefit.

Thanks Saurabh.

Answers (2)

Answers (2)

Former Member
0 Likes

Hi SasiReddy

Most of the sample data is in hybris\bin\ext-data folder. The extensions are apprelstore, electronicsstore and some others, best way is to remove these extensions from your localextensions file. Create you own extension customdata.

Place impex files customdata/resources/customdata/import folder. Basically replicate the folder structure of apparelstore extension. Once done, write your impexes and add your customdata extension in localextensions.xml file.

Run ant clean all and then initalize, you will see your data instead of OOB data. Let me know how you go.

Former Member
0 Likes

If you initialize via the hac, then you can select "no" for "Import Sample Data" under your initialdata extension.