Group: Forum Members
Posts: 5,
Visits: 14
|
We have log files with different formats (CSV and XML) but with the same file extension. I hoped that the parser mappings will be processed top down switching to the next parser (for the current file extension) if the current one could not parse the file. But it seems like this is not done.
Is there any way to deal with that?
|