cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • Register to attend Discovery Summit 2025 Online: Early Users Edition, Sept. 24-25.
  • New JMP features coming to desktops everywhere this September. Sign up to learn more at jmp.com/launch.
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