Wes Sankey

Results 2 issues of Wes Sankey

I'm running into the following exception when attempting to process a file: ``` java.io.IOException: There are no available bytes in the input stream. at com.epam.parso.impl.SasFileParser.getBytesFromFile(SasFileParser.java:768) at com.epam.parso.impl.SasFileParser.readSubheaderSignature(SasFileParser.java:423) at com.epam.parso.impl.SasFileParser.processPageMetadata(SasFileParser.java:392) at...

nodataset

It would be great if re-tryability was built into the `getAgGridData` function. Currently, the following example from the docs will fail if the grid data hasn't fully rendered at execution...