Skip to content
This repository has been archived by the owner on Nov 21, 2019. It is now read-only.
This repository is currently being migrated. It's locked while the migration is in progress.

Exports of questions with repeated column names returns incorrectly #35

Open
nyasara opened this issue Sep 13, 2017 · 1 comment
Open

Comments

@nyasara
Copy link

nyasara commented Sep 13, 2017

Issue: Asking a compound question whose result sets contain fields with the same name causes the result from one to overwrite the other.

To reproduce: using pytan.Handler, ask "GET
Running Service Short Name containing "CryptSvc"
and
Running Service Short Name containing "Audiosrv"
FROM all machines" and export as CSV
Expected result: A CSV that looks like

Count,Running Service Short Name,Running Service Short Name,
4,CryptSvc,[no results]
7.CryptSvc,Audiosrv

Actual Result:

Count,Running Service Short Name,Running Service Short Name,
4,CryptSvc,CryptSvc
7.CryptSvc,CryptSvc

@nyasara
Copy link
Author

nyasara commented Sep 13, 2017

I should have noted, looking at the question through the Tanium Console, that shows the results coming back correctly.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant