Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

How to set a value in a field


I have a field called SWEEP_STAT in a table I am importing and I want to overwrite the existing values and make them all say 'Yes'.

I have tried a few iterations of this and can't seem to get it to work, can someone assist?

1 Solution

Accepted Solutions
sinanozdemir
Specialist III
Specialist III

Hi,

Try like this:

LOAD

     'Yes' As SWEEP_STAT

And ignore the original field in the load script, just use the above field.

View solution in original post

4 Replies
sinanozdemir
Specialist III
Specialist III

Hi,

Try like this:

LOAD

     'Yes' As SWEEP_STAT

And ignore the original field in the load script, just use the above field.

Not applicable
Author

That didn't seem to work, is there another way to do it?

Not applicable
Author

apologies it did work, I have another table that is causing skewed results.

sinanozdemir
Specialist III
Specialist III

You are welcome.