R
Rhea
I have a comma separated txt file. I need to insert each value (a number)
into a field in a table based on what the number is. The first number will
always go in to the same field, but if the next number is a 5 it will go in
the S5 field, 10 will go in to the S10 field etc. Each line may contain a
different number of numbers. What is the best way to do this? Thanks.
into a field in a table based on what the number is. The first number will
always go in to the same field, but if the next number is a 5 it will go in
the S5 field, 10 will go in to the S10 field etc. Each line may contain a
different number of numbers. What is the best way to do this? Thanks.