jimmoores / quandl4j

Java wrapper for Quandl REST API

Home Page:quandl4j.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add method that splits out multiple data set results into separate TabularResults

jimmoores opened this issue · comments

Currently, the results from a multiple data set are all in a big table with oddly named rows (SYMBOL - FIELD). These could be split out automatically to get a method in QuandlSession like:

Map<String, TabularResult> getMultipleDataSets(MultiDataSetRequest request)

by splitting the field header on (see getMulitpleHeaderDefinition() for logic)

As multi-requests now deprecated I'm closing.