cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • JMP will suspend normal business operations for our Winter Holiday beginning on Wednesday, Dec. 24, 2025, at 5:00 p.m. ET (2:00 p.m. ET for JMP Accounts Receivable).
    Regular business hours will resume at 9:00 a.m. EST on Friday, Jan. 2, 2026.
  • We’re retiring the File Exchange at the end of this year. The JMP Marketplace is now your destination for add-ins and extensions.

Discussions

Solve problems, and share tips and tricks with other JMP users.
Choose Language Hide Translation Bar

Import data from multiple cells using 'Multiple File import'

I am using 'Multiple File import' function to import .CSV to JMP. My data start at raw 253. In .CSV timestamp is in cell C111. How can I modify below script to also import time information?

ConfidenceOwl94_0-1739286227451.png

 

1 ACCEPTED SOLUTION

Accepted Solutions
jthi
Super User

Re: Import data from multiple cells using 'Multiple File import'

You could export the data twice, once for data and once for timestamps. Then join them together, just remember to include file names if you are importing multiple files.

-Jarmo

View solution in original post

3 REPLIES 3
jthi
Super User

Re: Import data from multiple cells using 'Multiple File import'

What does cell C111 mean in this case (.csv is just text )?

-Jarmo

Re: Import data from multiple cells using 'Multiple File import'

When I open .CSV in excel time data is in C111. And My test data start from Row 253.

ConfidenceOwl94_0-1739288455639.png

 

jthi
Super User

Re: Import data from multiple cells using 'Multiple File import'

You could export the data twice, once for data and once for timestamps. Then join them together, just remember to include file names if you are importing multiple files.

-Jarmo

Recommended Articles