David Gale
2583ce7127
Update ooxml_util_pkg.pkb
...
Added the ability for get_file_from_template to update the notes of a PowerPoint slide in addition to the content.
2016-05-03 12:14:16 -04:00
mortenbra
4c5d9a3b8c
Merge pull request #22 from eaolson/get_item_parse
...
Parse Id and ChangeKey as attributes
2016-04-21 11:33:56 +02:00
Eric Olson
7785c334d1
Fix Id attribute in a few other places
2016-04-20 18:51:11 -05:00
mortenbra
8cabc2860b
Merge pull request #25 from TimNanos/master
...
Email validation was changed to follow RFC 5322 standard
2016-04-07 14:29:00 +02:00
Tim Nanos
e46bb1c3bd
Function is_valid_email2() was returned for the backward compatibility
2016-04-04 17:59:53 +03:00
Tim Nanos
e618894a6a
Function is_valid_email2() was returned for the backward compatibility
2016-04-04 17:56:16 +03:00
Tim Nanos
3e8c6b0f10
Email validation was changed to follow RFC 5322 standard
...
The email regexp was improved to be case-insensitive.
Old is_valid_email() function was removed.
is_valid_email2() function was renamed to is_valid_email() in order to
be more user-friendly.
Code readability was improved.
2016-04-01 14:48:25 +03:00
mortenbra
c03ebd0652
Merge pull request #23 from datRedHeadedGuy/master
...
Updated the ooxml_util_pkg
2016-03-07 20:52:36 +01:00
datRedHeadedGuy
647ed72809
Merge pull request #2 from datRedHeadedGuy/datRedHeadedGuy-patch-2
...
Update ooxml_util_pkg.pks
2016-03-04 16:24:24 -06:00
datRedHeadedGuy
f671dd16eb
Update ooxml_util_pkg.pks
...
Added a new function within the ooxml_util_pkg specifications that will return a collection of the worksheet records that include the name of the worksheet, the sheet ID of the worksheet, and the relationship ID for the worksheet. This will allow for the ability to look-up worksheets and parse them without needing to know what the worksheet's name is in advance.
2016-03-04 16:24:00 -06:00
datRedHeadedGuy
a414eadebb
Merge pull request #1 from datRedHeadedGuy/datRedHeadedGuy-patch-1
...
Update ooxml_util_pkg.pkb
2016-03-04 16:19:38 -06:00
datRedHeadedGuy
18985e2c12
Update ooxml_util_pkg.pkb
...
Added a new function within the ooxml_util_pkg body that will return a collection of the worksheet records that include the name of the worksheet, the sheet ID of the worksheet, and the relationship ID for the worksheet. This will allow for the ability to look-up worksheets and parse them without needing to know what the worksheet's name is in advance.
2016-03-04 16:18:44 -06:00
Eric Olson
3c63b278d0
Change XPath for get_item
...
Id and ChangeKey are attributes.
2016-01-04 18:54:56 -06:00
Eric Olson
c047a9a96c
Merge remote-tracking branch 'refs/remotes/mortenbra/master'
2016-01-04 18:43:52 -06:00
Morten Braten
04214e0844
Added concat_array function
2015-11-25 18:23:05 +01:00
Morten Braten
b557efce4c
Added add_token procedure
2015-10-30 14:24:15 +01:00
Morten Braten
2213e3df2f
Added SMS utility package
2015-09-24 19:09:35 +02:00
Morten Braten
5254680126
Added get_date_tab to generate table of dates
2015-09-24 19:08:17 +02:00
Morten Braten
d2e71075ef
Fix for empty parameter name
2015-09-24 19:06:03 +02:00
Morten Braten
2b6d76bb81
Merge branch 'master' of github.com:mortenbra/alexandria-plsql-utils
2015-07-20 21:53:38 +02:00
Morten Braten
e1bc770c31
Install scripts now reference folders with forward slash
2015-07-20 21:53:00 +02:00
mortenbra
6e4cd51dc6
PL/JSON moved from SourgeForge to GitHub
2015-06-12 11:07:58 +02:00
mortenbra
957c4ad6e8
Merge pull request #16 from eaolson/xlsx_formatted_text
...
Fixes issue #6
2015-05-25 13:11:52 +02:00
Eric Olson
3643767bbc
Get all <t> nodes under <si>
...
Change XPath query to get all <t> nodes under the <si> node of interest,
regardless of their depth. This concatenates the resulting text() nodes
together.
2015-05-24 10:30:15 -05:00
mortenbra
f2779cae60
Merge pull request #15 from mjhasbach/string_util_pkg.is_str_alpha
...
Added string_util_pkg.is_str_alpha
2015-05-16 12:28:35 +02:00
Matthew Hasbach
5b576cfa0c
Resolved merge conflict due to is_str_alpha and is_str_alphanumeric being similarly named
2015-05-15 14:29:36 -04:00
mortenbra
6fb3de351e
Merge pull request #14 from mjhasbach/string_util_pkg.is_str_integer
...
Added string_util_pkg.is_str_integer
2015-05-15 13:11:11 +02:00
Matthew Hasbach
8fdac96e66
Added string_util_pkg.is_str_integer
2015-05-14 14:31:36 -04:00
mortenbra
cb58d29a9a
Merge pull request #13 from mjhasbach/Improve_string_util_pkg.str_to_bool_str
...
Improved string_util_pkg.str_to_bool_str
2015-05-14 00:24:07 +02:00
mortenbra
c8d8137c2d
Merge pull request #12 from mjhasbach/string_util_pkg.is_str_alphanumeric
...
Added string_util_pkg.is_str_alphanumeric
2015-05-14 00:23:46 +02:00
Matthew Hasbach
8e4a27db73
Added string_util_pkg.is_str_alpha
2015-05-13 18:00:45 -04:00
Matthew Hasbach
01f129e2a5
Added string_util_pkg.is_str_alphanumeric
2015-05-13 17:49:01 -04:00
Matthew Hasbach
d3af944d27
string_util_pkg.str_to_bool_str now leverages string_util_pkg.str_to_bool in order to reduce code redundancy
2015-05-13 17:26:07 -04:00
Morten Braten
674fe67e24
Created coding standards document
2015-05-13 19:27:40 +02:00
mortenbra
42b5cd2e6f
Merge pull request #11 from eggplantpasta/invalid-ascii
...
Remove invalid low end ascii from strings.
2015-05-11 09:17:36 +02:00
Brett Roper
2f3ef811c9
remove invalid low end ascii. see: http://support.microsoft.com/kb/315580
2015-05-10 12:43:55 +08:00
mortenbra
62755ea4bf
Merge pull request #8 from JesperLorentzen/patch-1
...
Performance was real bad for convert clob to CSV
2015-04-26 22:47:17 +02:00
mortenbra
c9f70a5b53
Merge pull request #5 from trent-/aws-utc-date
...
Dynamically fetch the UTC date for AWS
2015-04-26 22:45:28 +02:00
mortenbra
0367caa1f4
Merge pull request #7 from booyaa/patch-1
...
Comment on TABLE_EXISTS_ACTION parameter
2015-04-26 22:40:52 +02:00
JesperLorentzen
f11258a39e
Performance was real bad for convert clob to CSV
...
Replaced the p_csv_clob with a local and doing the append once of l_line_separator instead of multiple times
2015-04-17 15:34:11 +02:00
Mark Sta Ana
e72b80d4bc
Comment on TABLE_EXISTS_ACTION parameter
2015-04-16 16:01:33 +01:00
mortenbra
a3a0a2d146
Merge pull request #3 from eaolson/ntlm_blob
...
Create ntlm_http_pkg.get_response_blob
2015-04-10 12:23:50 +02:00
mortenbra
3c53b526e7
Merge pull request #2 from maggikpunkt/patch-1
...
Setting NLS_DATE_LANGUAGE for date conversion
2015-04-08 23:03:25 +02:00
Eric Olson
ebe4c7655e
Consolidate functions to avoid duplication
...
Broke out to avoid duplication, as requested by mortenbra. Response is
now passed around internally as a record, with a flag to indicate
whether the BLOB or CLOB is relevant.
2015-04-06 16:49:18 -05:00
Trent Schafer
a6b5515e4d
Restore g_gmt_offset for backward compatibility
2015-03-22 22:34:03 +11:00
Trent Schafer
de4443fd8c
Dynamically determine UTC date string
2015-03-22 21:40:11 +11:00
Eric Olson
9c8dceb985
Create ntlm_http_pkg.get_response_blob
...
Added a function to ntlm_http_pkg to retrieve the URL as a BLOB.
2015-03-20 18:46:33 -05:00
maggikpunkt
43509669cb
Setting NLS_DATE_LANGUAGE for date conversion
...
The date conversions fail if the the language is set to something different than english.
2015-03-17 16:33:44 +01:00
mortenbra
bd6e9d27b5
Created readme file
2015-02-21 11:38:18 +01:00
Morten Braten
72ec0e60e0
Revised URLs in docs
2015-02-20 19:49:19 +01:00