USQL - How To Select All Rows Between Two String Rows in USQL
问题 Here is my complete task description: I have to extract data from multiple files using u-sql and output it into csv file. Every input file contains multiple reports based on some string rows ("START OF ..." and "END OF ..." working as report separator). Here is an example (data format) of a single source (input) file : START OF DAILY ACCOUNT some data 1 some data 2 some data 3 some data n END OF DAILY ACCOUNT START OF LEDGER BALANCE some data 1 some data 2 some data 3 some data 4 some data 5