This component is intended to handle SMILES coming from a CSV file. Molecule structure column is casted as SMILES, names as desired ("Molecule" by default), and set as the first column. Molecule id is set as row id. Other columns are kept or discarded according with selection and casted accrding to their type (the type order is to first check if the values are dates, then integer, long, double, and finally string).
- Type: TableSMILES tableTable containing molecule structures in SMILES format.