This should be an easy one, but seems to be stumping me this afternoon. I have a textfile with several columns of numeric or blank values. The table allows ints or nulls only. So, these blank fields need to be changed to null values instead of copied directly. Is there an easy way to do this? The text file is tab delimited.
Thanks!