I have several thousand sdf files that I want to transfer to a database.
I can loop over the sdf files and read their contents in a loop - but I can't see how to include a Database Write Node (set to append data) within the loop.
Is there a way to do this, or do just put the Database Write after the Loop End?