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 move from signal modeling to system modeling at the first JMP Aerospace Analytics webinar. Register. June 18, 1 p.m. US Eastern Time.

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