I have various .csv files that I want to query using logParser to create bar charts out of. If I do a "Select * ..." on the file, then Filename and RowNumber are returned and LogParser fails to create the graph with a 'Column XYZ is not an INTEGER or a REAL'.
I know I could get around this by specifying the specific column names I'm interested in - but I don't want to need to know the column names ahead of time. I'll be processing varying .csv files and would like to be able to handle a dynamic number of columns and just pass it in with a SELECT *.
I found a thread way back from 2005 where it looked like someone else had a similar problem, and it was indicated there that the 'next' version of LogParser would have the ability to suppress these extra fields. Is it there somewhere and I'm just not finding it?
Thanks,
Jared