taers232c / GAMADV-XTD3

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

summaryuser causes duplicate rows #416

Closed mlclemen2 closed 3 weeks ago

mlclemen2 commented 3 weeks ago

When I run: gam redirect csv ./susshared.csv multiprocess csv sustest.csv gam user "~Users" print filesharecounts summary only On a file with 9 users, I get a result with 10 rows including the header row.

When I run: gam redirect csv ./susshared.csv multiprocess csv sustest.csv gam user "~Users" print filesharecounts summary only summaryuser "~Users" On a file with 9 users, I get a result with 19 rows including the header row. The second row for each user is returned with all of the values "0"

The "Summary" field is appropriately replaced with the email address referenced by "~Users".

mlclemen2 commented 3 weeks ago

gam --version
GAMADV-XTD3 6.76.14 - https://github.com/taers232c/GAMADV-XTD3 - pyinstaller Ross Scroggs ross.scroggs@gmail.com Python 3.12.3 64-bit final MacOS Sonoma 14.5 arm64

mlclemen2 commented 3 weeks ago

I also get the same result with "todrive"

taers232c commented 3 weeks ago

Send me a Meet/Zoom invitation

Ross

ross.scroggs @ gmail.com

On Wed, Jun 12, 2024 at 11:02 AM mlclemen2 @.***> wrote:

I also get the same result with "todrive"

— Reply to this email directly, view it on GitHub https://github.com/taers232c/GAMADV-XTD3/issues/416#issuecomment-2163621434, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACCTYLZU3QB667NK52FR53DZHCENHAVCNFSM6AAAAABJG2Z7QSVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCNRTGYZDCNBTGQ . You are receiving this because you are subscribed to this thread.Message ID: @.***>

-- Ross Scroggs @.***

taers232c commented 3 weeks ago

Fixed