cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • Learn how to build custom Python data connectors and further customize JMP’s Data Connector Framework with the Python Data Connector Demo, available now in the JMP Marketplace!
  • See how to create experiments to support product design and ID useful product features. Register for June 12 webinar, 2pm US Eastern Time.

Discussions

Solve problems, and share tips and tricks with other JMP users.
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

Recommended Articles