How to change delimiter in dataload csv in IBM WebSphere commerce

A CSV file can contain multiple data records, with each record spanning multiple columns. Each column value for a record is also known as a token. The CSV file must include delimiter characters to separate tokens within each record and to separate records. The CSV data reader uses these delimiter characters to identify each record 

Continue Reading →

How to display webactivity or e-Spot data content on the JSP in IBM WCS

If you have already created a webactivity using dataload or CMC and want to display all the e-Spots data at store front or JSP. You can use below rest call to get all the details and data about the webactivity by passing the e-Spot name into it. Just replace ESPOT_NAME by the actual main e-Spot 

Continue Reading →

How to enable new language In IBM WCS

CREATE BOOTSTRAP FILES 1. Go to <WCDE_installdir>/schema/xml/ 2. Create a bootstrap file that is called wcs.bootstrap_nl_NL.xml and add the following code. Save & close the file. 3. Create wcs.bootstrap_nl_NL_base.xml. Search for wcs.bootstrap_tr_TR_base.xml and Copy all the data from wcs.bootstrap_tr_TR_base.xml to newly created wcs.bootstrap_nl_NL_base.xml and save it. 4. Add below two lines on the top of the 

Continue Reading →

How to insert or update default title of an eSpot using dataload

If you want to change or insert default title of an eSpot in the IBM WCS then please follow below steps. Modify below loader file which is used to insert/update default content of an eSpot. Find below XML piece of code in the default content loader file of an eSpot And replace it with below 

Continue Reading →