Closed jpmckinney closed 2 months ago
Some publishers have roles as an object instead of an array. Ideally, we can just ignore bad data.
roles
I did a naive attempt in https://github.com/open-contracting/kingfisher-summarize/pull/192 but I'm assuming you can't have a case statement inside a join statement.
What is the current behaviour and what problems does it cause?
I think an error is raised. We can create a test case and see what happens.
Some publishers have
roles
as an object instead of an array. Ideally, we can just ignore bad data.I did a naive attempt in https://github.com/open-contracting/kingfisher-summarize/pull/192 but I'm assuming you can't have a case statement inside a join statement.