Common mistakes while creating excel from XML

This article, describing some common mistakes when we create/ download excel through XML. File Corrupted This is the main common error that happens while downloading the excel and the debugging is really hard. The major reasons are listed below. The number of rows while we Invalid format Column number Column name

Getting the internal id of the sub-items from the matrix item in site builder

In the site builder we may come across the situation we want to alter the details of the sub-items in the PLP,PDP,search pages.For eg:You want to change price,add some details.In site builder we can’t access the internal id’s of the sub-items in default way to get the internal id.All that we can have is the… Continue reading Getting the internal id of the sub-items from the matrix item in site builder

CSV Imports Tips

If you are not familiar with the record and fields in the record that needs to be imported, the best thing is to do at first is manually create a record with the data in the import file. By doing this we can identify the additional or custom fields that should be mapped even if… Continue reading CSV Imports Tips

SOAP Basics

SOAP stands for Simple Object Access Protocol. It is a format for sending and receiving messages. It is an application communication protocol and platform independent. It is important for web applications to be able to communicate over the Internet. The best way to communicate between applications is over HTTP, because HTTP is supported by all Internet browsers and servers.… Continue reading SOAP Basics

UnderscoreJS

UnderscoreJs is a popular JS-based library that provides 100+ functions to facilitate web development.It provides helper functions like map, filter, Invokes as well as function binding. UnderscoreJs can be used directly inside a browser and also with node JS Underscore comes with lots of features that ease your work with objects. Features Collections: Provide functions… Continue reading UnderscoreJS