How to line up each field?
I have txt file. I would like to import to JMP to analysis. But some columns are not line up. How do I line up them?The delimited should be space, spaces and comma. But ", " will treat space as text. How do I overcome this problem?dtTlog = Open(
D,
Import Settings(
End Of Line( CRLF, CR, LF ),
End Of Field( Spaces, Space, CSV( 1 ), Comma ),
Strip Quotes( 1 ),
Use Apostrophe as Quotation
...