i use BO to access Personal Data file for report that are txt or Excel file. i have create txt by creating a batch file and schedule it to run everyday. it use Microsoft Sql server database and sql to query the data and dump the file to an address then my BO will refresh and get the latest data…
i have one problem is when the sql dump the data to the txt file, it will have the header’s line as shown below
A B
---- ----
so in BO, i have to do a filter to remove the header line
i would like to know, how i can remove the line header when the sql dump the data to the txt file so that i don’t have to use BO to filter it. what is the command to remove the header line from the txt?
Humm, if you want to remove the line header without having to use BO, you have to do it in Batch or with SQL server, so, it’s not a BO question and you are not in the good forum
in BO, without using a filter, maybe you can add a condition removing the “—” like in the query