RDKit Count-based fingerprint

Hi,

Is there a simple method to get the ouput expanded to columns. The "Fingerprint" appear to be represented as text strings, both "split column collection" and "expand bit vector" fail. Other nodes that expect fingerprints (e.g. the ensemble learners, fingerprint similarity) also fail.

[R] and Python scripting nodes seem to see the column as strings, which would be tedious, though not impossible to parse.

Cheers,

Steve.

It's a DenseByteVector, use the Expanct Byte Vector node

Thanks, that's just what I was looking for.

Cheers,

Steve.