GSA / touchpoints

Feedback platform for continuous improvement of systems, services, processes, and policy.
https://touchpoints.digital.gov
Other
47 stars 25 forks source link

Adding columns from A-11 CSV outputs to main CSV table? #1596

Open BinFZheng opened 2 weeks ago

BinFZheng commented 2 weeks ago

Related to this data output issue: https://github.com/GSA/touchpoints/issues/1595

For the TSA passenger screening survey - they download both their main CSV and the A-11 CSV. Afterward, they need to join the two tables so they can grab the columns from the A-11 CSV tables (1s and 0s for the individual driver statement).

Question Touchpoints team -

Let's chat on Thursday, Sept 5 to see if we want to go in a particular direction.

BinFZheng commented 1 week ago

Effectively - the ask: Can we and is it sensible to add the columns from Export A11-v2 Responses to CSV to the end of All Responses here? This would help TSA and other customers from having to join tables and/or write script to break out the categorical driver response col in All Responses into individual driver columns.

Screenshot 2024-09-06 164312

ryanwoldatwork commented 1 week ago

@BinFZheng - how about something like:

Add a new button

Screenshot 2024-09-06 at 3 21 44 PM

Combine standard form columns with A-11 v2 columns

WIDE

--

I started with this, as to not impact the standard form .csv export code.

https://github.com/GSA/touchpoints/pull/1612