I'm running a paginated API request. All pages have the same response body objects in the same order, but different values.
After converting, each CSV file has certain fields in a slightly different (random?) order instead of respecting the consistent order of the fields from the response body.
Thanks!
I'm running a paginated API request. All pages have the same response body objects in the same order, but different values.
After converting, each CSV file has certain fields in a slightly different (random?) order instead of respecting the consistent order of the fields from the response body.
Thanks!