cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Try the Materials Informatics Toolkit, which is designed to easily handle SMILES data. This and other helpful add-ins are available in the JMP® Marketplace
Choose Language Hide Translation Bar
maze
Level I

Can I parse data from .txt file using JSL?

 
1 REPLY 1
txnelson
Super User

Re: Can I parse data from .txt file using JSL?

Yes.  If appropriate you can read the file into a JMP data table and process it that way, or you can read it using

    Load Text File

and read it into a string and process the string.

 

If you can provide more details, I am sure the Community will be able to provide more detailed help.

Jim