Jump to content
UBot Underground

How To Save A Table To A File?


Recommended Posts

Hello Masters UBot.

​I need a little help.

 

I was looking for some post which talk about save table to file. but I didn't find.

 

I would like to save a table to a CSV file.

​Someone could help me with this task please?

How to do that?

​Best regards,

​CL
​Ps. My first bot is attached. The save to file command is there. But I do not no how to add a table on tins command.

keaching_port_job_extract,v2.ubot

Link to post
Share on other sites

 

Hey CL,

 

Welcome to the community! 

 

To save a table to a CSV files you would just use the Table name. 

 

save to file("c:\\jobs.csv",&jobs_table)

 

 

hello friend, I do not understand , help me please? Please specify 

 

Hey CL,

 

Welcome to the community! 

 

To save a table to a CSV files you would just use the Table name. 

 

save to file("c:\\jobs.csv",&jobs_table)

 

 

hello friend, I do not understand , help me please? Please specify
Link to post
Share on other sites

Can somebody help me?

 
I need to register email accounts in hotmail and I have several problems , if anyone can help me by skype it would greatly appreciate it
 
Link to post
Share on other sites

 

Can somebody help me?

 
I need to register email accounts in hotmail and I have several problems , if anyone can help me by skype it would greatly appreciate it
 

 

 

I think you would be best off opening a new thread here explaining the issues you are having in as much detail as possible. The more details you can give the more likely it is somebody will be able to help.

Link to post
Share on other sites
please, look
 
I can not make passwords match
 
 
 
navigate("https://signup.live.com/?wa=wsignin1.0&rpsnv=12&ct=1464705231&rver=6.4.6456.0&wp=MBI_SSL_SHARED&wreply=https:%2f%2fmail.live.com%2fdefault.aspx%3frru%3dinbox&id=64855&cbcxt=mai&bk=1464705231&uiflavor=web&uaid=f2a45320ba814496a39036fa62eaf63b&mkt=EN-US&lc=1033&lic=1","Wait")
type text($element offset(<password field>,0),"{$account data("Password")}{$rand(100,200)}{$random text(9)}","Standard")
click($element offset(<password field>,1),"Left Click","No")
wait(1)
type text($element offset(<password field>,1),"{$account data("Password")}{$rand(100,200)}{$random text(9)}","Standard")
type text($element offset(<first name field>,0),$account data("First Name"),"Standard")
type text($element offset(<last name field>,2),$account data("Last Name"),"Standard")
Link to post
Share on other sites

use the save to file command

 

place the path to save file ending in .csv

and drag in the $table name

 

of the data you wish to save

 

and or of you have delimited data in a list you can save that as a table to .csv file as well

 

thanks friend

 

I am presenting a drawback. achievement not make every start and create a new row in order
 
Example:
 
                   A                                B
1 ewuhfbf@hotmail.com       reuig74gffe
2 efibefef@hotmail.com        ediouedh7ud3
 
and so on....
 
Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...