Sorry. Forgot to write that I was trying to do this in Batch Append Files block. In File block, just selecting 2 header rows does the trick. I have 20 files though, how can do this in the batch append block? Thanks
Your trying to do a batch append of 20 files. All of the 20 files are the same format (1st row is main field description, 2nd row is a detailed description, data starts from row 3).
You can configure a batch append as you would a 'File block'. First select the folder by clicking the 'browse...' button. Next select the type of files you want to import. In this case choose 'Plain text file' (i'm assuming that is the correct type). 'All or part of the filename' will now change to '*.txt'. You should now have the same configuration options as in the file import block. If your files don't end in the text extension change it so that the files you want to append will be included, for example '*.*' includes ALL files. Please note that all the files will be processed in the same way, so if you choose '*.*' and there are some Excel files in that directory Omniscope will attempt to read them as text files with the configuration specified. You can get around this by being more specific in your filename selection or by using multiple batch-append blocks.