Solved
Forum Discussion
koryknick
2 years agoEmployee
salonimaggo - While the solution provided by nativeBasic functionally works, I am concerned with the memory requirements when processing large files. I recommend a slightly different approach using one of SnapLogic's built-in properties, specifically, the snap.in.totalCount property. You can accomplish the same result using a Filter snap and allow your pipeline to work with the streaming data, rather than collecting the entire input file into memory.
Hope this helps!