newline - Imacros.... start a new line in a data extraction CSV file -
i have following macro: version build=9002379 tab t=1 tab closeallothers url goto=http://www.bbc.co.uk/food/recipes/chocolate_and_orange_87739 add !extract {{!urlcurrent}} tag pos=1 type=div attr=class:article-title extract=txt tag pos=1 type=div attr=id:ingredients extract=txt add internal {{#newline#}} url goto=http://www.bbc.co.uk/food/recipes/secret_squirrel_cake_49338 add !extract {{!urlcurrent}} tag pos=1 type=div attr=class:article-title extract=txt tag pos=1 type=div attr=id:ingredients extract=txt saveas type=extract folder=c:\data_extract_bbc file=ollytest1.csv i want write new line each url hit, in file puts them both on same line. there command start new line? that's main question. other question is... how can imacro's crawl whole of site , take recepies off every page exist? pages may not have recepies on. cant find list on sitemap of url's , url's not numbers. how can make imacros explore links on site? to start new line can this: add ...