Hi,
I have log file i have tried to read from Universal data reader.
However i couldnt able to do it.
Can anyone help me out by providing me sample graph how to read from log file.
I am attaching the input file and the sample output expected in excel format file.
Thanks in Advance…
Hi,
the source file you have attached cannot be read by UniversalDataReader since it does contain heterogeneous data (the rows does not have the same structure). Instead of UniversalDataReader you might use ComplexDataReader - for more information refer to our documentation.
Hope this helps.