Hi all,
I wonder if there is a way to parse this out using SQL? I'm struggling to create a function in excel that'll parse these rows into separate fields as listed below. Problem is that the mainframe report only uses spaces to distinctly separate the numbers.
01 - AITKIN 02 - USTH U.S. TRUNK 151,964 55,466,860 49.010
01 - AITKIN 03 - WITH Wisconsin TRUNK 406,446 148,352,790 214.257
This needs to be parsed into separate fields(columns) that contains separate fields that I indicate in brackets:
row 1
(01) (AITKIN 02) (USTH U.S. TRUNK) (151,964)(55,466,860)(49.010)
row2
(01) (AITKIN 03)(MNTH MINNESOTA TRUNK)(406,446) (148,352,790)(214.257)
I wonder if there is a way to parse this out using SQL? I'm struggling to create a function in excel that'll parse these rows into separate fields as listed below. Problem is that the mainframe report only uses spaces to distinctly separate the numbers.
01 - AITKIN 02 - USTH U.S. TRUNK 151,964 55,466,860 49.010
01 - AITKIN 03 - WITH Wisconsin TRUNK 406,446 148,352,790 214.257
This needs to be parsed into separate fields(columns) that contains separate fields that I indicate in brackets:
row 1
(01) (AITKIN 02) (USTH U.S. TRUNK) (151,964)(55,466,860)(49.010)
row2
(01) (AITKIN 03)(MNTH MINNESOTA TRUNK)(406,446) (148,352,790)(214.257)