cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • JMP 19 is here! See the new features at jmp.com/new.
  • Due to global connectivity issues impacting AWS Services, users may experience unexpected errors while attempting to authorize JMP. Please try again later or contact support@jmp.com to be notified once all issues are resolved.

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