What?
A quick article on if you want to extract the link from some text you have copied off the web and into an MS Excel document.
How?
Open up a new workbook.
Get into VBA (Press Alt+F11)
Insert ...
What?
In not as many words as others, here's my MySQL query to extract details on images stored in the MediaWiki CMS system (v1.14).
Why?
Prior to a migration and just after another change freeze, ...
... by creating a table in ZohoAnalytics rather than simply writing a query and using the 'asynchronous' method to extract the query result. To create an analytics table from a query, we do the following:
Login ...
... and clear cached files - same result
Downloaded the ZIP file from GoDaddy for the 7th time and extracted the 3 files
Opened CPanel and went to the SSL/TLS manager and clicked on "Manage SSL sites"
Opened ...
... extract user ID
v_UserID = m_Webhook.get("user_info").get("id").toLong();
}
//
// if user ID was extracted sucessfully
if(v_UserID != 0)
{
//
// get user details (we need the profile)
r_UserDetails ...
... several calculations happen in real-time making it really difficult to extract and use.
The key trick I used was to actually use a single-line text to store the customer's requested time. Let's use ...
... this quite a bit and wanted a quick way of extracting a SELECT list in someone else's form.
How?
So, let's copy the HTML select into a text editor, then escape the double-quotes, then prepend with ...
... as `total`, `value`
FROM (
SELECT count(*) AS `total_count`, REPLACE(REPLACE(REPLACE(x.`value`,'?',''),'.',''),'!','') as `value`
FROM (
SELECT SUBSTRING_INDEX(SUBSTRING_INDEX(ExtractValue(t.`introtext`, ...
... to split a string into a list by the backslash character:
v_File = "C:\Documents\My_File.txt";
// want to extract My_File.txt
l_FileParts = v_File.toList("\\");
info l_FileParts.get(l_FileParts.size() ...
... 25-Mar-2020 21:41:07
Setting a TimeZone and extracting the date and time
v_CurrentTime = zoho.currenttime.toString("yyyy-MM-dd'T'HH:mm:ss", "Europe/London");
v_CurrentDatePart = v_CurrentTime.subString(0,10);
v_CurrentTimePart ...
... extract value.
Hide the first column in the list view (contains "Profile 1", "Profile 2", ...)
Sort the second column (contains "Joes Personal Profile", "Joes Work Profile", etc)
Create subroutine for ...
What
A more comprehensive post on some other regex (regular expressions) to format values in Zoho.
How?
The following will remove any non-digits:
v_MyString = "Hello World 123";
v_MyFormattedString ...
... v_Output;
}
This is my preferred method and it will return a string of 5 random uppercase letters.
Method #2: Convert time to letters
I've previously used substring to extract the milliseconds ...
What
A quick post on how I managed to build a regex to extract all non-numeric characters (all non-digits) from a string.
Why?
I only want the digits/numbers from a string:
v_PaymentTerms = ...
... robots, or similar data gathering and extraction tools. This site or any portion of this site may not be reproduced, duplicated, copied, sold, resold, visited, or otherwise exploited for any commercial ...
... response should be a JSON with the file metadata (yours will be different but this is just an example). You may want to extract the ID so that you can manage the file further.
{
"kind": "drive#file",
...
... Date Uploaded: Mon, 25th Oct 2010 1.2.1 - Removed some word OTT extraction functions (eg. applet, map, object, etc).- Date Uploaded: Mon, 25th Oct 2010 1.2.0 - Fixed compatibility with UTF8 (International) ...
What?
A quick article on how to create a middleware script which accepts the values from a submitted HTML form and sends it to a server on another domain for processing. This applies to Linux Apache ...
... to "Male", "Prof" to "Professor").
Why?
Our extract phase in the SSIS package takes data from a source database and puts it in staging in the exact form it came through. Our transform package will ...
... connection manager but this is inefficient and not versatile enough to accommodate files that get added later.
Why?
I am creating an extract SSIS package intended to take a text file as its source ...
We use cookies to improve your experience on our website. By browsing this website, you agree to our use of cookies. Read more about our Privacy Policy.