@Adisame forgot about DM, use mongo compas or other mongo GUI to see on DB, export, import etc. Bas work good with mongo only on skript side, but not on data manager
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.