Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
FILE_TYPE
with two values: 'FIT' and 'GIT'. Sometimes 'GIT' is missing in the raw data, and sometimes 'FIT' is missing. I want to ensure that both fields are always present in my table. For instance, if SUB_BUSINESS
is 'Domestic' and FILE_TYPE
'GIT' is not in the raw data (SEE BELOW SNAPSHOT), I want to include FILE_TYPE
'GIT' in my table with all values showing as 0.
You can create missing data in script. Something like below.