Skip to content

How to pull data per line once from a file using Macro in SER

sashiloversashilover China
edited July 2015 in Need Help
I tried to pull data from a txt file which contains a list subdomain's name per line.
The data in the txt file looks like:

MyName1
MyName2
MyName3
MyName4

I used the #file_links[C:\folder\textfile.txt,1,N], it pull the data RANDOMLY, NOT one by one.
How can I pull data from a file ONE BY ONE?

Thanks.

Comments

  • SvenSven www.GSA-Online.de
    There is no such macro. It will always pull a random line here.
  • Thanks for your answer, Sven.
    Is there any way to implement that?
    Please advise.
  • SvenSven www.GSA-Online.de
    hmm but what would be the use of it?
  • I am using serengines with GSA ser to register web 2.0s on Tumblr.
    I DO NOT want to register new blogs on Tumblr, instead, I scraped a list of expired/deleted blogs with High PR on Tumblr, and I want to put these subdomain's names into a text file, and set the name into the "login" filed one by one.
    Thanks again for your help.
  • SvenSven www.GSA-Online.de
    Ahh so you try to use a macro in the login field within project data?
  • Yes, by default, I see the macro %login% in the login field within project data when I only enable the serengines web2.0, but I am not sure how to use that macro.
    If I leave it as default, it will create random name of subdomains on the Tumblr.
  • SvenSven www.GSA-Online.de
    Well thats not the part where you can change it. The %login% macro is also a data field you can change. By default it is set to Randomize.
  • Anything I can do to make this happen? 
  • SvenSven www.GSA-Online.de

    There is one thing you can do.

    1. create a folder c:\temp\logins\

    2. in that folder you put a file for each login you want and the content is also the login only (no return or anything)

    3. in the project you use the macro %spinfolderdelete-c:\temp\logins\%

  • Thank you Sven,
    I will try that.
Sign In or Register to comment.