Illgetitdone
Registered Member
- Jul 13, 2011
- 68
- 2
I found an imacros script that automatically submit your content to blogger
But it is missing the most important part, the content part.
Every articles out there have comma.
How do I make this compatible with .csv file
Code:
VERVERSION BUILD=6240709 RECORDER=FX
TAB T=1
URL GOTO=http://www.blogger.com/home
TAG POS=1 TYPE=DIV ATTR=CLASS:cssButtonInner
SET !ERRORIGNORE YES
SET !DATASOURCE C:\csv\blogger.csv
SET !DATASOURCE_COLUMNS 3
SET !LOOP 1
SET !DATASOURCE_LINE {{!LOOP}}
SET !ERRORIGNORE YES
TAG POS=1 TYPE=SPAN ATTR=ID:ShowSourceEditor&&CLASS:
TAG POS=1 TYPE=INPUT:TEXT FORM=NAME:stuffform ATTR=ID:f-title CONTENT={{!COL1}}
TAG POS=1 TYPE=TEXTAREA FORM=NAME:stuffform ATTR=ID:textarea CONTENT={{!COL2}}
TAG POS=1 TYPE=INPUT:TEXT FORM=NAME:stuffform ATTR=ID:post-labels CONTENT={{!COL3}}
TAG POS=1 TYPE=DIV ATTR=CLASS:cssButtonInner
Every articles out there have comma.
How do I make this compatible with .csv file
Last edited: