SAS integration without DSRead

Hi, 

I need to read a table SAS without the node "Read SAS7BDAT".

I have found a jar library for doing this: http://www.ggasoftware.com/opensource/parso.

With java code and the Eclipse IDE this solution works fine (i'm able to reach Object[][]).

Now i need to implement this solution into Knime but i have a problem.

The java snippet can't produce an entire table but only a single value. I'm thinking about it but I can't reach the goal with a loop.

Anyone have an idea?

Thanks

Hi Darbon, 

I don't think it would be very easy to use Parso inside a java snippet because it is not easy to dynamically create columns.  

This library is definitely on our radar but we don't have any concrete plans to develop a parso node (yet).  If you are feeling brave, I can reccomend taking a look at our node development guide (linked below).  Otherwise, I guess it is only a matter of time before someone takes the bait.

http://tech.knime.org/developer-guide

Regards, Aaron