Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.
Originally posted by: Tim MeagherHi,
There is an issue with the Excel File node released with 4.5.2 in that it needs to load the Excel Workbook into memory prior to converting to the LAE internal (BRD) format.
The issue exists up until LAE 4.5.4.
This issue has been raised in our bug tracking system and will be fixed in the upcoming LAE 4.5.5 and LAE 4.6.0 releases.
Until that time, it isn't easy to workaround the limitation.
Probably the easiest approach is to go into Excel and save the file in a CSV format, then use the CSV file node to read in the data.
Depending on the size of the file, it is
sometimes possible to use multiple Excel File nodes, with the first node reading the first set of rows, the second node reading the next set of rows (e.g. 30,000 rows per node or something), then joining them together with a Cat node. In order to do this, you would need to specify the rows to read in the WorkbookSpec parameter.
A final alternative is to split the data in the workbook into multiple Excel Files and read each of these separately with an Excel File node in the LAE.
Obviously, none of these alternatives are ideal and are going to be addressed in the next LAE releases in both LAE 4.5.5, and LAE 4.6.0.
Regards,
Tim.