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 create experiments to support product design and ID useful product features. Register for June 12 webinar, 2pm US Eastern Time.

Discussions

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

Data time format while importing excel sheet

Hello JMP users,

 

I am trying to import an excel sheet which have two different type date-time format. (screenshot attached below)

chandankishor66_0-1691495406224.png

After importing in JMP format looks like below:

chandankishor66_2-1691495699638.png

 

Can you suggest how to fix date-time format while importing excel sheet in to JMP table.

 

Thanks,

 

2 REPLIES 2
txnelson
Super User

Re: Data time format while importing excel sheet

I would import the column as a character string, and then create a new formula column where the formula uses the distinction between the rows where the column has "/" vs. "-" to use the 2 different Informats, to input the two different date structures.

Jim
WebDesignesCrow
Super User

Re: Data time format while importing excel sheet

Recommended Articles