@YounesGa To have each thread use only 1 line, set the value "max success usage: 1", "max number of simultaneous use: 1".
This is equivalent to the fact that after the flow finishes running with a result of Success, the already used proxy line will not be used again, whereas if there is an error, it will be reused 999999999 times and only one line. for each stream
290a12f6-98cf-4378-9d4c-72a246339adb-image.png
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.