Joel Stewart
- Total activity 778
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 4
- Subscriptions 347
Comments
Recent activity by Joel Stewart-
Did the workbook complete successfully? Or did it complete with any warnings or errors? What are the data types of the columns you're referencing for columns A-E?
-
There is not a size restriction on this function. Can you expand on the issues you observed with the larger data set?
-
Official comment There are a few API calls that can be used to collect this information. The first API is to get a List all the Import Jobs, Data Links and File Uploads. With the output of this list, you could filt...
-
Amin, the FlipSheet is only available through the standard GUI experience with Datameer currently.
-
Tony, here's the Regex that I would use for the pattern you've described: \b\d{4} \d{4}\b When view this Regex in Datameer's Java escaped version, the MATCHES formula would look like this: MATCHES...
-
With this implementation, I cannot recommend any practical usage of it. Based on this, I'm coordinating with our Product team to replace this function in a future release with one that would take t...
-
Hi Fritz, after some research and consultation with colleagues I am able to confirm that the current distribution of the sets is simply alternating order. Note that the order that is displayed with...
-
I don't know currently, I'll try to find out though. I'll get send another update tomorrow.
-
Official comment Hello Fritz, you're absolutely right, the documentation as it is published is insufficient in describing the expected behavior of this function. The title of Jaccard is a bit misleading to the beha...
-
Thanks for the update, "Drop Record" for JDBC Export Jobs essentially becomes "Drop Batch" when the SQL server rejects it due to a missed constraint. For example, a primary key violation would caus...