Hi,
The output is a SDF. How do I parse it? None of the nodes I tried recognize the output as a SDF.
Thanks,
Jin
Hi,
The output is a SDF. How do I parse it? None of the nodes I tried recognize the output as a SDF.
Thanks,
Jin
Hi Jin,
if this file is being genereated on a remote server, you will need to download it before you can read it in KNIME. The File Handling nodes in KNIME Labs can be very useful for this, with SSH onnnectors and file download nodes.
Regards,
Aaron
It would be nice if I can connect another node directly to the External SSH tool. It looks like the tool does output the content of SDF in a table format like:
"Row 0"
1st line in SDF
"Row 1"
2nd line in SDF
...
If there is no node that can parse this, I will try to write one.
Thanks,
Jin