Skip to content

Instantly share code, notes, and snippets.

@gisprogrammer
Created February 23, 2018 08:57
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gisprogrammer/2e13980dbca9b6f8fed1d526cfc24377 to your computer and use it in GitHub Desktop.
Save gisprogrammer/2e13980dbca9b6f8fed1d526cfc24377 to your computer and use it in GitHub Desktop.
Oracle APEX Data Load Definitions\Transformation Rule\ type plsql Function Body
begin
case
when lower(trim(:DR27)) = 'true' or trim(:DR27) = '1' then return '1';
else return '0';
end case;
end;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment