Hi
I am importing a file through a data infile and the date field is coming in as * "01/04/09". I tried stripping the special characters with a number of manipulations but no success. Any thoughts?
Also my infile is being imported in the following variable sequence
Date Site Pt_Id Mnemonic
01/04/09 ML 123 CBC
1 01603 TEST
01/04/09 ML 456 WBC
1 03015 SPEC
My Desired output is the following:
Date Site PT_ID Mnemonic Count Code Countby
01/04/09 ML 123 CBC 1 01603 TEST
01/04/09 ML 456 CBC 1 03015 SPEC
Any advice is much appreciated?
Thanks
I am importing a file through a data infile and the date field is coming in as * "01/04/09". I tried stripping the special characters with a number of manipulations but no success. Any thoughts?
Also my infile is being imported in the following variable sequence
Date Site Pt_Id Mnemonic
01/04/09 ML 123 CBC
1 01603 TEST
01/04/09 ML 456 WBC
1 03015 SPEC
My Desired output is the following:
Date Site PT_ID Mnemonic Count Code Countby
01/04/09 ML 123 CBC 1 01603 TEST
01/04/09 ML 456 CBC 1 03015 SPEC
Any advice is much appreciated?
Thanks