cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • We’re improving the Learn JMP page, and want your feedback! Take the survey
  • JMP monthly Newswire gives user tips and learning events. Subscribe
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