On Wednesday, December 16, 2015 at 10:11:20 AM UTC-5, Jon Norberg wrote: > > Is it possible to dynamically create a composite type if I have a list of > strings for the fieldnames?
While this is possible, you should probably consider using a dictionary type rather than creating a composite type on the fly.
