[opendx-users] multi-component: how to flush memory after each component

2005-03-31 Thread Linhui Ye
Hi, I have a .dx file which contains several fields. There is a list of the name of these components in the file. So I use extract to read in this list, which is then passwd to a Selector to pick one out for visualization: FileSelector - Import - Extract (list) - Selector (showing the list)

Re: [opendx-users] multi-component: how to flush memory after each component

2005-03-31 Thread David Thompson
With the current Import, there is no way to do this. You would have to write your own custom Import. You could re-organize your data to be a series of fields at which point you could then select and only Import one at a time--but then you have the issue of how do you get the list of members to

Re: [opendx-users] multi-component: how to flush memory after each component

2005-03-31 Thread Linhui Ye
Dear David, Thank you very much for your reply. I will try what you said. Linhui David Thompson wrote: With the current Import, there is no way to do this. You would have to write your own custom Import. You could re-organize your data to be a series of fields at which point you could then