ripple / rippled-historical-database

SQL database as a canonical source of historical data
99 stars 68 forks source link

Pagination markers not supplied when specifying CSV format #131

Closed professorhantzen closed 7 years ago

professorhantzen commented 7 years ago

A workaround - that unfortunately calls the server twice - is to query the set in JSON, retrieve all the markers form the responses, and then repeat the queries in CSV format specifying the markers returned form the JSON requests.

Could the marker for CSV format be included, say, as the first entry of an additional column "marker" (perhaps always the final column)?

shekenahglory commented 7 years ago

the marker is there actually - its in the header though, not the body. https://ripple.com/build/data-api-v2/#pagination

professorhantzen commented 7 years ago

Aha! Thank you! My bad.