taers232c / GAMADV-XTD3

Command line tool to manage Google Workspace
732 stars 86 forks source link

Activities Report - Meet #95

Closed dav1303 closed 4 years ago

dav1303 commented 4 years ago

Hi

When I launch this command with different delimiter defined in my gam.cfg it is not working

gam.exe config csv_output_row_filter "meeting_code:regex:\^[A-Z]" report meet range 2020-10-05 2020-10-06 > D:\0-IN\Analyse_Meet\meet_details_man.csv

csv_output_column_delimiter = ; csv_input_column_delimiter = ; csv_output_field_delimiter = ';'

The output file still contains "," even when I change and select another config

Thanks

taers232c commented 4 years ago

I broke something; here's a solution.

gam.exe config csv_output_row_filter "meeting_code:regex:^[A-Z]" redirect csv D:\0-IN\Analyse_Meet\meet_details_man.csv column_delimiter ";" report meet range 2020-10-05 2020-10-06

taers232c commented 4 years ago

This should be fixed in 5.22.02

Ross

dav1303 commented 4 years ago

Thanks a lot

Your workaround works fine