R
Ruby Tuesdays
Hi I was wondering if there is a way to do the following:
I have a CSV text file with 7 fields of data. I'd like to convert it to an
Access table with some qualifier:
if(there is PPP keyword in field 3), enter YYY in field 8
else if(there is QQQ keyword in field 5), enter UUU in field 9
else if(there is RRR keyword in field 2), replace field 4 w/ the content of
field 2
else import to the corresponding field
Thanks
I have a CSV text file with 7 fields of data. I'd like to convert it to an
Access table with some qualifier:
if(there is PPP keyword in field 3), enter YYY in field 8
else if(there is QQQ keyword in field 5), enter UUU in field 9
else if(there is RRR keyword in field 2), replace field 4 w/ the content of
field 2
else import to the corresponding field
Thanks