How can we skip some header lines from a text file, say with some report header (My Project Budget)?
Text supports to skip some comment lines before csv header and data rows. If you use n (integer values), the first n lines will be ingored as comment. If you use some paragraphs, these paragraphs will be used for csv file creation, the total line number of comment will be used for existent file. For instance: Properties props=new Properties(); props.put(“_CSV_Comment”,”3″); //Or props.put(“_CSV_Comment”,”Product report for FY 1996\r\n- – – – – – – – – – – – \r\n\r\n”); Connection con DriverManager.
Related Questions
- The GPS text file for my User Input air photo OrthoEngine project does not have exterior Orientation Information for each photo. What do I need to do to still be able to use my GPS data?
- On the Report popup window I can direct output to a file in Excel, Text or HTML formats. Where are these files placed?
- How can we skip some header lines from a text file, say with some report header (My Project Budget)?