Skip to main content
May 8, 2025

Delimited data source with skipped rows

  • May 8, 2025
  • 1 reply
  • 0 views

Hi, we have delimited data source implemented in application. In data source we have two additional rows on top and one empty row- file works fine but now we want to retrieve information("Chicago") from skipped row(number 2). It looks that OneStream read data starting from row number 5. 

Could you please help me with understanding why these first rows were skipped?



Thank you in advance.

1 reply

May 8, 2025

Did you check to see the bypass conditions defined for this data source. Typically, these will be listed under each data source where all dimensions are defined. 

MatiAuthor
May 8, 2025

Thank you, yes I checked it previously. There are two bypasses for bypassing the rows after specific text but this text occurs later than my "Chicago" text.