I take it you did not write those 234 formats yourself, but created those from a dataset with 235 columns.
For a lookup from this dataset, you should use a hash object, because then all those PUTs would be handled with a single find() method call.
... View more