Hello,
I have a text file that is not delimited, it looks like this:
0001028976 I 07860 BINDER 3-RING EZD LH 1.5BK
0001111257 A 99923 BINDER 3-RING LZD HH HDAG
I need to use perl to convert this into a spreadsheet. I am not sure how to identify the fields without a delimiter. I have been looking into creating an array and splitting it up but I am having a lot of trouble. Any help would be greatly appreciated.
Thanks.
I have a text file that is not delimited, it looks like this:
0001028976 I 07860 BINDER 3-RING EZD LH 1.5BK
0001111257 A 99923 BINDER 3-RING LZD HH HDAG
I need to use perl to convert this into a spreadsheet. I am not sure how to identify the fields without a delimiter. I have been looking into creating an array and splitting it up but I am having a lot of trouble. Any help would be greatly appreciated.
Thanks.