Hi @skef
Based on your previous post you are using ThingPredictor for scoring.
The aim of ThingPredictor is mostly for real time scoring, therefore limited amount of data at one time.
If you have got a new csv file with new rows to score against a previously created model, you should use the Analytics Server scoring feature as opposed to ThingPredictor (they all use the same engine behind the scene)
For this:
In ThingWorx Analytics Builder select Models > select your model > View > Predictive scoring > New > Upload New data, load your csv file with data to be scored. Crete a filter to segregate those new data (otherwise the whole dataset including the training data will be scored).
Once the scoring job is complete you will have a link to download the result.
Hope this helps
Christophe