premvinoth
New Member
- Joined
- Aug 4, 2015
- Messages
- 16
Hi,
I have a text file that contains about a million rows with space delimited.
Out of these million records, the data that suits my criteria would be only around 3 thousand. The criteria is the "Date" column as in the below example how my text file looks.
Model Invoice Date Description
ANCD INV2XE 041816 30 days credit
I)There are multiple spaces between columns
II)There are blank rows beetween rows
III)The date is in MMDDYY format
IV)Description Column has spaces in between, but that needs to be considered as a single column
Now I need to import rows only which the "Date" column is <=today().
I feel it to be quite challenging and would appreciate your help.
Thankyou in advance.
Vinoth
I have a text file that contains about a million rows with space delimited.
Out of these million records, the data that suits my criteria would be only around 3 thousand. The criteria is the "Date" column as in the below example how my text file looks.
Model Invoice Date Description
ANCD INV2XE 041816 30 days credit
I)There are multiple spaces between columns
II)There are blank rows beetween rows
III)The date is in MMDDYY format
IV)Description Column has spaces in between, but that needs to be considered as a single column
Now I need to import rows only which the "Date" column is <=today().
I feel it to be quite challenging and would appreciate your help.
Thankyou in advance.
Vinoth