I am working on a CSV import API - but the specific CSV I am importing has 3 rows of notes I need to remove above the header (4 rows to remove total including header row). I did the old way (pre csv stream example video from Xano) and just repeated the way header was removed three additional times to get all 4 rows out before processing and it all works - except crashes with large CSVs - so ... now I want to change the API to use the new XANO CSV stream feature - BUT the stream functionality itself automatically removes the header so I need a 'pre-step' that somehow removes the first 3 rows of the file resource BEFORE passing it to CSV STREAM. Any and all thoughts on an approach would be most appreciated. Thx!