I'm just starting out in Progress and have been handed job that that I'm not having much luck with.
I have a .CSV file with Vendor Numbers and Days in them that need to be updated in our system.
The .CSV file that is formated like:
123456,T
234567,F
it has about 600 records like that.
I need to have it find the Vendor# and change the day on each record to match what is in the .CSV file.
Can someone give me some code to get me started?
Everything that I have tried is erroring out.
Thanks for any help.
I have a .CSV file with Vendor Numbers and Days in them that need to be updated in our system.
The .CSV file that is formated like:
123456,T
234567,F
it has about 600 records like that.
I need to have it find the Vendor# and change the day on each record to match what is in the .CSV file.
Can someone give me some code to get me started?
Everything that I have tried is erroring out.
Thanks for any help.