@thesunofme
Please attach the project where the problem occurs. Here or in the PM form.
Describe in more detail what site you are talking about and what proxies, mail services, etc. you use to register accounts, this can also be done in the forum PM.
Extract parsed data to CSV file
-
Hi,
I created the template shown in Google Parse video on YT. It works as said but I don't know how to extract the data parsed to a CSV file. I can see the results in the Log console, but is that the only place I can copy the data from ?
-
@TravelGreg2 Hi,
I don't know how to extract the data parsed to a CSV file
You can use "Parse Line" action to parse csv data.
Here is the example csv_parse.xml
I can see the results in the Log console, but is that the only place I can copy the data from ?
You can output data to Log, Result tab, to any file selected by user.
http://wiki.bablosoft.com/doku.php?id=how_to_output_script_result
http://wiki.bablosoft.com/doku.php?id=how_to_let_user_to_choose_output_file_name -
Thanks a lot. That was easy. I used LOG then WRITE FILE as csv and it worked well.