sfUtil | index /home/sfscript/src/py_sforce/sflib/sfUtil.py |
Copyright 2004 Chip Vanek, Magma Design Automation
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
Simple function that can convert a 15 character salesforce ID string
to the case-safe 18-character version
Chip Vanek (chip@upvia.com), Nov 1st, 2004
Modules | ||||||
|
Functions | ||
|
Data | ||
BASE10 = '0123456789' BASE16 = '0123456789ABCDEF' BASE2 = '01' BASE8 = '01234567' BINARY = '01' DECIMAL = '0123456789' HEX = '0123456789ABCDEF' OCTAL = '01234567' TRANSLATION_TABLE = 'ABCDEFGHIJKLMNOPQRSTUVWXYZ012345' |