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
dheerules
Level II

when I download the .csv file, see the image how it looks like.

How can I delete first three rows and make fourth row as my header ? Please let me know.

1 ACCEPTED SOLUTION

Accepted Solutions
jthi
Super User

Re: when I download the .csv file, see the image how it looks like.

I created following csv

a,b,c
d,e,1

f,g,h,j
2,3,4,5

jthi_0-1677251823495.png

Then I can open it using Preview

jthi_1-1677251860468.png

and from the UI I can make changes needed

jthi_2-1677251897471.pngjthi_3-1677251914489.png

 

 

 

-Jarmo

View solution in original post

2 REPLIES 2
jthi
Super User

Re: when I download the .csv file, see the image how it looks like.

I created following csv

a,b,c
d,e,1

f,g,h,j
2,3,4,5

jthi_0-1677251823495.png

Then I can open it using Preview

jthi_1-1677251860468.png

and from the UI I can make changes needed

jthi_2-1677251897471.pngjthi_3-1677251914489.png

 

 

 

-Jarmo
dheerules
Level II

Re: when I download the .csv file, see the image how it looks like.

Thanks a lot. This worked.

Recommended Articles