You can enter script in PHP here that will be executed for each import iteration.<br />You can use the following variables:<br />$$listing - is a current listing being imported. E.g. $$listing['Location_Country'] - contains Country value of imported listing.<br />$$skip = true; - use this script to skip listing meeting a certain criteria. E.g. to skip all listings from Texas use<br />if ($$listing['Location_State'] == 'Texas')<br /> $$skip = true;