Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.
Originally posted by: svimesLets say I have Excel01.xls --> Excel08.xls in a directory
I use a Directory node to pick up the eight filenames
To get the data I can connect an excel node to the directory node, add seven more outputs to give me eight, put "FileName" in the FileName Expr field and F5.
However, subsequent nodes will only start once all data from all excels 01 - 08 are loaded. Is there any way to parallel process this so smaller files can carry on once loaded without waiting for the others? I know I can split the result from the directory node into eight and attach eight execl nodes but it seems a bit clumsy.
Thanks