fpdcc / ccfp-asset-dashboard

CCFP Asset Dashboard
0 stars 1 forks source link

Investigate portfolio export bug #282

Open smcalilly opened 7 months ago

smcalilly commented 7 months ago

It's been reported that one user (user_id=12) has observed a bug with the exported data. Apparently it's formatted wrong. I haven't been able to recreate with my test user, so this is likely due to something specific about the data in that user's portfolios. In the past, there have been newlines and carriage returns that we've had to strip out of the portfolio data, but maybe we haven't stripped out everything.

We need to copy over the portfolios from that user to a test user (since the portfolios are scoped to users), then try to recreate the bug. This might be easiest by dumping to prod db and doing all of this locally.

smcalilly commented 6 months ago

I've been unable to recreate this with the production data. @jim-z do you know more specifics about the format issue? What fields are formatted wrong?