The JChem Table Format is a simple text format that primarily useful for two purposes:
Each row of the JTF file represents a a record in the database. The fields are enclosed in one of the following characters : quotation mark (") or apostrophe ('). The fields are separated with one of the following characters (delimiters):
The chemical structure represents the last column in the format, it must have
the name "CD_STRUCTURE", and it contains a (compressed) MOLFILE.
Note: In JChemManager, you can choose to exclude the structure information
at export. In this case the file will not be valid for import by JChem.
Since the MOL format consists of several lines, end of line characters are represented as a character pair : "\n". Therefore if the original molfile contains the following string: "\n" (backslash followed by the letter n) in the comment line, it will be converted to "\N", to distinguish it from the end of line character.
There is another minor issue with quotation marks and apostrophes.
If the enclosing characters are quotation marks ("), all quotation marks in
the fields will be converted to apostrophes(') on export.
If the user chooses apostrophes as enclosing
characters, then all apostrophes in the fields are converted to quotation marks.
Although JChem uses uniform field enclosing characters at export, it is allowed to have
fields enclosed with different types of characters in the same row.
"123";;'type "TH" chiral';"John's molecule";"Chemistry 447\n Accord 1116011748\n\n 36 40 0 0 0 0 0 0 0 0 1 V2000\nfiFWY ... "