I am trying to use StrawberryShake to parse the JSONL response from bulk queries. Has anyone had any luck doing so?
Hey @SRCB - on my end, I don’t have too much context for StrawberryShake and can’t help with non-Shopify libraries, but I did a little digging and my hunch is that there may not be support for JSONL formats (JSON Lists - which is how our Bulk Operations output their results) with StrawberryShake out of the box.
I think the best spot to confirm this would be in their Github repo here though.
Hope this helps a bit
Hilarious library name firstly
Looks like you can do it fairly straightforward in c#
I know how to use read the JSONL, I wanted to use their generated models with a parser in order to parse the resulting JSON.
I had hacked together something that does just that, but when I regenerated the models after changing one of my queries, it all broke.